Maven EJB Plug-in Goals
Michal Maczka
Nathan Coast
ejb
Build a ejb file.
This goal simply executes the ejb:ejb goal
ejb:init
Initialize the file system and attain any necessary goals
ejb:ejb
Constructs the ejb-jar file from the compiled sources
and resources.
ejb:ejb-client
Constructs the ejb client jar file from the compiled sources
and resources. The maven.ejb.client.* properties are used to
determine what is excluded.
ejb:install
Installs the generated ejb-jar file into the local repository
ejb:install-snapshot
Install the snapshot version of the ejb into the local repository
ejb:install-client
Installs the generated ejb-jar client file into the local repository
ejb:deploy
Deploy the ejb to the remote repository(ies)
ejb:deploy-snapshot
Deploy the snapshot version of the ejb to the remote repository(ies)
ejb:deploy-client
Deploys the generated ejb-jar client file into the remote repository(ies)