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

svn commit: r787702 - /websites/staging/aries/trunk/content/development/buildingaries.html

Author: buildbot
Date: Tue Mar 29 10:19:41 2011
New Revision: 787702

Log:
Staging update by buildbot

Modified:
    websites/staging/aries/trunk/content/development/buildingaries.html

Modified: websites/staging/aries/trunk/content/development/buildingaries.html
==============================================================================
--- websites/staging/aries/trunk/content/development/buildingaries.html (original)
+++ websites/staging/aries/trunk/content/development/buildingaries.html Tue Mar 29 10:19:41 2011
@@ -261,13 +261,12 @@ Eclipse. If you don't care about Eclipse
 <li>check out from the command line: svn co
 https://svn.apache.org/repos/asf/aries/trunk aries</li>
 <li>cd aries</li>
-<li>mvn clean</li>
 <li>cd parent</li>
-<li>mvn install</li>
+<li>mvn clean install</li>
 <li>cd ../eba-maven-plugin</li>
-<li>mvn install (<em>See note below</em>)</li>
+<li>mvn clean install (<em>See note below</em>)</li>
 <li>cd ..</li>
-<li>mvn install</li>
+<li>mvn clean install</li>
 <li>mvn eclipse:eclipse (should see 'BUILD SUCCESSFUL' message)</li>
 <li>fire up eclipse and switch to the Java perspective</li>
 <li>import the projects. File-&gt;import-&gt;General-&gt;existing projects into