You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2013/03/30 18:19:12 UTC

svn commit: r1462805 - /commons/sandbox/classscan/trunk/src/site/xdoc/building.xml

Author: chas
Date: Sat Mar 30 17:19:11 2013
New Revision: 1462805

URL: http://svn.apache.org/r1462805
Log:
Add instructions on merging individual module websites into a single website

Modified:
    commons/sandbox/classscan/trunk/src/site/xdoc/building.xml

Modified: commons/sandbox/classscan/trunk/src/site/xdoc/building.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/src/site/xdoc/building.xml?rev=1462805&r1=1462804&r2=1462805&view=diff
==============================================================================
--- commons/sandbox/classscan/trunk/src/site/xdoc/building.xml (original)
+++ commons/sandbox/classscan/trunk/src/site/xdoc/building.xml Sat Mar 30 17:19:11 2013
@@ -30,12 +30,16 @@ limitations under the License.
 <!-- ================================================== -->
 <section name="Maven Goals">
   <p>
-    To build a jar file, change into the root directory of ClassScan and run "mvn package".
-    The result will be in the "target" subdirectory.
+    To build a jar file, change into the root directory of ClassScan and run "mvn install".
+    The resulting artifacts will be in the "target" subdirectory.
   </p>
   <p>
-    To build the full website, run "mvn site".
-    The result will be in "target/site".
+    To build all the modules' websites, run "mvn site" at the top level folder.
+    The resulting websites will be in the respective module's "target/site" folder.
+  </p>
+  <p>
+    To assembly all the modules' websites into single website, run "mvn site:stage" at the top level folder.
+    The resulting website will be in the "target/staging" folder.
   </p>
   <p>
     Further details can be found in the