You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 13:33:32 UTC

svn commit: r816523 [6/8] - in /websites/production/maventest/content/plugins/maven-release-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugins/release/ apidocs/org/apache/maven/plugins/release/class-use/ cobertura/ css/ examples/ images/ testa...

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/dependency-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/dependency-management.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/dependency-management.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-               | Version: 2.0-beta-8
+             Last Published: 2009-03-23
+               | Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -310,6 +314,16 @@
 <th>Version</th>
 <th>Type</th>
 </tr>
+<tr class="b"><td>jmock</td>
+<td>jmock</td>
+<td>1.0.1</td>
+<td>jar</td>
+</tr>
+<tr class="a"><td>org.apache.maven.shared</td>
+<td><a href="http://maven.apache.org/shared/maven-plugin-testing-harness" class="externalLink">maven-plugin-testing-harness</a></td>
+<td>1.1</td>
+<td>jar</td>
+</tr>
 <tr class="b"><td>org.codehaus.plexus</td>
 <td><a href="http://plexus.codehaus.org/plexus-utils" class="externalLink">plexus-utils</a></td>
 <td>1.5.6</td>
@@ -326,7 +340,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -337,7 +351,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/branch.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/branch.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/branch.html Tue May  8 11:33:29 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -223,6 +223,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -276,7 +280,7 @@
 <p><b>Note:</b> It can be useful if you want to create a branch from a tag</p>
 <div class="section"><h3>Specify versions on the command line.</h3>
 <p>You may want to specify the versions to use on the command line. This can be useful for example if you are running the release in non-interactive mode. The branch goal can use the same properties used by the prepare goal for specifying the versions to be used.</p>
-<div class="source"><pre>mvn --batch-mode release:branch -Dbranch-name=my-branch-1.2 -Dproject.rel.org.myCompany:projectA=1.2 \
+<div class="source"><pre>mvn --batch-mode release:branch -DbranchName=my-branch-1.2 -Dproject.rel.org.myCompany:projectA=1.2 \
      -Dproject.dev.org.myCompany:projectA=2.0-SNAPSHOT</pre>
 </div>
 <p>In this example, the pom in the new branch will be set to the version 1.2-SNAPSHOT, and the pom in the local pom will be set to the version 2.0-SNAPSHOT</p>
@@ -290,7 +294,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -301,7 +305,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/generate-release-poms.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/generate-release-poms.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/generate-release-poms.html Tue May  8 11:33:29 2012
@@ -75,8 +75,8 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -225,6 +225,10 @@ John Tolentino jtolentino@apache.org" />
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -277,7 +281,7 @@ John Tolentino jtolentino@apache.org" />
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -288,7 +292,7 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/lock-files.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/lock-files.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/lock-files.html Tue May  8 11:33:29 2012
@@ -75,8 +75,8 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -225,6 +225,10 @@ John Tolentino jtolentino@apache.org" />
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -277,7 +281,7 @@ John Tolentino jtolentino@apache.org" />
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -288,7 +292,7 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/non-interactive-release.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/non-interactive-release.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/non-interactive-release.html Tue May  8 11:33:29 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -223,6 +223,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -298,7 +302,7 @@ project.dev.org.myCompany\:projectA=1.3-
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -309,7 +313,7 @@ project.dev.org.myCompany\:projectA=1.3-
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/perform-release.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/perform-release.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/perform-release.html Tue May  8 11:33:29 2012
@@ -75,8 +75,8 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -225,6 +225,10 @@ John Tolentino jtolentino@apache.org" />
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -294,7 +298,7 @@ John Tolentino jtolentino@apache.org" />
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -305,7 +309,7 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/prepare-release.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/prepare-release.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/prepare-release.html Tue May  8 11:33:29 2012
@@ -75,8 +75,8 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -225,6 +225,10 @@ John Tolentino jtolentino@apache.org" />
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -291,7 +295,7 @@ John Tolentino jtolentino@apache.org" />
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -302,7 +306,7 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/rollback-release.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/rollback-release.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/rollback-release.html Tue May  8 11:33:29 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -223,6 +223,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -277,7 +281,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -288,7 +292,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/run-goals-before-commit.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/run-goals-before-commit.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/examples/run-goals-before-commit.html Tue May  8 11:33:29 2012
@@ -75,8 +75,8 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -225,6 +225,10 @@ John Tolentino jtolentino@apache.org" />
           </li>
               
     <li class="none">
+                    <a href="../../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../../index.html">Plugins</a>
           </li>
               
@@ -291,7 +295,7 @@ John Tolentino jtolentino@apache.org" />
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -302,7 +306,7 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/faq.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/faq.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/faq.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -222,6 +222,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -277,7 +281,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -288,7 +292,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/help-mojo.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -222,6 +222,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -258,9 +262,11 @@
       <div id="contentBox">
         <div class="section"><h2><a name="release:help"></a>release:help</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:help</p>
+<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:help</p>
 <p><strong>Description</strong>:</p>
-<div>Display help information on maven-release-plugin. Call 
+<div>Display help information on maven-release-plugin.<br />
+
+ Call 
 
 <pre>
  mvn release:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
