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 14:12:05 UTC

svn commit: r816573 [31/44] - in /websites/production/maventest/content/plugins/maven-site-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/plugins/site/ apidocs/org/apache/maven/plugins/site/class-use/ apidocs/org/apache/maven/plugins/site/wagon/ a...

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/maven-3.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/maven-3.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/maven-3.html Tue May  8 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Using it with Maven 3</title>
@@ -11,7 +11,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Olivier Lamy" />
         <meta name="Date-Creation-yyyymmdd" content="20110722" />
-    <meta name="Date-Revision-yyyymmdd" content="20110730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     Using it with Maven 3
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -117,10 +117,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -142,7 +142,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -160,6 +160,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -168,9 +183,9 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Using it with Maven 3<a name="Using_it_with_Maven_3"></a></h2><p>A major aim of the refactoring in Maven 3 was to decouple the Maven core from Doxia and to allow arbitrary reporting systems to be developed. For this reason, all reporting related code has been removed from the core of Maven 3 (<a class="externalLink" href="http://jira.codehaus.org/browse/MNG-4162">MNG-4162</a>).</p><p>As a result, the 2.x versions of the Maven Site Plugin will not work with Maven 3. Using such versions of Maven Site Plugin with Maven 3 won't generate any reports from reporting plugins, only hand-written Doxia documents (apt, xdoc, ...) will be rendered.</p><p>You need to use version 3.x of the Site Plugin, in order for it to work with Maven 3.</p><ul><li><a href="#Plugins_Compatibility_Matrix_for_Maven_3">Plugins Compatibility Matrix for Maven 3</a><ul><li><a href="#Plugins_Maintained_by_the_Apache_Maven_Community">Plugins Maintained by the Apac
 he Maven Community</a></li><li><a href="#Plugins_Maintained_by_the_Mojo_Community">Plugins Maintained by the Mojo Community</a></li></ul></li><li><a href="#Configuration_formats">Configuration formats</a><ul><li><a href="#Old_configuration_Maven_2__3">Old configuration (Maven 2 &amp; 3)</a></li><li><a href="#New_Configuration_Maven_3_only_no_reports_configuration_inheritance">New Configuration (Maven 3 only, no reports configuration inheritance)</a></li></ul></li><li><a href="#Version_Resolution">Version Resolution</a></li><li><a href="#Site_descriptor_attachment">Site descriptor attachment</a></li><li><a href="#Using_the_same_version_of_maven-site-plugin_for_both_Maven_2_and_Maven_3">Using the same version of maven-site-plugin for both Maven 2 and Maven 3</a></li><li><a href="#Using_maven-site-plugin_2.x_with_Maven_2_and_maven-site-plugin_3.x_with_Maven_3">Using maven-site-plugin 2.x with Maven 2 and maven-site-plugin 3.x with Maven 3</a></li><li><a href="#Inheritance_of_re
 ports">Inheritance of reports</a></li></ul><div class="section"><h3>Plugins Compatibility Matrix for Maven 3<a name="Plugins_Compatibility_Matrix_for_Maven_3"></a></h3><div class="section"><h4>Plugins Maintained by the Apache Maven Community<a name="Plugins_Maintained_by_the_Apache_Maven_Community"></a></h4><p>Tests have been made on the reporting profile of the Maven parent POM which enables some reports. You will need so update some of these plugins for them to work with Maven 3. Below you will find the minimum version required for these plugins to work in Maven 3.</p><table border="1" class="bodyTable"><tr class="a"><td align="left"><b>Plugin</b></td><td align="left"><b>Version</b></td></tr><tr class="b"><td align="left">maven-changelog-plugin</td><td align="left">2.1</td></tr><tr class="a"><td align="left">maven-changes-plugin</td><td align="left">2.1</td></tr><tr class="b"><td align="left">maven-checkstyle-plugin</td><td align="left">2.5</td></tr><tr class="a"><td align
 ="left">maven-javadoc-plugin</td><td align="left">2.6.1</td></tr><tr class="b"><td align="left">maven-jxr-plugin</td><td align="left">2.1</td></tr><tr class="a"><td align="left">maven-plugin-plugin</td><td align="left">2.5.1</td></tr><tr class="b"><td align="left">maven-pmd-plugin</td><td align="left">2.4</td></tr><tr class="a"><td align="left">maven-project-info-reports-plugin</td><td align="left">2.2</td></tr><tr class="b"><td align="left">maven-surefire-report-plugin</td><td align="left">2.4.3</td></tr></table></div><div class="section"><h4>Plugins Maintained by the Mojo Community<a name="Plugins_Maintained_by_the_Mojo_Community"></a></h4><table border="1" class="bodyTable"><tr class="a"><td align="left"><b>Plugin</b></td><td align="left"><b>Version</b></td></tr><tr class="b"><td align="left">cobertura-maven-plugin</td><td align="left">2.3</td></tr><tr class="a"><td align="left">emma-maven-plugin</td><td align="left">1.0-alpha-2</td></tr></table></div></div><div class="se
 ction"><h3>Configuration formats<a name="Configuration_formats"></a></h3><p>The <tt>&lt;reporting&gt;</tt> section of the POM has been moved to the Site Plugin's configuration in Maven 3. The content of the configuration has been kept as similar as possible to Maven 2. The <tt><a href="/shared/maven-reporting-exec/">maven-reporting-exec</a></tt> component transforms the configuration on the fly.</p><div class="section"><h4>Old configuration (Maven 2 &amp; 3)<a name="Old_configuration_Maven_2__3"></a></h4><p>Reports are configured in the <tt>&lt;reporting&gt;</tt> section of the POM.</p><div class="source"><pre>  &lt;reporting&gt;
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Using it with Maven 3<a name="Using_it_with_Maven_3"></a></h2><p>A major aim of the refactoring in Maven 3 was to decouple the Maven core from <a href="/doxia/">Doxia</a> and to allow arbitrary reporting systems to be developed. For this reason, all reporting related code has been removed from the core of Maven 3 (<a class="externalLink" href="http://jira.codehaus.org/browse/MNG-4162">MNG-4162</a>).</p><p>As a result, the 2.x versions of the Maven Site Plugin will not work with Maven 3. Using such versions of Maven Site Plugin with Maven 3 won't generate any reports from reporting plugins, only hand-written Doxia documents (apt, xdoc, ...) will be rendered.</p><p>You need to use version 3.x of the Site Plugin, in order for it to work with Maven 3.</p><ul><li><a href="#Plugins_Compatibility_Matrix_for_Maven_3">Plugins Compatibility Matrix for Maven 3</a><ul><li><a href="#Plugins_Maintained_by_the_Apache_Maven_Community">Plugins 
 Maintained by the Apache Maven Community</a></li><li><a href="#Plugins_Maintained_by_the_Mojo_Community">Plugins Maintained by the Mojo Community</a></li></ul></li><li><a href="#Configuration_formats">Configuration formats</a><ul><li><a href="#Classic_configuration_Maven_2__3">Classic configuration (Maven 2 &amp; 3)</a></li><li><a href="#New_Configuration_Maven_3_only_no_reports_configuration_inheritance">New Configuration (Maven 3 only, no reports configuration inheritance)</a></li></ul></li><li><a href="#Version_Resolution">Version Resolution</a></li><li><a href="#Site_descriptor_attachment">Site descriptor attachment</a></li><li><a href="#Using_the_same_version_of_maven-site-plugin_for_both_Maven_2_and_Maven_3">Using the same version of maven-site-plugin for both Maven 2 and Maven 3</a></li><li><a href="#Using_maven-site-plugin_2.x_with_Maven_2_and_maven-site-plugin_3.x_with_Maven_3">Using maven-site-plugin 2.x with Maven 2 and maven-site-plugin 3.x with Maven 3</a></li><
 li><a href="#Inheritance_of_reports">Inheritance of reports</a></li></ul><div class="section"><h3>Plugins Compatibility Matrix for Maven 3<a name="Plugins_Compatibility_Matrix_for_Maven_3"></a></h3><div class="section"><h4>Plugins Maintained by the Apache Maven Community<a name="Plugins_Maintained_by_the_Apache_Maven_Community"></a></h4><p>Tests have been made on the reporting profile of the Maven parent POM which enables some reports. You will need so update some of these plugins for them to work with Maven 3. Below you will find the minimum version required for these plugins to work in Maven 3.</p><table border="1" class="bodyTable"><tr class="a"><td align="left"><b>Plugin</b></td><td align="left"><b>Version</b></td></tr><tr class="b"><td align="left">maven-changelog-plugin</td><td align="left">2.1</td></tr><tr class="a"><td align="left">maven-changes-plugin</td><td align="left">2.1</td></tr><tr class="b"><td align="left">maven-checkstyle-plugin</td><td align="left">2.5</t
 d></tr><tr class="a"><td align="left">maven-javadoc-plugin</td><td align="left">2.6.1</td></tr><tr class="b"><td align="left">maven-jxr-plugin</td><td align="left">2.1</td></tr><tr class="a"><td align="left">maven-plugin-plugin</td><td align="left">2.5.1</td></tr><tr class="b"><td align="left">maven-pmd-plugin</td><td align="left">2.4</td></tr><tr class="a"><td align="left">maven-project-info-reports-plugin</td><td align="left">2.2</td></tr><tr class="b"><td align="left">maven-surefire-report-plugin</td><td align="left">2.4.3</td></tr></table></div><div class="section"><h4>Plugins Maintained by the Mojo Community<a name="Plugins_Maintained_by_the_Mojo_Community"></a></h4><table border="1" class="bodyTable"><tr class="a"><td align="left"><b>Plugin</b></td><td align="left"><b>Version</b></td></tr><tr class="b"><td align="left">cobertura-maven-plugin</td><td align="left">2.3</td></tr><tr class="a"><td align="left">emma-maven-plugin</td><td align="left">1.0-alpha-2</td></tr></ta
 ble></div></div><div class="section"><h3>Configuration formats<a name="Configuration_formats"></a></h3><p>The <tt>&lt;reporting&gt;</tt> section of the POM has been added to the Site Plugin's configuration in Maven 3. The content of the configuration has been kept as similar as possible to Maven 2. The <tt><a href="/shared/maven-reporting-exec/">maven-reporting-exec</a></tt> component transforms the configuration on the fly.</p><div class="section"><h4>Classic configuration (Maven 2 &amp; 3)<a name="Classic_configuration_Maven_2__3"></a></h4><p>Reports are configured in the <tt>&lt;reporting&gt;</tt> section of the POM.</p><div class="source"><pre>  &lt;reporting&gt;
     &lt;excludeDefaults&gt;true&lt;/excludeDefaults&gt;
