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

  1. Maven EJB Plugin (3.2.1)
    Generates a Java Enterprise JavaBean (EJB) file as well as the associated client JAR.

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

    Plugin Prefix: ejb

    The ejb plugin has the following goals:
    • help: Display help information on maven-ejb-plugin.

    • ejb: Build an EJB (and optional client) from the current project.
  2. The goal help
    The goal help gives general information about the ejb plugin and lists its goals.
    The parameter detail gives detailed information about the parameters of the goals of the ejb 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 ejb plugin and lists its goals:

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