Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.
Same as ejb:ejb. See the documentation for the
ejb:ejb goal.
ejb:ejb
Builds the main EJB JAR file and an EJB client JAR if the
maven.ejb.client.generate property is set to true
(it's false by default). Note that this goal is equivalent to
ejb:ejb.
ejb:install
Installs the generated EJB JAR file and its EJB client JAR into
the local Maven repository.
ejb:deploy
Deploy the main EJB JAR and its EJB client JAR into the remote
Maven repository(ies).
ejb:install-snapshot
Install the snapshot version of the main EJB JAR into the local
Maven repository
ejb:deploy-snapshot
Deploy the snapshot version of the main EJB JAR into the remote
Maven repository(ies).