Author: marrs
Date: Fri May 13 13:15:48 2011
New Revision: 1102707
URL: http://svn.apache.org/viewvc?rev=1102707&view=rev
Log:
Fixed a description on how to build ACE.
Modified:
incubator/ace/trunk/BUILDING
Modified: incubator/ace/trunk/BUILDING
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/BUILDING?rev=1102707&r1=1102706&r2=1102707&view=diff
==============================================================================
--- incubator/ace/trunk/BUILDING (original)
+++ incubator/ace/trunk/BUILDING Fri May 13 13:15:48 2011
@@ -38,9 +38,9 @@ Building
1) Change to the top level directory of Apache ACE source distribution.
2) Run
- $> mvn
+ $> mvn install
This will compile Apache ACE and run all of the tests.
You can run
- $> mvn -Dmaven.test.skip=true
+ $> mvn -Dmaven.test.skip=true install
This will compile Apache ACE without running the tests.
3) The distributions will be available under "assembly/target" directory.
\ No newline at end of file
|