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:19:32 UTC

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

Author: ejiang
Date: Tue Mar 29 10:19:32 2011
New Revision: 1086536

URL: http://svn.apache.org/viewvc?rev=1086536&view=rev
Log:
Correct the command seqence to enable a clean build from trunk checkout.

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=1086536&r1=1086535&r2=1086536&view=diff
==============================================================================
--- aries/site/trunk/content/development/buildingaries.mdtext (original)
+++ aries/site/trunk/content/development/buildingaries.mdtext Tue Mar 29 10:19:32 2011
@@ -27,13 +27,12 @@ Eclipse. If you don't care about Eclipse
  * 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 (*See note below*)
+ * mvn clean install (*See note below*)
  * cd ..
- * mvn install
+ * mvn clean install
  * mvn eclipse:eclipse (should see 'BUILD SUCCESSFUL' message)
  * fire up eclipse and switch to the Java perspective
  * import the projects. File->import->General->existing projects into