You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2011/06/07 01:13:56 UTC

svn commit: r1132832 - /commons/proper/scxml/branches/J6/src/site/xdoc/building.xml

Author: rahul
Date: Mon Jun  6 23:13:55 2011
New Revision: 1132832

URL: http://svn.apache.org/viewvc?rev=1132832&view=rev
Log:
Update building docs to use m2 instead, now that the m1 build has been removed.

Modified:
    commons/proper/scxml/branches/J6/src/site/xdoc/building.xml

Modified: commons/proper/scxml/branches/J6/src/site/xdoc/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/site/xdoc/building.xml?rev=1132832&r1=1132831&r2=1132832&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/src/site/xdoc/building.xml (original)
+++ commons/proper/scxml/branches/J6/src/site/xdoc/building.xml Mon Jun  6 23:13:55 2011
@@ -30,22 +30,21 @@
 </p>
 </section>
 <!-- ================================================== -->
-<section name="Maven Goals">
+<section name="Maven 2 Goals">
   <p>
-    To build a jar file, change into SCXML's root directory and run "maven jar".
+    To build a jar file, change into SCXML's root directory and run "mvn package".
     The result will be in the "target" subdirectory.
   </p>
   <p>
-    To build the Javadocs, run "maven javadoc".
+    To build the Javadocs, run "mvn javadoc:javadoc".
     The result will be in "target/docs/apidocs".
   </p>
   <p>
-    To build the full website, run "maven site". The result will be in "target/docs".
+    To build the full website, including Javadocs, run "mvn site".
   </p>
   <p>
-    To build the site, you need Maven 1.0.2 and version 1.9.2 of the maven-xdoc-plugin installed.
+    Maven 2.0.8 and above is recommended.
   </p>
-
 </section>
 <!-- ================================================== -->
 <section name="Ant Goals">