|
Class Summary |
| AbstractWarMojo |
Contains common jobs for WAR mojos. |
| HelpMojo |
Display help information on maven-war-plugin.
Call mvn war:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| Overlay |
An overlay is a skeleton WAR added to another WAR project in order to inject a
functionality, resources or any other shared component. |
| WarExplodedMojo |
Create an exploded webapp in a specified directory. |
| WarInPlaceMojo |
Generate the webapp in the WAR source directory. |
| WarManifestMojo |
Generate a manifest for this webapp. |
| WarMojo |
Build a WAR file. |