Class WarExplodedMojo

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

    @Mojo(name="exploded",
          defaultPhase=PACKAGE,
          threadSafe=true,
          requiresDependencyResolution=RUNTIME)
    public class WarExplodedMojo
    extends AbstractWarMojo
    Create an exploded webapp in a specified directory.
    • Constructor Detail

      • WarExplodedMojo

        public WarExplodedMojo()
    • 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