Class JettyEffectiveWebXml

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="effective-web-xml", requiresDependencyResolution=RUNTIME) public class JettyEffectiveWebXml extends AbstractUnassembledWebAppMojo
Generate the effective web.xml for a pre-built webapp. This goal will NOT first build the webapp, it must already exist.
  • Field Details

    • effectiveWebXml

      @Parameter(defaultValue="${project.build.directory}/effective-web.xml") protected File effectiveWebXml
      The name of the file to generate into
  • Constructor Details

    • JettyEffectiveWebXml

      public JettyEffectiveWebXml()
  • Method Details