Author: buildbot
Date: Tue Apr 10 13:29:23 2012
New Revision: 812167

Log:
Staging update by buildbot for bval

Modified:
    websites/staging/bval/trunk/content/   (props changed)
    websites/staging/bval/trunk/content/release-process.html

Propchange: websites/staging/bval/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr 10 13:29:23 2012
@@ -1 +1 @@
-1310817
+1311714

Modified: websites/staging/bval/trunk/content/release-process.html
==============================================================================
--- websites/staging/bval/trunk/content/release-process.html (original)
+++ websites/staging/bval/trunk/content/release-process.html Tue Apr 10 
13:29:23 2012
@@ -221,7 +221,7 @@ releases)</p>
    trying to release.</li>
 <li>
 <p>Perform a full build and deploy the SNAPSHOT artifacts:</p>
-<div class="codehilite"><pre>mvn clean deploy -Papache-release
+<div class="codehilite"><pre>mvn -Papache-release clean deploy
 </pre></div>
 
 
@@ -340,7 +340,7 @@ for the same version information and opt
 the maven-jar-plugin and maven-release-plugin when using the test-jar goal.
 See <a 
href="http://jira.codehaus.org/browse/MJAR-68";>http://jira.codehaus.org/browse/MJAR-68</a>
 and <a 
href="http://jira.codehaus.org/browse/MRELEASE-285";>http://jira.codehaus.org/browse/MRELEASE-285</a>.</strong></p>
-<div class="codehilite"><pre>mvn release:prepare -Papache-release 
-DskipTests<span class="o">=</span><span class="nb">true</span> 
-DpreparationGoals<span class="o">=</span><span class="s2">&quot;clean 
install&quot;</span>
+<div class="codehilite"><pre>mvn -Papache-release release:prepare
 </pre></div>
 
 
@@ -364,7 +364,7 @@ tar -czf 1.0-rc1.tar.gz 1.0-rc1/
  and <strong>people.apache.org</strong> password several times if you have not 
added
  server profiles to your <code>settings.xml</code>.
  See <a href="/release-setup.html">Release Setup</a> for more information. </p>
-<div class="codehilite"><pre>mvn release:perform -Papache-release 
-Duser.name<span class="o">=[</span>your_apache_uid<span class="o">]</span>
+<div class="codehilite"><pre>mvn -Papache-release release:perform <span 
class="o">[</span>-Duser.name<span 
class="o">=</span>&lt;your_apache_uid&gt;<span class="o">]</span>
 </pre></div>
 
 
@@ -385,7 +385,7 @@ site:deploy</code> and will deploy the s
 <li><strong>Enterprise --&gt; Staging</strong></li>
 <li><strong>Staging tab --&gt; Name column --&gt; org.apache.bval</strong></li>
 <li>Navigate through the artifact tree and make sure that all 
<code>javadoc</code>,
- <code>sources</code>, <code>tests</code> jars, ... have <code>.asc</code> 
(GPG signature) and <code>.md5</code>
+ <code>sources</code>, <code>tests</code> jars, as well as the 
<code>pom</code>, ... have <code>.asc</code> (GPG signature) and 
<code>.md5</code>
  files (see <a href="http://people.apache.org/~henkp/repo/faq.html";>Repository 
FAQ</a> and <a 
href="http://www.apache.org/dev/release-signing.html#openpgp-ascii-detach-sig";>Detached
 Signatures</a>).</li>
 </ol>
 </li>


Reply via email to