You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ej...@apache.org on 2011/03/29 12:54:27 UTC

svn commit: r1086544 - /aries/site/trunk/content/development/buildingaries.mdtext

Author: ejiang
Date: Tue Mar 29 10:54:27 2011
New Revision: 1086544

URL: http://svn.apache.org/viewvc?rev=1086544&view=rev
Log:
Correct command sequence for build aries (no eclipse). 

Modified:
    aries/site/trunk/content/development/buildingaries.mdtext

Modified: aries/site/trunk/content/development/buildingaries.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/development/buildingaries.mdtext?rev=1086544&r1=1086543&r2=1086544&view=diff
==============================================================================
--- aries/site/trunk/content/development/buildingaries.mdtext (original)
+++ aries/site/trunk/content/development/buildingaries.mdtext Tue Mar 29 10:54:27 2011
@@ -57,12 +57,12 @@ test failures, try 'mvn install -fae'
  * check out from the command line: svn co
 https://svn.apache.org/repos/asf/aries/trunk aries
  * cd aries
- * mvn clean
  * cd parent
- * mvn install
+ * mvn clean install
  * cd ../eba-maven-plugin
- * mvn install
+ * mvn clean install
  * cd ..
+ * mvn clean
  * *mvn -fn install* (-fn continues after failures), or {{mvn -fn
 package}} (alternatively, you can disable the tests with {{mvn
 -Dmaven.test.skip=true install}} with the side-effect of making the build