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

  1. Maven EAR Plugin (3.3.0)
    Generates a J2EE Enterprise Archive (EAR) file.

    Plugin coordinates:
    • Group Id: org.apache.maven.plugins
    • Artifact Id: maven-ear-plugin

    Plugin Prefix: ear

    The ear plugin has the following goals:
    • help: Displays help information on maven-ear-plugin.

    • ear: Builds J2EE Enterprise Archive (EAR) files.

    • generate-application-xml: Generates the EAR deployment descriptor file(s).
  2. The goal help
    The goal help gives general information about the ear plugin and lists its goals.
    The parameter detail gives detailed information about the parameters of the goals of the ear 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 ear plugin and lists its goals:

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