Class RegisterMojo

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

    @Mojo(name="register",
          defaultPhase=GENERATE_RESOURCES,
          requiresProject=true,
          threadSafe=true)
    public class RegisterMojo
    extends AbstractExtensionMojo
    Generate complete extension descriptor for current artifact.
    Since:
    8.4
    Version:
    $Id: 8bdce1e66f6506f5730b6ff4ffcfbcb2bbcbc91b $
    • Constructor Detail

      • RegisterMojo

        public RegisterMojo()
    • Method Detail

      • executeInternal

        public void executeInternal()
                             throws org.apache.maven.plugin.MojoExecutionException
        Specified by:
        executeInternal in class AbstractExtensionMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException