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:21:42 UTC

svn commit: r787703 - in /websites/production/aries: ./ content/development/buildingaries.html content/development/releasingaries.html

Author: ejiang
Date: Tue Mar 29 10:21:42 2011
New Revision: 787703

Log:
Correct the command sequence on the build aries page.

Modified:
    websites/production/aries/   (props changed)
    websites/production/aries/content/development/buildingaries.html
    websites/production/aries/content/development/releasingaries.html

Propchange: websites/production/aries/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Mar 29 10:21:42 2011
@@ -1 +1 @@
-/websites/staging/aries/trunk:782169-787473
+/websites/staging/aries/trunk:782169-787702

Modified: websites/production/aries/content/development/buildingaries.html
==============================================================================
--- websites/production/aries/content/development/buildingaries.html (original)
+++ websites/production/aries/content/development/buildingaries.html Tue Mar 29 10:21:42 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

Modified: websites/production/aries/content/development/releasingaries.html
==============================================================================
--- websites/production/aries/content/development/releasingaries.html (original)
+++ websites/production/aries/content/development/releasingaries.html Tue Mar 29 10:21:42 2011
@@ -251,7 +251,7 @@ Apache release process works and how to 
 your first release. If you are already familiar with the Apache process just use the high level descriptions in the
 next few paragraphs to perform releases.</p>
 <h2 id="releasing_a_single_bundle_or_group_of_bundles">Releasing a single bundle or group of bundles.</h2>
-<h3 id="what_to_release_make_a_list">What to release? Make a list!</h3>
+<h3 id="what_to_release_make_a_list">What to release? Make a list</h3>
 <p>The Apache release process will not release any bundle that has dependencies on -SNAPSHOTS. If, for example,
 a release of the blueprint API bundle is required the first step is to find and release any of
 its -SNAPSHOT dependencies. Because Aries bundles are quite interdependent (see <a href="ModuleDependencies">here</a>