Class NativeInitializeMojo

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

    @Mojo(name="initialize",
          defaultPhase=INITIALIZE)
    public class NativeInitializeMojo
    extends org.apache.maven.plugin.AbstractMojo
    Initialize build lifecycle
    • Field Detail

      • project

        @Parameter(defaultValue="${project}",
                   readonly=true,
                   required=true)
        protected org.apache.maven.project.MavenProject project
    • Constructor Detail

      • NativeInitializeMojo

        public NativeInitializeMojo()
    • Method Detail

      • execute

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