-    &lt;outputDirectory&gt;&lt;/outputDirectory&gt;
+    &lt;outputDirectory&gt;${project.build.directory}/site&lt;/outputDirectory&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
@@ -201,7 +216,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.0&lt;/version&gt;
+        &lt;version&gt;3.1&lt;/version&gt;
         &lt;configuration&gt;
           ...
           &lt;reportPlugins&gt;
@@ -229,7 +244,7 @@
       &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/build&gt;
-</pre></div><p><b>Note:</b> In Maven 3, the new format does not support report plugins configuration inheritance: see <a class="externalLink" href="http://jira.codehaus.org/browse/MSITE-484">MSITE-484</a>. This format was technically necessary to remove reporting logic from Maven 3, but a new inheritance mechanism still needs to be added to Maven 3 to make it as flexible as the old format. So the new format is not ready for direct use for now.</p></div></div><div class="section"><h3>Version Resolution<a name="Version_Resolution"></a></h3><p>When used with Maven 3, a report plugin version can be empty. The following order/strategy will be used to find/resolve a version:</p><ul><li>search the same groupId/artifactId in the build.plugins section</li><li>search the same groupId/artifactId in the build.pluginManagement.plugins section</li><li>resolve with current repositories (can include automatic SNAPSHOT resolution)</li></ul></div><div class="section"><h3>Site descriptor attac
 hment<a name="Site_descriptor_attachment"></a></h3><p>In Maven 3, the default execution of <tt>site:attach-descriptor</tt> has been removed from the built-in lifecycle bindings for projects with packaging &quot;pom&quot;. Users that actually use those projects to provide a common site descriptor for sub modules will need to explicitly define the following goal execution to restore the intended behavior:</p><div class="source"><pre>  &lt;build&gt;
