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 Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
InstallMojo
public InstallMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-