• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Maven | Maven WAR Plugin (maven-war-plugin)
  1. Maven WAR Plugin (3.3.2)
  2. The goal help

  1. Maven WAR Plugin (3.3.2)
    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.
  2. The goal help
    The goal help gives general information about the war plugin and lists its goals.
    The parameter detail gives detailed information about the parameters of the goals of the war plugin.

    If you need to use the plugin's coordinates instead of its prefix, you can do that as following:

    You can also use the goal describe of the help plugin to get information about the war plugin and lists its goals:

    The parameter goal gives information about a goal of the war plugin:
© 2025  mtitek