@@ -278,23 +284,27 @@ to display parameter details.</div><p><s
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>If <code>true</code>, display all settable properties for each
-goal. Default value is: <code>false</code>.</td>
+goal.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#goal">goal</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>The name of the goal for which to show help. If unspecified, all
-goals will be displayed. </td>
+goals will be displayed.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#indentSize">indentSize</a></strong></td>
 <td><code>int</code></td>
 <td><code>-</code></td>
-<td>The number of spaces per indentation level. Default value is: <code>2</code>.</td>
+<td>The number of spaces per indentation level, should be positive.<br />
+<strong>Default value is</strong>: <code>2</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#lineLength">lineLength</a></strong></td>
 <td><code>int</code></td>
 <td><code>-</code></td>
-<td>The maximum length of a display line. Default value is: <code>80</code>.</td>
+<td>The maximum length of a display line, should be positive.<br />
+<strong>Default value is</strong>: <code>80</code>.</td>
 </tr>
 </table>
 </div>
@@ -315,14 +325,14 @@ goals will be displayed.</div><ul><li><s
 </ul>
 <hr />
 <p><strong><a name="indentSize">indentSize</a>:</strong></p>
-<div>The number of spaces per indentation level.</div><ul><li><strong>Type</strong>: <code>int</code></li>
+<div>The number of spaces per indentation level, should be positive.</div><ul><li><strong>Type</strong>: <code>int</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${indentSize}</code></li>
 <li><strong>Default</strong>: <code>2</code></li>
 </ul>
 <hr />
 <p><strong><a name="lineLength">lineLength</a>:</strong></p>
-<div>The maximum length of a display line.</div><ul><li><strong>Type</strong>: <code>int</code></li>
+<div>The maximum length of a display line, should be positive.</div><ul><li><strong>Type</strong>: <code>int</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${lineLength}</code></li>
 <li><strong>Default</strong>: <code>80</code></li>
@@ -337,7 +347,7 @@ goals will be displayed.</div><ul><li><s
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -348,7 +358,7 @@ goals will be displayed.</div><ul><li><s
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/images/collapsed.gif
==============================================================================
Binary files - no diff available.

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/images/expanded.gif
==============================================================================
Binary files - no diff available.

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/index.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/index.html Tue May  8 11:33:29 2012
@@ -75,8 +75,8 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -225,6 +225,10 @@ John Tolentino jtolentino@apache.org" />
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -295,7 +299,7 @@ John Tolentino jtolentino@apache.org" />
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -306,7 +310,7 @@ John Tolentino jtolentino@apache.org" />
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/integration.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -306,7 +310,7 @@
 This project uses <a href="https://hudson.dev.java.net/" class="externalLink">Hudson</a>.</div>
 <div class="section"><h2>Access</h2>
 <p>The following is a link to the continuous integration system used by the project.</p>
-<div class="source"><pre><a href="http://ci.sonatype.org" class="externalLink">http://ci.sonatype.org</a></pre>
+<div class="source"><pre><a href="http://grid.sonatype.org/ci" class="externalLink">http://grid.sonatype.org/ci</a></pre>
 </div>
 </div>
 <div class="section"><h2>Notifiers</h2>
@@ -329,7 +333,7 @@ This project uses <a href="https://hudso
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -340,7 +344,7 @@ This project uses <a href="https://hudso
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/issue-tracking.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -317,7 +321,7 @@ This project uses <a href="http://www.at
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -328,7 +332,7 @@ This project uses <a href="http://www.at
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/license.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/license.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -521,7 +525,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -532,7 +536,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/mail-lists.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/mail-lists.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/mail-lists.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -447,7 +451,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -458,7 +462,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/perform-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/perform-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/perform-mojo.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -222,6 +222,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -258,7 +262,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="release:perform"></a>release:perform</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:perform</p>
+<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:perform</p>
 <p><strong>Description</strong>:</p>
 <div>Perform a release from SCM.</div><p><strong>Attributes</strong>:</p>
 <ul><li>Executes as an aggregator plugin.</li>
@@ -272,7 +276,8 @@
 <tr class="b"><td><strong><a href="#workingDirectory">workingDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The checkout directory. Default value is: <code>${project.build.directory}/checkout</code>.</td>
+<td>The checkout directory.<br />
+<strong>Default value is</strong>: <code>${project.build.directory}/checkout</code>.</td>
 </tr>
 </table>
 </div>
@@ -286,14 +291,16 @@
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Additional arguments to pass to the Maven executions, separated by
-spaces. </td>
+spaces.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#connectionUrl">connectionUrl</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>The SCM URL to checkout from. If omitted, the one from the
 <code>release.properties</code> file is used, followed by the URL
-from the current POM. </td>
+from the current POM.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#goals">goals</a></strong></td>
 <td><code>String</code></td>
@@ -301,59 +308,70 @@ from the current POM. </td>
 <td>A comma or space separated list of goals to execute on deployment.
 Default value is either <code>deploy</code> or <code>deploy
 site-deploy</code>, if the project has a