+</pre></div><p><b>Note:</b> In Maven 3, the new format does not support report plugins configuration inheritance: see <a class="externalLink" href="http://jira.codehaus.org/browse/MSITE-484">MSITE-484</a>. This format was technically necessary to remove reporting logic from Maven 3, but a new inheritance mechanism still needs to be added to Maven 3 to make it as flexible as the old format. So this new format is not ready for direct use for now: classic configuration is still the recommended format.</p></div></div><div class="section"><h3>Version Resolution<a name="Version_Resolution"></a></h3><p>When used with Maven 3, a report plugin version can be empty. The following order/strategy will be used to find/resolve a version:</p><ul><li>search the same groupId/artifactId in the build.plugins section</li><li>search the same groupId/artifactId in the build.pluginManagement.plugins section</li><li>resolve with current repositories (can include automatic SNAPSHOT resolution)</li><
 /ul></div><div class="section"><h3>Site descriptor attachment<a name="Site_descriptor_attachment"></a></h3><p>In Maven 3, the default execution of <tt>site:attach-descriptor</tt> has been removed from the built-in lifecycle bindings for projects with packaging &quot;pom&quot;. Users that actually use those projects to provide a common site descriptor for sub modules will need to explicitly define the following goal execution to restore the intended behavior:</p><div class="source"><pre>  &lt;build&gt;
     &lt;plugins&gt;
       &lt;plugin&gt;
         &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
@@ -270,7 +285,7 @@
       &lt;/build&gt;
     &lt;/profile&gt;
   &lt;/profiles&gt;
-</pre></div><p><b>Note:</b> The profile is needed to avoid duplicate install and deploy of the site descriptor when running with Maven 2.2.x due to POM default lifecycle mappings.</p></div><div class="section"><h3>Using maven-site-plugin 2.x with Maven 2 and maven-site-plugin 3.x with Maven 3<a name="Using_maven-site-plugin_2.x_with_Maven_2_and_maven-site-plugin_3.x_with_Maven_3"></a></h3><p>Before maven-site-plugin 3.0, maven-site-plugin 2.x was compatible only with Maven 2 and maven-site-plugin 3.0-betas were compatible only with Maven 3. A trick is needed to let Maven 2 use one version of the plugin and Maven 3 another version in the same <tt>pom.xml</tt>.</p><p>The following snippet automatically activates maven-site-plugin 3.x when run with Maven 3:</p><div class="source"><pre>  &lt;profiles&gt;
+</pre></div><p><b>Note:</b> The profile is needed to avoid duplicate install and deploy of the site descriptor when running with Maven 2.2.x due to POM default lifecycle mappings.</p></div><div class="section"><h3>Using maven-site-plugin 2.x with Maven 2 and maven-site-plugin 3.x with Maven 3<a name="Using_maven-site-plugin_2.x_with_Maven_2_and_maven-site-plugin_3.x_with_Maven_3"></a></h3><p>Before maven-site-plugin 3.0, maven-site-plugin 2.x was compatible only with Maven 2 and maven-site-plugin 3.0-betas were compatible only with Maven 3. A trick was needed to let Maven 2 use one version of the plugin and Maven 3 another version in the same <tt>pom.xml</tt>.</p><p>The following snippet automatically activates maven-site-plugin 3.x when run with Maven 3:</p><div class="source"><pre>  &lt;profiles&gt;
     &lt;profile&gt;
       &lt;id&gt;maven-3&lt;/id&gt;
       &lt;activation&gt;
@@ -285,7 +300,7 @@
             &lt;plugin&gt;
               &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
               &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
-              &lt;version&gt;3.0&lt;/version&gt;
+              &lt;version&gt;3.1&lt;/version&gt;
             &lt;/plugin&gt;
           &lt;/plugins&gt;
         &lt;/pluginManagement&gt;
@@ -324,7 +339,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/migrate.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/migrate.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/migrate.html Tue May  8 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Migrate</title>
@@ -11,7 +11,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Dennis Lundberg" />
         <meta name="Date-Creation-yyyymmdd" content="20110705" />
-    <meta name="Date-Revision-yyyymmdd" content="20110730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     Migrate
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -117,10 +117,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -142,7 +142,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -160,6 +160,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -176,7 +191,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/plugin-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/plugin-info.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/plugin-info.html Tue May  8 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Plugin Documentation</title>
@@ -9,7 +9,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20110730" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Plugin Documentation
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -115,19 +115,13 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
                   <a href="project-reports.html">Project Reports</a>
                     <ul>
                       <li class="none">
-            <strong>Plugin Documentation</strong>
-          </li>
-                      <li class="none">
-                  <a href="index.html">Cobertura Test Coverage</a>
-            </li>
-                      <li class="none">
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
@@ -140,6 +134,9 @@
                   <a href="cpd.html">CPD Report</a>
             </li>
                       <li class="none">
+                  <a href="cobertura/index.html">Cobertura Test Coverage</a>
+            </li>
+                      <li class="none">
                   <a href="xref-test/index.html">Test Source Xref</a>
             </li>
                       <li class="none">
@@ -149,12 +146,21 @@
                   <a href="taglist.html">Tag List</a>
             </li>
                       <li class="none">
+                  <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+                      <li class="none">
                   <a href="testapidocs/index.html">Test JavaDocs</a>
             </li>
                       <li class="none">
-                  <a href="apidocs/index.html">JavaDocs</a>
+                  <a href="findbugs.html">FindBugs Report</a>
+            </li>
+                      <li class="none">
+                  <a href="sonar.html">Sonar</a>
             </li>
                       <li class="none">
+            <strong>Plugin Documentation</strong>
+          </li>
+                      <li class="none">
                   <a href="l10n-status.html">L10n Status</a>
             </li>
               </ul>
@@ -178,7 +184,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -196,6 +202,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -205,22 +226,24 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <a name="Plugin_Documentation"></a><div class="section"><h2>Plugin Documentation<a name="Plugin_Documentation"></a></h2><p>Goals available for this plugin:</p><table border="0" class="bodyTable"><tr class="a"><th>Goal</th><th>Description</th></tr><tr class="b"><td><a href="attach-descriptor-mojo.html">site:attach-descriptor</a></td><td>Adds the site descriptor (<code>site.xml</code>) to the list of
-files to be installed/deployed. By default, this is enabled only
-when the project has pom packaging since it will be used by modules
+files to be installed/deployed.<br />
+For Maven-2.x this is enabled by default only when the project has
+<code>pom</code> packaging since it will be used by modules
 inheriting, but this can be enabled for other projects packaging if
-needed.</td></tr><tr class="a"><td><a href="deploy-mojo.html">site:deploy</a></td><td>Deploys the generated site using <code>scp</code> or
-<code>file</code> protocol to the site URL specified in the
+needed.<br />
+This default execution has been removed from the built-in lifecycle
+of Maven 3.x for <code>pom</code>-projects. Users that actually use
+those projects to provide a common site descriptor for sub modules
+will need to explicitly define this goal execution to restore the
+intended behavior.</td></tr><tr class="a"><td><a href="deploy-mojo.html">site:deploy</a></td><td>Deploys the generated site using <a href="/wagon/">wagon supported
+protocols</a> to the site URL specified in the
 <code>&lt;distributionManagement&gt;</code> section of the POM. 
-
-<p>For <code>scp</code> protocol, the website files are packaged
-into zip archive, then the archive is transfered to the remote
-host, next it is un-archived. This method of deployment should
-normally be much faster than making a file by file copy. For
-<code>file</code> protocol, the files are copied directly to the
-destination directory.</p></td></tr><tr class="b"><td><a href="effective-site-mojo.html">site:effective-site</a></td><td>Displays the effective site descriptor as an XML for this build,
+<p>For <code>scp</code> protocol, the website files are packaged by
+wagon into zip archive, then the archive is transfered to the
+remote host, next it is un-archived which is much faster than
+making a file by file copy.</p></td></tr><tr class="b"><td><a href="effective-site-mojo.html">site:effective-site</a></td><td>Displays the effective site descriptor as an XML for this build,
 after inheritance and interpolation of <code>site.xml</code>.</td></tr><tr class="a"><td><a href="help-mojo.html">site:help</a></td><td>Display help information on maven-site-plugin.<br />
  Call 
-
 <pre>
   mvn site:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
 </pre>
@@ -228,18 +251,15 @@ after inheritance and interpolation of <
 to display parameter details.</td></tr><tr class="b"><td><a href="jar-mojo.html">site:jar</a></td><td>Bundles the site output into a JAR so that it can be deployed to a
 repository.</td></tr><tr class="a"><td><a href="run-mojo.html">site:run</a></td><td>Starts the site up, rendering documents as requested for faster
 editing. It uses Jetty as the web server.</td></tr><tr class="b"><td><a href="site-mojo.html">site:site</a></td><td>Generates the site for a single project. 
-
 <p>Note that links between module sites in a multi module build
-will <b>not</b> work.</p></td></tr><tr class="a"><td><a href="stage-mojo.html">site:stage</a></td><td>Generates a site in a local staging or mock directory based on the
-site URL specified in the
+will <b>not</b> work.</p></td></tr><tr class="a"><td><a href="stage-mojo.html">site:stage</a></td><td>Deploys the generated site to a local staging or mock directory
+based on the site URL specified in the
 <code>&lt;distributionManagement&gt;</code> section of the POM. 
-
 <p>It can be used to test that links between module sites in a
-multi module build works.</p></td></tr><tr class="b"><td><a href="stage-deploy-mojo.html">site:stage-deploy</a></td><td>Deploys the generated site to a staging or mock directory to the
+multi-module build works.</p></td></tr><tr class="b"><td><a href="stage-deploy-mojo.html">site:stage-deploy</a></td><td>Deploys the generated site to a staging or mock directory to the
 site URL specified in the
-<code>&lt;distributionManagement&gt;</code> section of the POM. It
-supports <code>scp</code> and <code>file</code> protocols for
-deployment.</td></tr></table><a name="System_Requirements"></a><div class="section"><h3>System Requirements<a name="System_Requirements"></a></h3><p>The following specifies the minimum requirements to run this Maven plugin:</p><table border="0" class="bodyTable"><tr class="a"><td>Maven</td><td>2.2.0</td></tr><tr class="b"><td>JDK</td><td>1.5</td></tr><tr class="a"><td>Memory</td><td>No minimum requirement.</td></tr><tr class="b"><td>Disk Space</td><td>No minimum requirement.</td></tr></table></div><a name="Usage"></a><div class="section"><h3>Usage<a name="Usage"></a></h3><p>You should specify the version in your project's plugin configuration:</p><div class="source"><pre>&lt;project&gt;
+<code>&lt;distributionManagement&gt;</code> section of the POM,
+using <a href="/wagon/">wagon supported protocols</a></td></tr></table><a name="System_Requirements"></a><div class="section"><h3>System Requirements<a name="System_Requirements"></a></h3><p>The following specifies the minimum requirements to run this Maven plugin:</p><table border="0" class="bodyTable"><tr class="a"><td>Maven</td><td>2.2.1</td></tr><tr class="b"><td>JDK</td><td>1.5</td></tr><tr class="a"><td>Memory</td><td>No minimum requirement.</td></tr><tr class="b"><td>Disk Space</td><td>No minimum requirement.</td></tr></table></div><a name="Usage"></a><div class="section"><h3>Usage<a name="Usage"></a></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;
@@ -248,7 +268,7 @@ deployment.</td></tr></table><a name="Sy
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
-          &lt;version&gt;3.0&lt;/version&gt;
+          &lt;version&gt;3.1&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -258,7 +278,7 @@ deployment.</td></tr></table><a name="Sy
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.0&lt;/version&gt;
+        &lt;version&gt;3.1&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -273,7 +293,7 @@ deployment.</td></tr></table><a name="Sy
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/plugin-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/plugin-management.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/plugin-management.html Tue May  8 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project Plugin Management</title>
@@ -9,7 +9,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20110730" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Project Plugin Management
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -115,45 +115,48 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                  <li class="expanded">
+                                                                                                                                                                                                                                                                                    <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-            <strong>Plugin Management</strong>
-          </li>
+                  <a href="team-list.html">Project Team</a>
+            </li>
                       <li class="none">
-                  <a href="integration.html">Continuous Integration</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
-                  <a href="project-summary.html">Project Summary</a>
+                  <a href="issue-tracking.html">Issue Tracking</a>
             </li>
                       <li class="none">
                   <a href="mail-lists.html">Mailing Lists</a>
             </li>
                       <li class="none">
-                  <a href="plugins.html">Project Plugins</a>
+                  <a href="dependencies.html">Dependencies</a>
             </li>
                       <li class="none">
-                  <a href="team-list.html">Project Team</a>
+                  <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+            <strong>Plugin Management</strong>
+          </li>
+                      <li class="none">
+                  <a href="plugins.html">Project Plugins</a>
             </li>
                       <li class="none">
-                  <a href="issue-tracking.html">Issue Tracking</a>
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -175,7 +178,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -193,6 +196,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -201,7 +219,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Plugin Management<a name="Project_Plugin_Management"></a></h2><a name="Project_Plugin_Management"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin">maven-antrun-plugin</a></td><td>1.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin">maven-assembly-plugin</a></td><td>2.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-changes-plugin">maven-changes-plugin</a></td><td>2.4</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin">maven-clean-plugin</a></td><td>2.4.1</td></tr><tr class="b"><td>
 org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin">maven-compiler-plugin</a></td><td>2.3.2</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin">maven-dependency-plugin</a></td><td>2.0</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin">maven-deploy-plugin</a></td><td>2.5</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-docck-plugin">maven-docck-plugin</a></td><td>1.0</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-ear-plugin">maven-ear-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org
 /plugins/maven-ejb-plugin">maven-ejb-plugin</a></td><td>2.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td><td>1.0</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-gpg-plugin">maven-gpg-plugin</a></td><td>1.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin">maven-install-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin">maven-invoker-plugin</a></td><td>1.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin">maven-jar-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.ap
 ache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin">maven-javadoc-plugin</a></td><td>2.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin">maven-plugin-plugin</a></td><td>2.7</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-rar-plugin">maven-rar-plugin</a></td><td>2.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td><td>2.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin">maven-remote-resources-plugin</a></td><td>1.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apach
 e.org/plugins/maven-resources-plugin">maven-resources-plugin</a></td><td>2.4.3</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-plugin">maven-scm-plugin</a></td><td>1.4</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin">maven-site-plugin</a></td><td>3.0</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin">maven-source-plugin</a></td><td>2.1.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td><td>2.7.2</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin">maven-war-plugin</a></td><td>2.1-alpha-2</td></tr><tr c
 lass="b"><td>org.apache.rat</td><td><a class="externalLink" href="http://incubator.apache.org/rat/apache-rat-plugin">apache-rat-plugin</a></td><td>0.7</td></tr><tr class="a"><td>org.codehaus.modello</td><td><a class="externalLink" href="http://modello.codehaus.org/modello-maven-plugin">modello-maven-plugin</a></td><td>1.4.1</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/clirr-maven-plugin">clirr-maven-plugin</a></td><td>2.3</td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-maven-plugin</td><td>1.3.8</td></tr></table></div>
+        <div class="section"><h2>Project Plugin Management<a name="Project_Plugin_Management"></a></h2><a name="Project_Plugin_Management"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td><td>1.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td><td>2.2.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-changes-plugin/">maven-changes-plugin</a></td><td>2.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td><td>2.4.1</td></tr><tr class="b
 "><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td><td>2.3.2</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td><td>2.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td><td>2.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-docck-plugin/">maven-docck-plugin</a></td><td>1.0</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td><td>1.0.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="ht
 tp://maven.apache.org/plugins/maven-gpg-plugin/">maven-gpg-plugin</a></td><td>1.3</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td><td>1.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td><td>2.8</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin/">maven-plugin-plugin</a></td><td>2.8</td
 ></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-release-plugin/">maven-release-plugin</a></td><td>2.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td><td>1.2.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td><td>2.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-plugin/">maven-scm-plugin</a></td><td>1.4</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td><td>3.0</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="ex
 ternalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td><td>2.1.2</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td><td>2.9</td></tr><tr class="b"><td>org.apache.rat</td><td><a class="externalLink" href="http://incubator.apache.org/rat/apache-rat-plugin">apache-rat-plugin</a></td><td>0.7</td></tr><tr class="a"><td>org.codehaus.modello</td><td><a class="externalLink" href="http://modello.codehaus.org/modello-maven-plugin/">modello-maven-plugin</a></td><td>1.4.1</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/clirr-maven-plugin">clirr-maven-plugin</a></td><td>2.3</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/findbugs-maven-plugin">findbugs-maven-plugin</a></td><td>2.3.2</td></tr><tr class="
 b"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td><td>1.5.5</td></tr><tr class="a"><td>org.codehaus.plexus</td><td>plexus-maven-plugin</td><td>1.3.8</td></tr></table></div>
       </div>
     </div>
     <div class="clear">
@@ -209,7 +227,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/plugins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/plugins.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/plugins.html Tue May  8 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Project Build Plugins</title>
@@ -9,7 +9,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20110730" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Project Build Plugins
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -115,45 +115,48 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                                  <li class="expanded">
+                                                                                                                                                                                                                                                                                    <li class="expanded">
                   <a href="project-info.html">Project Information</a>
                     <ul>
                       <li class="none">
-                  <a href="source-repository.html">Source Repository</a>
+                  <a href="index.html">About</a>
             </li>
                       <li class="none">
-                  <a href="distribution-management.html">Distribution Management</a>
+                  <a href="project-summary.html">Project Summary</a>
             </li>
                       <li class="none">
-                  <a href="dependencies.html">Dependencies</a>
+                  <a href="license.html">Project License</a>
             </li>
                       <li class="none">
-                  <a href="plugin-management.html">Plugin Management</a>
+                  <a href="team-list.html">Project Team</a>
             </li>
                       <li class="none">
-                  <a href="integration.html">Continuous Integration</a>
+                  <a href="source-repository.html">Source Repository</a>
             </li>
                       <li class="none">
-                  <a href="project-summary.html">Project Summary</a>
+                  <a href="issue-tracking.html">Issue Tracking</a>
             </li>
                       <li class="none">
                   <a href="mail-lists.html">Mailing Lists</a>
             </li>
                       <li class="none">
-            <strong>Project Plugins</strong>
-          </li>
+                  <a href="dependencies.html">Dependencies</a>
+            </li>
                       <li class="none">
-                  <a href="team-list.html">Project Team</a>
+                  <a href="integration.html">Continuous Integration</a>
             </li>
                       <li class="none">
-                  <a href="license.html">Project License</a>
+                  <a href="plugin-management.html">Plugin Management</a>
             </li>
                       <li class="none">
-                  <a href="issue-tracking.html">Issue Tracking</a>
+            <strong>Project Plugins</strong>
+          </li>
+                      <li class="none">
+                  <a href="distribution-management.html">Distribution Management</a>
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -175,7 +178,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -193,6 +196,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -201,7 +219,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Build Plugins<a name="Project_Build_Plugins"></a></h2><a name="Project_Build_Plugins"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td><td>1.0</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin">maven-plugin-plugin</a></td><td>2.7</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin">maven-remote-resources-plugin</a></td><td>1.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-shade-plugin">maven-shade-plugin</a></td><td>1.4</td></tr><tr class="b"
 ><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5</td></tr><tr class="a"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata">plexus-component-metadata</a></td><td>1.5.4</td></tr></table></div><div class="section"><h2>Project Report Plugins<a name="Project_Report_Plugins"></a></h2><a name="Project_Report_Plugins"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin">maven-checkstyle-plugin</a></td><td>2.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin">maven-invoker-plugin</a></td><td>1.5</td></tr><tr class="b"><
 td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin">maven-javadoc-plugin</a></td><td>2.7</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin">maven-jxr-plugin</a></td><td>2.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin">maven-plugin-plugin</a></td><td>2.7</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin">maven-pmd-plugin</a></td><td>2.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin">maven-project-info-reports-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven
 .apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td><td>2.7.2</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/l10n-maven-plugin">l10n-maven-plugin</a></td><td>1.0-alpha-2</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/taglist-maven-plugin">taglist-maven-plugin</a></td><td>2.4</td></tr></table></div>
+        <div class="section"><h2>Project Build Plugins<a name="Project_Build_Plugins"></a></h2><a name="Project_Build_Plugins"></a><table border="0" class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td><td>2.4.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td><td>2.3.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td><td>2.6</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-enforcer-plugin/">maven-enforcer-plugin</a></td><td>1.0.1</td></tr><tr class="b"><td>or
 g.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td><td>2.3.1</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td><td>2.3.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin/">maven-plugin-plugin</a></td><td>2.8</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td><td>1.2.1</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td><td>2.5</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="
 http://maven.apache.org/plugins/maven-shade-plugin/">maven-shade-plugin</a></td><td>1.4</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td><td>3.0</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td><td>2.9</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5.1</td></tr><tr class="a"><td>org.codehaus.plexus</td><td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td><td>1.5.4</td></tr></table></div><div class="section"><h2>Project Report Plugins<a name="Project_Report_Plugins"></a></h2><a name="Project_Report_Plugins"></a><table border="0
 " class="bodyTable"><tr class="a"><th>GroupId</th><th>ArtifactId</th><th>Version</th></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-checkstyle-plugin/">maven-checkstyle-plugin</a></td><td>2.7</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td><td>1.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td><td>2.8</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td><td>2.2</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-plugin-plugin/">maven-plugin-plugin</a></td><td>2.8</td></
 tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td><td>2.5</td></tr><tr class="b"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td><td>2.4</td></tr><tr class="a"><td>org.apache.maven.plugins</td><td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin">maven-surefire-report-plugin</a></td><td>2.9</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/cobertura-maven-plugin/">cobertura-maven-plugin</a></td><td>2.5.1</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/findbugs-maven-plugin">findbugs-maven-plugin</a></td><td>2.3.2</td></tr><tr class="b"><td>org.codehaus.mojo</td><td><a class="externa
 lLink" href="http://mojo.codehaus.org/l10n-maven-plugin">l10n-maven-plugin</a></td><td>1.0-alpha-2</td></tr><tr class="a"><td>org.codehaus.mojo</td><td><a class="externalLink" href="http://mojo.codehaus.org/taglist-maven-plugin">taglist-maven-plugin</a></td><td>2.4</td></tr><tr class="b"><td>org.codehaus.sonar-plugins</td><td><a class="externalLink" href="http://sonar-plugins.codehaus.org/maven-report">maven-report</a></td><td>0.1</td></tr></table></div>
       </div>
     </div>
     <div class="clear">
@@ -209,7 +227,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/pmd.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/pmd.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/pmd.html Tue May  8 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>PMD Results</title>
@@ -9,7 +9,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20110730" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     PMD Results
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -115,19 +115,13 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                    <li class="expanded">
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
                   <a href="project-reports.html">Project Reports</a>
                     <ul>
                       <li class="none">
-                  <a href="plugin-info.html">Plugin Documentation</a>
-            </li>
-                      <li class="none">
-                  <a href="index.html">Cobertura Test Coverage</a>
-            </li>
-                      <li class="none">
                   <a href="surefire-report.html">Surefire Report</a>
             </li>
                       <li class="none">
@@ -140,6 +134,9 @@
                   <a href="cpd.html">CPD Report</a>
             </li>
                       <li class="none">
+                  <a href="cobertura/index.html">Cobertura Test Coverage</a>
+            </li>
+                      <li class="none">
                   <a href="xref-test/index.html">Test Source Xref</a>
             </li>
                       <li class="none">
@@ -149,10 +146,19 @@
                   <a href="taglist.html">Tag List</a>
             </li>
                       <li class="none">
+                  <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+                      <li class="none">
                   <a href="testapidocs/index.html">Test JavaDocs</a>
             </li>
                       <li class="none">
-                  <a href="apidocs/index.html">JavaDocs</a>
+                  <a href="findbugs.html">FindBugs Report</a>
+            </li>
+                      <li class="none">
+                  <a href="sonar.html">Sonar</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-info.html">Plugin Documentation</a>
             </li>
                       <li class="none">
                   <a href="l10n-status.html">L10n Status</a>
@@ -178,7 +184,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -196,6 +202,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -204,7 +225,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>PMD Results<a name="PMD_Results"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 4.2.5.</p></div><div class="section"><h2>Files<a name="Files"></a></h2><div class="section"><h3>org/apache/maven/plugins/site/AbstractDeployMojo.java<a name="orgapachemavenpluginssiteAbstractDeployMojo.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>These nested if statements could be combined</td><td><a href="./xref/org/apache/maven/plugins/site/AbstractDeployMojo.html#678">678</a> - <a href="./xref/org/apache/maven/plugins/site/AbstractDeployMojo.html#713">713</a></td></tr></table></div><div class="section"><h3>org/apache/maven/plugins/site/ReportDocumentRenderer.java<a name="orgapachemavenpluginssiteReportDocumentRenderer.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</
 th></tr><tr class="b"><td>Avoid empty if statements</td><td><a href="./xref/org/apache/maven/plugins/site/ReportDocumentRenderer.html#222">222</a> - <a href="./xref/org/apache/maven/plugins/site/ReportDocumentRenderer.html#224">224</a></td></tr></table></div><div class="section"><h3>org/apache/maven/plugins/site/wagon/PathUtils.java<a name="orgapachemavenpluginssitewagonPathUtils.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>These nested if statements could be combined</td><td><a href="./xref/org/apache/maven/plugins/site/wagon/PathUtils.html#312">312</a> - <a href="./xref/org/apache/maven/plugins/site/wagon/PathUtils.html#316">316</a></td></tr></table></div></div>
+        <div class="section"><h2>PMD Results<a name="PMD_Results"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 4.2.5.</p></div><div class="section"><h2>Files<a name="Files"></a></h2><div class="section"><h3>org/apache/maven/plugins/site/ReportDocumentRenderer.java<a name="orgapachemavenpluginssiteReportDocumentRenderer.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Avoid empty if statements</td><td><a href="./xref/org/apache/maven/plugins/site/ReportDocumentRenderer.html#222">222</a> - <a href="./xref/org/apache/maven/plugins/site/ReportDocumentRenderer.html#224">224</a></td></tr></table></div><div class="section"><h3>org/apache/maven/plugins/site/wagon/PathUtils.java<a name="orgapachemavenpluginssitewagonPathUtils.java"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class=
 "b"><td>These nested if statements could be combined</td><td><a href="./xref/org/apache/maven/plugins/site/wagon/PathUtils.html#312">312</a> - <a href="./xref/org/apache/maven/plugins/site/wagon/PathUtils.html#316">316</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">
@@ -212,7 +233,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/pmd.xml
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/pmd.xml (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/pmd.xml Tue May  8 12:11:59 2012
@@ -1,16 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.5" timestamp="2011-07-30T17:01:08.308">
-<file name="G:\apache\maven\trunks\plugins\maven-site-plugin\target\checkout\src\main\java\org\apache\maven\plugins\site\AbstractDeployMojo.java">
-<violation beginline="678" endline="713" begincolumn="17" endcolumn="17" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.maven.plugins.site" class="AbstractDeployMojo" method="configureWagon" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
-These nested if statements could be combined
-</violation>
-</file>
-<file name="G:\apache\maven\trunks\plugins\maven-site-plugin\target\checkout\src\main\java\org\apache\maven\plugins\site\ReportDocumentRenderer.java">
+<pmd version="4.2.5" timestamp="2012-04-27T23:44:03.206">
+<file name="C:\apache\maven\plugins\maven-site-plugin\target\checkout\src\main\java\org\apache\maven\plugins\site\ReportDocumentRenderer.java">
 <violation beginline="222" endline="224" begincolumn="13" endcolumn="13" rule="EmptyIfStmt" ruleset="Basic Rules" package="org.apache.maven.plugins.site" class="ReportDocumentRenderer" method="renderDocument" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#EmptyIfStmt" priority="3">
 Avoid empty if statements
 </violation>
 </file>
-<file name="G:\apache\maven\trunks\plugins\maven-site-plugin\target\checkout\src\main\java\org\apache\maven\plugins\site\wagon\PathUtils.java">
+<file name="C:\apache\maven\plugins\maven-site-plugin\target\checkout\src\main\java\org\apache\maven\plugins\site\wagon\PathUtils.java">
 <violation beginline="312" endline="316" begincolumn="13" endcolumn="13" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.maven.plugins.site.wagon" class="PathUtils" method="basedir" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
 These nested if statements could be combined
 </violation>