Package com.soebes.itf.maven.plugin
Class InstallMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.soebes.itf.maven.plugin.InstallMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled,- org.apache.maven.plugin.Mojo
@Mojo(name="install",
      defaultPhase=PRE_INTEGRATION_TEST,
      requiresDependencyResolution=RUNTIME,
      threadSafe=true)
public class InstallMojo
extends org.apache.maven.plugin.AbstractMojo
itf-maven-plugin.
- Author:
- Karl Heinz Marbaise
- Implementation Note:
- Several parts are taken from the maven-invoker-plugin.
- 
Field SummaryFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Constructor Details- 
InstallMojopublic InstallMojo()
 
- 
- 
Method Details- 
executepublic void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
- org.apache.maven.plugin.MojoExecutionException
- org.apache.maven.plugin.MojoFailureException
 
 
-