-&lt;distributionManagement&gt;/&lt;site&gt; element. </td>
+&lt;distributionManagement&gt;/&lt;site&gt; element.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#javaHome">javaHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The JAVA_HOME parameter to use for forked Maven invocations. Default value is: <code>${java.home}</code>.</td>
+<td>The JAVA_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${java.home}</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#localRepoDirectory">localRepoDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
 <td>The command-line local repository directory in use for this build
-(if specified). Default value is: <code>${maven.repo.local}</code>.</td>
+(if specified).<br />
+<strong>Default value is</strong>: <code>${maven.repo.local}</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#mavenExecutorId">mavenExecutorId</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>Role hint of the <code>MavenExecutor</code> implementation to use. Default value is: <code>invoker</code>.</td>
+<td>Role hint of the <code>MavenExecutor</code> implementation to use.<br />
+<strong>Default value is</strong>: <code>invoker</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#mavenHome">mavenHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The M2_HOME parameter to use for forked Maven invocations. Default value is: <code>${maven.home}</code>.</td>
+<td>The M2_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${maven.home}</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#password">password</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM password to use. </td>
+<td>The SCM password to use.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#pomFileName">pomFileName</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The file name of the POM to execute any goals against. </td>
+<td>The file name of the POM to execute any goals against.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#providerImplementations">providerImplementations</a></strong></td>
 <td><code>Map</code></td>
 <td><code>-</code></td>
-<td>List of provider implementations. </td>
+<td>List of provider implementations.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#releaseProfiles">releaseProfiles</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Comma separated profiles to enable on deployment, in addition to
-active profiles for project execution. </td>
+active profiles for project execution.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#scmCommentPrefix">scmCommentPrefix</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The message prefix to use for all SCM changes. Default value is: <code>[maven-release-plugin] </code>.</td>
+<td>The message prefix to use for all SCM changes.<br />
+<strong>Default value is</strong>: <code>[maven-release-plugin] </code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#tag">tag</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM tag to use. </td>
+<td>The SCM tag to use.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#tagBase">tagBase</a></strong></td>
 <td><code>String</code></td>
@@ -362,18 +380,21 @@ active profiles for project execution. <
 the standard svn layout (trunk/tags/branches). For example,
 <code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
 The URL is an SVN URL and does not include the SCM provider and
-protocol. </td>
+protocol.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#useReleaseProfile">useReleaseProfile</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to use the release profile that adds sources and javadocs
-to the released artifact, if appropriate. Default value is: <code>true</code>.</td>
+to the released artifact, if appropriate.<br />
+<strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#username">username</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM username to use. </td>
+<td>The SCM username to use.<br />
+</td>
 </tr>
 </table>
 </div>
@@ -505,7 +526,7 @@ to the released artifact, if appropriate
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -516,7 +537,7 @@ to the released artifact, if appropriate
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/plugin-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/plugin-info.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/plugin-info.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -314,7 +318,8 @@
 <td>Clean up after a release preparation.</td>
 </tr>
 <tr class="b"><td><a href="help-mojo.html">release:help</a></td>
-<td>Display help information on maven-release-plugin. Call 
+<td>Display help information on maven-release-plugin.<br />
+ Call 
 
 <pre>
  mvn release:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
@@ -335,8 +340,7 @@ to display parameter details.</td>
 <td>Perform a release from SCM to a staging repository.</td>
 </tr>
 </table>
-</div>
-<div class="section"><h2>System Requirements</h2>
+<div class="section"><h3>System Requirements</h3>
 <p>The following specifies the minimum requirements to run this Maven plugin:</p>
 <table class="bodyTable"><tr class="a"><td>Maven</td>
 <td>2.0.6</td>
@@ -352,8 +356,9 @@ to display parameter details.</td>
 </tr>
 </table>
 </div>
-<div class="section"><h2>Usage</h2>
-<p>You could run 'mvn -up' to get the latest version of this plugin, or specify the version in your project's plugin configuration:<div class="source"><pre>&lt;project&gt;
+<div class="section"><h3>Usage</h3>
+<p>You should specify the version in your project's plugin configuration:</p>
+<div class="source"><pre>&lt;project&gt;
   ...
   &lt;build&gt;
     &lt;!-- To define the plugin version in your parent POM --&gt;
@@ -362,7 +367,7 @@ to display parameter details.</td>
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-release-plugin&lt;/artifactId&gt;
-          &lt;version&gt;2.0-beta-8&lt;/version&gt;
+          &lt;version&gt;2.0-beta-9&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -372,7 +377,7 @@ to display parameter details.</td>
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-release-plugin&lt;/artifactId&gt;
-        &lt;version&gt;2.0-beta-8&lt;/version&gt;
+        &lt;version&gt;2.0-beta-9&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -381,7 +386,8 @@ to display parameter details.</td>
 &lt;/project&gt;
 </pre>
 </div>
-For more information, see <a href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html" class="externalLink">&quot;Guide to Configuring Plug-ins&quot;</a></p>
+<p>For more information, see <a href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html" class="externalLink">&quot;Guide to Configuring Plug-ins&quot;</a></p>
+</div>
 </div>
 
       </div>
@@ -391,7 +397,7 @@ For more information, see <a href="http:
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -402,7 +408,7 @@ For more information, see <a href="http:
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/plugin-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/plugin-management.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/plugin-management.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -309,7 +313,7 @@
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-antrun-plugin" class="externalLink">maven-antrun-plugin</a></td>
-<td>1.2</td>
+<td>1.3</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-assembly-plugin" class="externalLink">maven-assembly-plugin</a></td>
@@ -317,7 +321,7 @@
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-clean-plugin" class="externalLink">maven-clean-plugin</a></td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-compiler-plugin" class="externalLink">maven-compiler-plugin</a></td>
@@ -329,11 +333,11 @@
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-deploy-plugin" class="externalLink">maven-deploy-plugin</a></td>
-<td>2.3</td>
+<td>2.4</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-docck-plugin" class="externalLink">maven-docck-plugin</a></td>
-<td>1.0-beta-2</td>
+<td>1.0</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-ear-plugin" class="externalLink">maven-ear-plugin</a></td>
@@ -344,76 +348,80 @@
 <td>2.1</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-gpg-plugin" class="externalLink">maven-gpg-plugin</a></td>
+<td><a href="http://maven.apache.org/plugins/maven-enforcer-plugin/" class="externalLink">maven-enforcer-plugin</a></td>
 <td>1.0-alpha-4</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-gpg-plugin" class="externalLink">maven-gpg-plugin</a></td>
+<td>1.0-alpha-4</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-install-plugin" class="externalLink">maven-install-plugin</a></td>
 <td>2.2</td>
 </tr>
-<tr class="a"><td>org.apache.maven.plugins</td>
+<tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-invoker-plugin" class="externalLink">maven-invoker-plugin</a></td>
-<td>1.2.1</td>
+<td>1.3</td>
 </tr>
-<tr class="b"><td>org.apache.maven.plugins</td>
+<tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-jar-plugin" class="externalLink">maven-jar-plugin</a></td>
 <td>2.2</td>
 </tr>
-<tr class="a"><td>org.apache.maven.plugins</td>
+<tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-javadoc-plugin" class="externalLink">maven-javadoc-plugin</a></td>
 <td>2.5</td>
 </tr>
-<tr class="b"><td>org.apache.maven.plugins</td>
+<tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-plugin-plugin" class="externalLink">maven-plugin-plugin</a></td>
-<td>2.4.2</td>
+<td>2.4.3</td>
 </tr>
-<tr class="a"><td>org.apache.maven.plugins</td>
+<tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-rar-plugin" class="externalLink">maven-rar-plugin</a></td>
 <td>2.2</td>
 </tr>
-<tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/maven-release/maven-release-plugin" class="externalLink">maven-release-plugin</a></td>
-<td>2.0-beta-7</td>
-</tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-remote-resources-plugin" class="externalLink">maven-remote-resources-plugin</a></td>
-<td>1.0</td>
+<td><a href="http://maven.apache.org/plugins/maven-release-plugin/" class="externalLink">maven-release-plugin</a></td>
+<td>2.0-beta-8</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-resources-plugin" class="externalLink">maven-resources-plugin</a></td>
-<td>2.2</td>
+<td><a href="http://maven.apache.org/plugins/maven-remote-resources-plugin" class="externalLink">maven-remote-resources-plugin</a></td>
+<td>1.0</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/maven-scm/maven-scm-plugin" class="externalLink">maven-scm-plugin</a></td>
-<td>1.0</td>
+<td><a href="http://maven.apache.org/plugins/maven-resources-plugin" class="externalLink">maven-resources-plugin</a></td>
+<td>2.3</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
+<td><a href="http://maven.apache.org/plugins/maven-scm-plugin" class="externalLink">maven-scm-plugin</a></td>
+<td>1.1</td>
+</tr>
+<tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-site-plugin" class="externalLink">maven-site-plugin</a></td>
 <td>2.0-beta-7</td>
 </tr>
-<tr class="a"><td>org.apache.maven.plugins</td>
+<tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-source-plugin" class="externalLink">maven-source-plugin</a></td>
 <td>2.0.4</td>
 </tr>
-<tr class="b"><td>org.apache.maven.plugins</td>
+<tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/surefire/maven-surefire-plugin" class="externalLink">maven-surefire-plugin</a></td>
 <td>2.4.3</td>
 </tr>
-<tr class="a"><td>org.apache.maven.plugins</td>
+<tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-war-plugin" class="externalLink">maven-war-plugin</a></td>
-<td>2.1-alpha-1</td>
+<td>2.1-alpha-2</td>
 </tr>
-<tr class="b"><td>org.codehaus.modello</td>
+<tr class="a"><td>org.codehaus.modello</td>
 <td><a href="http://modello.codehaus.org/modello-maven-plugin" class="externalLink">modello-maven-plugin</a></td>
-<td>1.0-alpha-21</td>
+<td>1.0-alpha-22</td>
 </tr>
