Class WarExplodedMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.war.AbstractWarMojo
org.apache.maven.plugins.war.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 Details

    • WarExplodedMojo

      public WarExplodedMojo()
  • Method Details

    • 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