You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/03 20:52:29 UTC

svn commit: r1088383 - /commons/proper/discovery/trunk/src/site/xdoc/building.xml

Author: simonetripodi
Date: Sun Apr  3 18:52:29 2011
New Revision: 1088383

URL: http://svn.apache.org/viewvc?rev=1088383&view=rev
Log:
fixed Maven build description

Modified:
    commons/proper/discovery/trunk/src/site/xdoc/building.xml

Modified: commons/proper/discovery/trunk/src/site/xdoc/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/src/site/xdoc/building.xml?rev=1088383&r1=1088382&r2=1088383&view=diff
==============================================================================
--- commons/proper/discovery/trunk/src/site/xdoc/building.xml (original)
+++ commons/proper/discovery/trunk/src/site/xdoc/building.xml Sun Apr  3 18:52:29 2011
@@ -32,17 +32,17 @@
 <section name="Maven Goals">
   <p>
     To build a jar file, change into Discovery's root directory and run 
-    <strong><code>maven jar</code></strong>.
+    <strong><code>mvn package</code></strong>.
     The result will be in the "target" subdirectory.
   </p>
   <p>
-    To build the Javadocs, run <strong><code>maven javadoc</code></strong>.
-    The result will be in "target/docs/apidocs".
+    To build the Javadocs, run <strong><code>mvn javadoc:javadoc</code></strong>.
+    The result will be in "target/site/apidocs".
   </p>
   <p>
-    To build the full website, run <strong><code>maven site</code></strong>.
+    To build the full website, run <strong><code>mvn site</code></strong>.
 
-    The result will be in "target/docs".
+    The result will be in "target/site".
   </p>
   <p>
 	Further details can be found in the