Name: Apache Maven WAR Plugin
Description: 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
Version: 3.2.3
Goal Prefix: war
The goal
help:help gives general information about the
war plugin and lists its goals:
The goal
help:describe gives detailed information about the
war and lists its goals:
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.