You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2008/10/17 14:32:43 UTC

svn commit: r705582 - /webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-aar-plugin.xml

Author: charitha
Date: Fri Oct 17 05:32:42 2008
New Revision: 705582

URL: http://svn.apache.org/viewvc?rev=705582&view=rev
Log:
The goals specified in maven 2 aar plugin document was wrong. updated maven-aar-plugin.xml

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-aar-plugin.xml

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-aar-plugin.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-aar-plugin.xml?rev=705582&r1=705581&r2=705582&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-aar-plugin.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-aar-plugin.xml Fri Oct 17 05:32:42 2008
@@ -38,14 +38,14 @@
 <p>The AAR plugin allows the packaging of an Axis 2 service aar in
 3 different modes:</p>
 <ol>
-<li><b>aar (default)</b>: generates the aar artifact</li>
-<li><b>inplace</b> : package the aar in the source tree</li>
-<li><b>exploded</b> : package an exploded aar application</li>
+<li><b>axis2-aar:aar</b>: generates the aar artifact</li>
+<li><b>axis2-aar:inplace</b> : package the aar in the source tree</li>
+<li><b>axis2-aar:exploded</b> : package an exploded aar application</li>
 </ol>
 <p>Each mode is materialized by a goal. For instance, to generate
 an exploded aar from the current project, one would type</p>
 <pre>
-mvn aar:exploded
+mvn axis2-aar:exploded
 </pre>
 <h2>Configuration</h2>
 <p>All AAR plugin goals takes the following configuration