-<tr class="a"><td>org.codehaus.mojo</td>
+<tr class="b"><td>org.codehaus.mojo</td>
 <td><a href="http://mojo.codehaus.org/clirr-maven-plugin" class="externalLink">clirr-maven-plugin</a></td>
 <td>2.2.2</td>
 </tr>
-<tr class="b"><td>org.codehaus.plexus</td>
+<tr class="a"><td>org.codehaus.plexus</td>
 <td>plexus-maven-plugin</td>
-<td>1.3.5</td>
+<td>1.3.8</td>
 </tr>
 </table>
 </div>
@@ -425,7 +433,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -436,7 +444,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/plugins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/plugins.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/plugins.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -308,12 +312,12 @@
 <th>Version</th>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
-<td><a href="http://maven.apache.org/plugins/maven-compiler-plugin" class="externalLink">maven-compiler-plugin</a></td>
-<td>2.0.2</td>
+<td><a href="http://maven.apache.org/plugins/maven-enforcer-plugin/" class="externalLink">maven-enforcer-plugin</a></td>
+<td>1.0-alpha-4</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-plugin-plugin" class="externalLink">maven-plugin-plugin</a></td>
-<td>2.4.2</td>
+<td>2.4.3</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-remote-resources-plugin" class="externalLink">maven-remote-resources-plugin</a></td>
@@ -348,7 +352,7 @@
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-plugin-plugin" class="externalLink">maven-plugin-plugin</a></td>
-<td>2.4.2</td>
+<td>2.5</td>
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-pmd-plugin" class="externalLink">maven-pmd-plugin</a></td>
@@ -380,7 +384,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -391,7 +395,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/pmd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/pmd.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/pmd.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -315,7 +319,7 @@ PMD found no problems in your source cod
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -326,7 +330,7 @@ PMD found no problems in your source cod
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/pmd.xml
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/pmd.xml (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/pmd.xml Tue May  8 11:33:29 2012
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.2" timestamp="2008-10-27T19:19:22.850">
+<pmd version="4.2.2" timestamp="2009-03-23T23:43:21.666">
 </pmd>
\ No newline at end of file

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/prepare-mojo.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -222,6 +222,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -258,7 +262,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="release:prepare"></a>release:prepare</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:prepare</p>
+<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:prepare</p>
 <p><strong>Description</strong>:</p>
 <div>Prepare for a release in SCM.</div><p><strong>Attributes</strong>:</p>
 <ul><li>Requires a Maven 2.0 project to be executed.</li>
@@ -275,36 +279,42 @@
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to add a schema to the POM if it was previously missing on
-release. Default value is: <code>true</code>.</td>
+release.<br />
+<strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#allowTimestampedSnapshots">allowTimestampedSnapshots</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to allow timestamped SNAPSHOT dependencies. Default is to
-fail when finding any SNAPSHOT. Default value is: <code>false</code>.</td>
+fail when finding any SNAPSHOT.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#arguments">arguments</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Additional arguments to pass to the Maven executions, separated by
-spaces. </td>
+spaces.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#autoVersionSubmodules">autoVersionSubmodules</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to automatically assign submodules the parent version. If
 set to false, the user will be prompted for the version of each
-submodules. Default value is: <code>false</code>.</td>
+submodules.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#commitByProject">commitByProject</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
-<td>Commits to do are atomic or by project. Default value is: <code>false</code>.</td>
+<td>Commits to do are atomic or by project.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#developmentVersion">developmentVersion</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>Default version to use for new local working copy. </td>
+<td>Default version to use for new local working copy.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#dryRun">dryRun</a></strong></td>
 <td><code>boolean</code></td>
@@ -314,102 +324,128 @@ modify the checkout. Running <code>mvn -
 release:prepare</code> is useful in order to check that
 modifications to poms and scm operations (only listed on the
 console) are working as expected. Modified POMs are written
-alongside the originals without modifying them. Default value is: <code>false</code>.</td>
+alongside the originals without modifying them.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#generateReleasePoms">generateReleasePoms</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to generate <code>release-pom.xml</code> files that contain
-resolved information about the project. Default value is: <code>false</code>.</td>
+resolved information about the project.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#javaHome">javaHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The JAVA_HOME parameter to use for forked Maven invocations. Default value is: <code>${java.home}</code>.</td>
+<td>The JAVA_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${java.home}</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#localRepoDirectory">localRepoDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
 <td>The command-line local repository directory in use for this build
-(if specified). Default value is: <code>${maven.repo.local}</code>.</td>
+(if specified).<br />
+<strong>Default value is</strong>: <code>${maven.repo.local}</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#mavenExecutorId">mavenExecutorId</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>Role hint of the <code>MavenExecutor</code> implementation to use. Default value is: <code>invoker</code>.</td>
+<td>Role hint of the <code>MavenExecutor</code> implementation to use.<br />
+<strong>Default value is</strong>: <code>invoker</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#mavenHome">mavenHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The M2_HOME parameter to use for forked Maven invocations. Default value is: <code>${maven.home}</code>.</td>
+<td>The M2_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${maven.home}</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#password">password</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM password to use. </td>
+<td>The SCM password to use.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#pomFileName">pomFileName</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The file name of the POM to execute any goals against. </td>
+<td>The file name of the POM to execute any goals against.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#preparationGoals">preparationGoals</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Goals to run as part of the preparation step, after transformation
-but before committing. Space delimited. Default value is: <code>clean verify</code>.</td>
+but before committing. Space delimited.<br />
+<strong>Default value is</strong>: <code>clean verify</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#providerImplementations">providerImplementations</a></strong></td>
 <td><code>Map</code></td>
 <td><code>-</code></td>
-<td>List of provider implementations. </td>
+<td>List of provider implementations.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#releaseVersion">releaseVersion</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>Default version to use when preparing a release or a branch. </td>
+<td>Default version to use when preparing a release or a branch.<br />
+</td>
+</tr>
+<tr class="a"><td><strong><a href="#remoteTagging">remoteTagging</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>2.0-beta-9</code></td>
+<td>currently only implemented with svn scm. Enable a workaround to
+prevent issue due to svn client &gt; 1.5.0
+(http://jira.codehaus.org/browse/SCM-406)<br />
+<strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
-<tr class="a"><td><strong><a href="#resume">resume</a></strong></td>
+<tr class="b"><td><strong><a href="#resume">resume</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Resume a previous release attempt from the point where it was
-stopped. Default value is: <code>true</code>.</td>
+stopped.<br />
+<strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
-<tr class="b"><td><strong><a href="#scmCommentPrefix">scmCommentPrefix</a></strong></td>
+<tr class="a"><td><strong><a href="#scmCommentPrefix">scmCommentPrefix</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The message prefix to use for all SCM changes. Default value is: <code>[maven-release-plugin] </code>.</td>
+<td>The message prefix to use for all SCM changes.<br />
+<strong>Default value is</strong>: <code>[maven-release-plugin] </code>.</td>
 </tr>
-<tr class="a"><td><strong><a href="#tag">tag</a></strong></td>
+<tr class="b"><td><strong><a href="#tag">tag</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM tag to use. </td>
+<td>The SCM tag to use.<br />
+</td>
 </tr>
-<tr class="b"><td><strong><a href="#tagBase">tagBase</a></strong></td>
+<tr class="a"><td><strong><a href="#tagBase">tagBase</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>The tag base directory in SVN, you must define it if you don't use
 the standard svn layout (trunk/tags/branches). For example,
 <code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
 The URL is an SVN URL and does not include the SCM provider and
-protocol. </td>
+protocol.<br />
+</td>
 </tr>
-<tr class="a"><td><strong><a href="#updateDependencies">updateDependencies</a></strong></td>
+<tr class="b"><td><strong><a href="#updateDependencies">updateDependencies</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to update dependencies version to the next development
-version. Default value is: <code>true</code>.</td>
+version.<br />
+<strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
-<tr class="b"><td><strong><a href="#useEditMode">useEditMode</a></strong></td>
+<tr class="a"><td><strong><a href="#useEditMode">useEditMode</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to use &quot;edit&quot; mode on the SCM, to lock the file for editing
-during SCM operations. Default value is: <code>false</code>.</td>
+during SCM operations.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
 </tr>
-<tr class="a"><td><strong><a href="#username">username</a></strong></td>
+<tr class="b"><td><strong><a href="#username">username</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM username to use. </td>
+<td>The SCM username to use.<br />
+</td>
 </tr>
 </table>
 </div>
@@ -536,6 +572,16 @@ but before committing. Space delimited.<
 <li><strong>Expression</strong>: <code>${releaseVersion}</code></li>
 </ul>
 <hr />
+<p><strong><a name="remoteTagging">remoteTagging</a>:</strong></p>
+<div>currently only implemented with svn scm. Enable a workaround to
+prevent issue due to svn client &gt; 1.5.0
+(http://jira.codehaus.org/browse/SCM-406)</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>2.0-beta-9</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${remoteTagging}</code></li>
+<li><strong>Default</strong>: <code>true</code></li>
+</ul>
+<hr />
 <p><strong><a name="resume">resume</a>:</strong></p>
 <div>Resume a previous release attempt from the point where it was
 stopped.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
@@ -598,7 +644,7 @@ during SCM operations.</div><ul><li><str
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -609,7 +655,7 @@ during SCM operations.</div><ul><li><str
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/project-info.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -352,7 +356,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -363,7 +367,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/project-reports.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -352,7 +356,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -363,7 +367,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/project-summary.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -341,7 +345,7 @@
 <td>maven-release-plugin</td>
 </tr>
 <tr class="a"><td>Version</td>
-<td>2.0-beta-8</td>
+<td>2.0-beta-9</td>
 </tr>
 <tr class="b"><td>Type</td>
 <td>maven-plugin</td>
@@ -357,7 +361,7 @@
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -368,7 +372,7 @@
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/rollback-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/rollback-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/rollback-mojo.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -222,6 +222,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -258,7 +262,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="release:rollback"></a>release:rollback</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:rollback</p>
+<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:rollback</p>
 <p><strong>Description</strong>:</p>
 <div>Rollback changes made by a previous release.</div><p><strong>Attributes</strong>:</p>
 <ul><li>Requires a Maven 2.0 project to be executed.</li>
@@ -275,53 +279,63 @@
 <td><code>String</code></td>
 <td><code>2.0-beta-5</code></td>
 <td>Additional arguments to pass to the Maven executions, separated by
-spaces. </td>
+spaces.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#javaHome">javaHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>The JAVA_HOME parameter to use for forked Maven invocations. Default value is: <code>${java.home}</code>.</td>
+<td>The JAVA_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${java.home}</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#localRepoDirectory">localRepoDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-5</code></td>
 <td>The command-line local repository directory in use for this build
-(if specified). Default value is: <code>${maven.repo.local}</code>.</td>
+(if specified).<br />
+<strong>Default value is</strong>: <code>${maven.repo.local}</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#mavenExecutorId">mavenExecutorId</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>Role hint of the <code>MavenExecutor</code> implementation to use. Default value is: <code>invoker</code>.</td>
+<td>Role hint of the <code>MavenExecutor</code> implementation to use.<br />
+<strong>Default value is</strong>: <code>invoker</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#mavenHome">mavenHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>The M2_HOME parameter to use for forked Maven invocations. Default value is: <code>${maven.home}</code>.</td>
+<td>The M2_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${maven.home}</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#password">password</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>The SCM password to use. </td>
+<td>The SCM password to use.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#pomFileName">pomFileName</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>The file name of the POM to execute any goals against. </td>
+<td>The file name of the POM to execute any goals against.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#providerImplementations">providerImplementations</a></strong></td>
 <td><code>Map</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>List of provider implementations. </td>
+<td>List of provider implementations.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#scmCommentPrefix">scmCommentPrefix</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>The message prefix to use for all SCM changes. Default value is: <code>[maven-release-plugin] </code>.</td>
+<td>The message prefix to use for all SCM changes.<br />
+<strong>Default value is</strong>: <code>[maven-release-plugin] </code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#tag">tag</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>The SCM tag to use. </td>
+<td>The SCM tag to use.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#tagBase">tagBase</a></strong></td>
 <td><code>String</code></td>
@@ -330,12 +344,14 @@ spaces. </td>
 the standard svn layout (trunk/tags/branches). For example,
 <code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
 The URL is an SVN URL and does not include the SCM provider and
-protocol. </td>
+protocol.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#username">username</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-5</code></td>
-<td>The SCM username to use. </td>
+<td>The SCM username to use.<br />
+</td>
 </tr>
 </table>
 </div>
@@ -440,7 +456,7 @@ protocol.</div><ul><li><strong>Type</str
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -451,7 +467,7 @@ protocol.</div><ul><li><strong>Type</str
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/source-repository.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -268,6 +268,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -306,17 +310,17 @@
 This project uses <a href="http://subversion.tigris.org/" class="externalLink">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/" class="externalLink">http://svnbook.red-bean.com/</a>.</div>
 <div class="section"><h2>Web Access</h2>
 <p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/release/tags/maven-release-5/maven-release-plugin" class="externalLink">http://svn.apache.org/viewvc/maven/release/tags/maven-release-5/maven-release-plugin</a></pre>
+<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/release/tags/maven-release-2.0-beta-9/maven-release-plugin" class="externalLink">http://svn.apache.org/viewvc/maven/release/tags/maven-release-2.0-beta-9/maven-release-plugin</a></pre>
 </div>
 </div>
 <div class="section"><h2>Anonymous access</h2>
 <p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/maven/release/tags/maven-release-5/maven-release-plugin maven-release-plugin</pre>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.0-beta-9/maven-release-plugin maven-release-plugin</pre>
 </div>
 </div>
 <div class="section"><h2>Developer access</h2>
 <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-5/maven-release-plugin maven-release-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.0-beta-9/maven-release-plugin maven-release-plugin</pre>
 </div>
 <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
 <div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
@@ -324,7 +328,7 @@ This project uses <a href="http://subver
 </div>
 <div class="section"><h2>Access from behind a firewall</h2>
 <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-5/maven-release-plugin maven-release-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/release/tags/maven-release-2.0-beta-9/maven-release-plugin maven-release-plugin</pre>
 </div>
 </div>
 <div class="section"><h2>Access through a proxy</h2>
@@ -345,7 +349,7 @@ http-proxy-port = 3128
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -356,7 +360,7 @@ http-proxy-port = 3128
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>

Modified: websites/production/maventest/content/plugins/maven-release-plugin-latest/stage-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-release-plugin-latest/stage-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-release-plugin-latest/stage-mojo.html Tue May  8 11:33:29 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2008-10-27
-              &nbsp;| Version: 2.0-beta-8
+             Last Published: 2009-03-23
+              &nbsp;| Version: 2.0-beta-9
             </div>
       <div class="clear">
         <hr/>
@@ -222,6 +222,10 @@
           </li>
               
     <li class="none">
+                    <a href="../../mercury/index.html">Mercury</a>
+          </li>
+              
+    <li class="none">
                     <a href="../index.html">Plugins</a>
           </li>
               
@@ -258,7 +262,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="release:stage"></a>release:stage</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-8:stage</p>
+<p>org.apache.maven.plugins:maven-release-plugin:2.0-beta-9:stage</p>
 <p><strong>Description</strong>:</p>
 <div>Perform a release from SCM to a staging repository.</div><p><strong>Attributes</strong>:</p>
 <ul><li>Executes as an aggregator plugin.</li>
@@ -272,12 +276,14 @@
 <tr class="b"><td><strong><a href="#stagingRepository">stagingRepository</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>URL of the staging repository to use. </td>
+<td>URL of the staging repository to use.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#workingDirectory">workingDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The checkout directory. Default value is: <code>${project.build.directory}/checkout</code>.</td>
+<td>The checkout directory.<br />
+<strong>Default value is</strong>: <code>${project.build.directory}/checkout</code>.</td>
 </tr>
 </table>
 </div>
@@ -291,14 +297,16 @@
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Additional arguments to pass to the Maven executions, separated by
-spaces. </td>
+spaces.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#connectionUrl">connectionUrl</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>The SCM URL to checkout from. If omitted, the one from the
 <code>release.properties</code> file is used, followed by the URL
-from the current POM. </td>
+from the current POM.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#goals">goals</a></strong></td>
 <td><code>String</code></td>
@@ -306,59 +314,70 @@ from the current POM. </td>
 <td>A comma or space separated list of goals to execute on deployment.
 Default value is either <code>deploy</code> or <code>deploy
 site-deploy</code>, if the project has a
-&lt;distributionManagement&gt;/&lt;site&gt; element. </td>
+&lt;distributionManagement&gt;/&lt;site&gt; element.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#javaHome">javaHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The JAVA_HOME parameter to use for forked Maven invocations. Default value is: <code>${java.home}</code>.</td>
+<td>The JAVA_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${java.home}</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#localRepoDirectory">localRepoDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
 <td>The command-line local repository directory in use for this build
-(if specified). Default value is: <code>${maven.repo.local}</code>.</td>
+(if specified).<br />
+<strong>Default value is</strong>: <code>${maven.repo.local}</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#mavenExecutorId">mavenExecutorId</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>Role hint of the <code>MavenExecutor</code> implementation to use. Default value is: <code>invoker</code>.</td>
+<td>Role hint of the <code>MavenExecutor</code> implementation to use.<br />
+<strong>Default value is</strong>: <code>invoker</code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#mavenHome">mavenHome</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>The M2_HOME parameter to use for forked Maven invocations. Default value is: <code>${maven.home}</code>.</td>
+<td>The M2_HOME parameter to use for forked Maven invocations.<br />
+<strong>Default value is</strong>: <code>${maven.home}</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#password">password</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM password to use. </td>
+<td>The SCM password to use.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#pomFileName">pomFileName</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The file name of the POM to execute any goals against. </td>
+<td>The file name of the POM to execute any goals against.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#providerImplementations">providerImplementations</a></strong></td>
 <td><code>Map</code></td>
 <td><code>-</code></td>
-<td>List of provider implementations. </td>
+<td>List of provider implementations.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#releaseProfiles">releaseProfiles</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Comma separated profiles to enable on deployment, in addition to
-active profiles for project execution. </td>
+active profiles for project execution.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#scmCommentPrefix">scmCommentPrefix</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The message prefix to use for all SCM changes. Default value is: <code>[maven-release-plugin] </code>.</td>
+<td>The message prefix to use for all SCM changes.<br />
+<strong>Default value is</strong>: <code>[maven-release-plugin] </code>.</td>
 </tr>
 <tr class="a"><td><strong><a href="#tag">tag</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM tag to use. </td>
+<td>The SCM tag to use.<br />
+</td>
 </tr>
 <tr class="b"><td><strong><a href="#tagBase">tagBase</a></strong></td>
 <td><code>String</code></td>
@@ -367,18 +386,21 @@ active profiles for project execution. <
 the standard svn layout (trunk/tags/branches). For example,
 <code>http://svn.apache.org/repos/asf/maven/plugins/tags</code>.
 The URL is an SVN URL and does not include the SCM provider and
-protocol. </td>
+protocol.<br />
+</td>
 </tr>
 <tr class="a"><td><strong><a href="#useReleaseProfile">useReleaseProfile</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <td>Whether to use the release profile that adds sources and javadocs
-to the released artifact, if appropriate. Default value is: <code>true</code>.</td>
+to the released artifact, if appropriate.<br />
+<strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
 <tr class="b"><td><strong><a href="#username">username</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
-<td>The SCM username to use. </td>
+<td>The SCM username to use.<br />
+</td>
 </tr>
 </table>
 </div>
@@ -516,7 +538,7 @@ to the released artifact, if appropriate
     </div>
     <div id="footer">
       <div class="xright">&#169;  
-          2002-2008
+          2002-2009
     
           The Apache Software Foundation
           
@@ -527,7 +549,7 @@ to the released artifact, if appropriate
             
   
     
-  </div>
+   - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a></div>
       <div class="clear">
         <hr/>
       </div>