Author: rdonkin
Date: Sun May 17 20:03:51 2009
New Revision: 775747
URL: http://svn.apache.org/viewvc?rev=775747&view=rev
Log:
Maven 2 is now the preferred build tool
Modified:
commons/sandbox/resources/trunk/xdocs/building.xml
Modified: commons/sandbox/resources/trunk/xdocs/building.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/xdocs/building.xml?rev=775747&r1=775746&r2=775747&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/xdocs/building.xml (original)
+++ commons/sandbox/resources/trunk/xdocs/building.xml Sun May 17 20:03:51 2009
@@ -24,7 +24,7 @@
<!-- ================================================== -->
<section name="Overview">
<p>
- Commons Resources uses <a href="http://maven.apache.org">Maven</a> as a
build system.
+ Commons Resources uses <a href="http://maven.apache.org">Maven 2</a> as a
build system.
</p>
</section>
<!-- ================================================== -->
@@ -34,12 +34,12 @@
The result will be in the "target" subdirectory.
</p>
<p>
- To build the full website, run "maven site".
+ To build the full website, run "mvn site".
The result will be in "target/site".
You must be online to successfully complete this target.
</p>
<p>
- To build the src and binary packages, change into the root directory of
Resources and run "maven package".
+ To build the src and binary packages, change into the root directory of
Resources and run "mvn package".
The result will be in the "target" subdirectory.
</p>
<p>