git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113605 13f79535-47bb-0310-9956-ffa450edef68
47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Maven EJB Plug-in Goals</title>
|
|
<author email="michal.maczka@dimatics.com">Michal Maczka</author>
|
|
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>ejb</name>
|
|
<description>
|
|
Build a ejb file.
|
|
This goal simply executes the <a href="ejb:ejb">ejb:ejb</a> goal
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>ejb:init</name>
|
|
<description>Initialize the file system and attain any necessary goals</description>
|
|
</goal>
|
|
<goal>
|
|
<name>ejb:ejb</name>
|
|
<description>
|
|
Constructs the ejb-jar file from the compiled sources
|
|
and resources.
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>ejb:install</name>
|
|
<description>Installs the generated ejb-jar file into the local repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>ejb:install-snapshot</name>
|
|
<description>Install the snapshot version of the ejb into the local repository</description>
|
|
</goal>
|
|
<goal>
|
|
<name>ejb:deploy</name>
|
|
<description>Deploy the ejb to the remote repository(ies)</description>
|
|
</goal>
|
|
<goal>
|
|
<name>ejb:deploy-snapshot</name>
|
|
<description>Deploy the snapshot version of the ejb to the remote repository(ies)</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document>
|