Class ExecuteMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="execute",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    public class ExecuteMojo
    extends org.apache.maven.plugin.AbstractMojo
    Executes registered ExecuteTasks.
    Author:
    Jason Dillon
    • Constructor Detail

      • ExecuteMojo

        public ExecuteMojo()
    • Method Detail

      • 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
      • modelFromNativePom

        protected org.apache.maven.model.Model modelFromNativePom​(org.apache.maven.plugin.logging.Log log)
                                                           throws org.apache.maven.plugin.MojoExecutionException,
                                                                  org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException