Class MojoExecutorMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.twdata.maven.mojoexecutor.plugin.MojoExecutorMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="execute-mojo", defaultPhase=TEST, requiresDependencyResolution=TEST) public class MojoExecutorMojo extends org.apache.maven.plugin.AbstractMojo
Execute a Mojo using the MojoExecutor.
-
-
Constructor Summary
Constructors Constructor Description MojoExecutorMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-