Builds a Web Application Archive (WAR) file from the project output and its dependencies.
Plugin coordinates:
- Group Id: org.apache.maven.plugins
- Artifact Id: maven-war-plugin
Plugin Prefix: war
The
war plugin has the following goals:
-
help:
Displays help information on maven-war-plugin.
-
war:
Builds a WAR file.
-
exploded:
Creates an exploded webapp in a specified directory.
-
inplace:
Generates the webapp in the WAR source directory.