Class 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 Detail

      • MojoExecutorMojo

        public MojoExecutorMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException