Class WarMojo

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

    @Mojo(name="war",
          defaultPhase=GENERATE_RESOURCES,
          requiresDependencyResolution=RUNTIME,
          requiresProject=true,
          threadSafe=true)
    public class WarMojo
    extends AbstractExtensionMojo
    Generate complete extension descriptor for each artifact packaged in the WAR and for the WAR itself.
    Since:
    8.4RC1
    Version:
    $Id: 982ced7f89e6c39126d28b2f9e5fcac365250288 $
    • Constructor Detail

      • WarMojo

        public WarMojo()
    • Method Detail

      • executeInternal

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