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

svn commit: r816552 [21/28] - in /websites/production/maventest/content/plugins/maven-site-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/doxia/ apidocs/org/apache/maven/plugins/site/ apidocs/org/apache/maven/plugins/site/class-use/ apidocs/org/ap...

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/deploy-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/deploy-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/deploy-mojo.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-               | Version: 2.0.1
+             Last Published: 2009-12-17
+               | Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -275,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:deploy"></a>site:deploy</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:deploy</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.1:deploy</p>
 <p><strong>Description</strong>:</p>
 <div>Deploys the generated site using <code>scp</code> or
 <code>file</code> protocol to the site URL specified in the
@@ -305,7 +305,63 @@ distributions.<br />
 </tr>
 </table>
 </div>
+<div class="section"><h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
+<table class="bodyTable"><tr class="a"><th>Name</th>
+<th>Type</th>
+<th>Since</th>
+<th>Description</th>
+</tr>
+<tr class="b"><td><strong><a href="#chmod">chmod</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>2.1</code></td>
+<td>Whether to run the &quot;chmod&quot; command on the remote site after the
+deploy. Defaults to &quot;true&quot;.<br />
+<strong>Default value is</strong>: <code>true</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#chmodMode">chmodMode</a></strong></td>
+<td><code>String</code></td>
+<td><code>2.1</code></td>
+<td>The mode used by the &quot;chmod&quot; command. Only used if chmod = true.
+Defaults to &quot;g+w,a+rX&quot;.<br />
+<strong>Default value is</strong>: <code>g+w,a+rX</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#chmodOptions">chmodOptions</a></strong></td>
+<td><code>String</code></td>
+<td><code>2.1</code></td>
+<td>The options used by the &quot;chmod&quot; command. Only used if chmod = true.
+Defaults to &quot;-Rf&quot;.<br />
+<strong>Default value is</strong>: <code>-Rf</code>.</td>
+</tr>
+</table>
+</div>
 <div class="section"><h3><a name="Parameter_Details"></a>Parameter Details</h3>
+<p><strong><a name="chmod">chmod</a>:</strong></p>
+<div>Whether to run the &quot;chmod&quot; command on the remote site after the
+deploy. Defaults to &quot;true&quot;.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>2.1</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${maven.site.chmod}</code></li>
+<li><strong>Default</strong>: <code>true</code></li>
+</ul>
+<hr />
+<p><strong><a name="chmodMode">chmodMode</a>:</strong></p>
+<div>The mode used by the &quot;chmod&quot; command. Only used if chmod = true.
+Defaults to &quot;g+w,a+rX&quot;.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Since</strong>: <code>2.1</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${maven.site.chmod.mode}</code></li>
+<li><strong>Default</strong>: <code>g+w,a+rX</code></li>
+</ul>
+<hr />
+<p><strong><a name="chmodOptions">chmodOptions</a>:</strong></p>
+<div>The options used by the &quot;chmod&quot; command. Only used if chmod = true.
+Defaults to &quot;-Rf&quot;.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<li><strong>Since</strong>: <code>2.1</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${maven.site.chmod.options}</code></li>
+<li><strong>Default</strong>: <code>-Rf</code></li>
+</ul>
+<hr />
 <p><strong><a name="inputDirectory">inputDirectory</a>:</strong></p>
 <div>Directory containing the generated project sites and report
 distributions.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/configuring-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/configuring-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/configuring-reports.html Tue May  8 11:54:37 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -302,7 +302,7 @@
 &lt;/project&gt;
 </pre>
 </div>
-<p>If you have included the appropriate <tt>&lt;menu ref=&quot;reports&quot;/&gt;</tt> tag in your <a href="sitedescriptor.html">site descriptor</a>, then when you regenerate the site those items will appear in a menu called &quot;Project Reports&quot;.</p>
+<p>If you have included the appropriate <tt>&lt;menu ref=&quot;reports&quot;/&gt;</tt> tag in your <a href="./sitedescriptor.html">site descriptor</a>, then when you regenerate the site those items will appear in a menu called &quot;Project Reports&quot;.</p>
 <p><b>Note:</b> Many report plugins provide a parameter called <tt>outputDirectory</tt> or similar to specify the destination for their report outputs. This parameter is only relevant if the report plugin is run standalone, i.e. by invocation directly from the command line. In constrast, when reports are generated as part of the site, the configuration of the Maven Site Plugin will determine the effective output directory to ensure that all reports end up in a common location.</p>
 <p>Check out the <i>reporting</i> section of the <a href="http://maven.apache.org/plugins/" class="externalLink">plugins page</a>, for a list of available reporting plugins.</p>
 </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creating-content.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creating-content.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creating-content.html Tue May  8 11:54:37 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -292,8 +292,8 @@
       +- site.xml
 </pre>
 </div>
-<p>You notice the <tt>${basedir}/src/site</tt> directory which contains a site descriptor along with various directories corresponding to the supported document formats. Let's take a look at examples of the various document formats.</p>
-<p>The APT format, &quot;Almost Plain Text&quot;, is a wiki-like format that allows you to write simple, structured documents (like this one) very quickly. A full reference of the <a href="http://maven.apache.org/doxia/references/apt-format.html" class="externalLink"> APT Format</a> is available.</p>
+<p>The <tt>${basedir}/src/site</tt> directory which contains a site descriptor along with various directories corresponding to the supported document formats. Let's take a look at examples of the various document formats.</p>
+<p>The APT format (&quot;Almost Plain Text&quot;) is a wiki-like format that allows you to write simple, structured documents (like this one) very quickly. A full reference of the <a href="http://maven.apache.org/doxia/references/apt-format.html" class="externalLink"> APT Format</a> is available.</p>
 <p>The FML format is the FAQ format. This is the same that were used in Maven 1.x. For more info about the <a href="http://maven.apache.org/doxia/references/fml-format.html" class="externalLink">FML Format</a> check the <a href="http://maven.apache.org/doxia/" class="externalLink">Doxia</a> site.</p>
 <p>The XDoc format is the same as <a href="http://maven.apache.org/maven-1.x/using/site.html" class="externalLink"> used in Maven 1.x</a>. A reference for the <a href="http://maven.apache.org/doxia/references/xdoc-format.html" class="externalLink"> XDoc Format</a> is available.</p>
 <p>Other formats are available, but at this point these 3 are the best tested. There are also several possible output formats, but currently only XHTML is available.</p>
@@ -310,7 +310,8 @@
       +- other.html
 </pre>
 </div>
-<p>The <tt>css</tt> and <tt>images</tt> directories contains stylesheets and images from the skin being used. You can read more about skins in <a href="sitedescriptor.html">the site descriptor documentation</a>.</p>
+<p>This means that <tt>/src/site/apt/index.apt</tt> will be available in the site as <tt>/index.html</tt>. So, in <a href="./sitedescriptor.html"> your site descriptor</a> you might link to <tt>/index.html</tt> and <tt>/other.html</tt>, where the source of these two files would be <tt>/src/site/apt/index.apt</tt> and <tt>/src/site/xdoc/other.xdoc</tt>.</p>
+<p>The <tt>css</tt> and <tt>images</tt> directories contain stylesheets and images from the skin being used. You can read more about skins in <a href="./sitedescriptor.html">the site descriptor documentation</a>.</p>
 <div class="section"><h3>Adding Extra Resources</h3>
 <p>You can add any arbitrary resource to your site by including them in a <tt>resources</tt> directory as shown below. Additional CSS files can be picked up when they are placed in the <tt>css</tt> directory within the <tt>resources</tt> directory.</p>
 <div class="source"><pre>+- src/
@@ -352,7 +353,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;2.0&lt;/version&gt;
+        &lt;version&gt;2.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;locales&gt;en,fr&lt;/locales&gt;
         &lt;/configuration&gt;

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creatingskins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creatingskins.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creatingskins.html Tue May  8 11:54:37 2012
@@ -74,8 +74,8 @@ Dennis Lundberg" />
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/moduleexcludes.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/moduleexcludes.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/moduleexcludes.html Tue May  8 11:54:37 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -296,7 +296,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;2.0&lt;/version&gt;
+        &lt;version&gt;2.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;excludeModules&gt;fml&lt;/excludeModules&gt;
         &lt;/configuration&gt;

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/site-deploy-to-sourceforge.net.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/site-deploy-to-sourceforge.net.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/site-deploy-to-sourceforge.net.html Tue May  8 11:54:37 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/sitedescriptor.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/sitedescriptor.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/sitedescriptor.html Tue May  8 11:54:37 2012
@@ -76,8 +76,8 @@ Dennis Lundberg" />
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -363,12 +363,20 @@ Dennis Lundberg" />
 </div>
 </div>
 <div class="section"><h3>Including Generated Content</h3>
-<p>There are several preset menus that can be used in the site descriptor to include generated content from your project. These are:</p>
-<ul><li><tt>reports</tt> - a menu with links to all the generated reports for your project</li>
-<li><tt>parent</tt> - a menu with a link to the parent project's site</li>
-<li><tt>modules</tt> - a menu containing the links to the sites of the submodules of this project</li>
-</ul>
-<p>To include a preset menu, use the <tt>ref</tt> attribute. For example:</p>
+<p>Files in the format-based directory structure can be linked to by their target HTML filename, e.g. <tt>$<a name="basedir">basedir</a>/src/site/apt/foo.apt</tt> and <tt>$<a name="basedir">basedir</a>/src/site/fml/faq.fml</tt> can be linked to via:</p>
+<div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;body&gt;
+    ...
+    &lt;menu name=&quot;Foo&quot; href=&quot;foo.html&quot; /&gt;
+    &lt;menu name=&quot;FAQ&quot; href=&quot;faq.html&quot; /&gt;
+    ...
+  &lt;/body&gt;
+  ...
+&lt;/project&gt;
+</pre>
+</div>
+<p>There are also several preset menus that can be used in the site descriptor to include generated content from your project. These are linked via the <tt>ref</tt> attribute, like so:</p>
 <div class="source"><pre>&lt;project&gt;
   ...
   &lt;body&gt;
@@ -381,9 +389,14 @@ Dennis Lundberg" />
 </pre>
 </div>
 <p><b>Note:</b> The old syntax using <tt>${reports}</tt>, <tt>${parent}</tt> and <tt>${modules}</tt> has been deprecated and you are encouraged to use the new syntax instead. The support for the old syntax will be removed in a future version of the Site Plugin.</p>
+<p>The currently available preset menus are:</p>
+<ul><li><tt>reports</tt> - a menu with links to all the generated reports for your project</li>
+<li><tt>parent</tt> - a menu with a link to the parent project's site</li>
+<li><tt>modules</tt> - a menu containing the links to the sites of the submodules of this project</li>
+</ul>
 </div>
 <div class="section"><h3>Skinning</h3>
-<p>Skins can be created to customize the look and feel of a site in a consistent way. For more information on creating a skin, see <a href="creatingskins.html">Creating a Skin</a>. To use a specific skin in your project, you use the <tt>skin</tt> element of the site descriptor. This is a regular artifact or dependency-like element. For example, to use the <a href="http://maven.apache.org/skins/maven-classic-skin/" class="externalLink">Maven Classic Skin</a>, you would include:</p>
+<p>Skins can be created to customize the look and feel of a site in a consistent way. For more information on creating a skin, see <a href="./creatingskins.html">Creating a Skin</a>. To use a specific skin in your project, you use the <tt>skin</tt> element of the site descriptor. This is a regular artifact or dependency-like element. For example, to use the <a href="http://maven.apache.org/skins/maven-classic-skin/" class="externalLink">Maven Classic Skin</a>, you would include:</p>
 <div class="source"><pre>&lt;project&gt;
   ...
   &lt;skin&gt;

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html Tue May  8 11:54:37 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -275,7 +275,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Configuring Site Run</h2>
-<p>For the <tt><a href="run-mojo.html">site:run</a></tt> goal, you can configure which port to use to start up the site as well as the directory where the pages for the site will be rendered.</p>
+<p>For the <tt><a href="./run-mojo.html">site:run</a></tt> goal, you can configure which port to use to start up the site as well as the directory where the pages for the site will be rendered.</p>
 <p>For example, you can have the following configuration in your POM:</p>
 <div class="source"><pre>&lt;project&gt;
   ...
@@ -284,7 +284,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;2.0&lt;/version&gt;
+        &lt;version&gt;2.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;port&gt;9000&lt;/port&gt;
           &lt;tempWebappDirectory&gt;${basedir}/target/site/tempdir&lt;/tempWebappDirectory&gt;

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/templatefile.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/templatefile.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/templatefile.html Tue May  8 11:54:37 2012
@@ -75,8 +75,8 @@ Maria Odea Ching" />
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -278,7 +278,7 @@ Maria Odea Ching" />
       <div id="contentBox">
         <div class="section"><h2>Changing the Template File</h2>
 <p>It is possible to change the Velocity template used for creating the site. Save your custom template in a directory of your choice and configure the Site Plugin accordingly.</p>
-<p><b>Note:</b> If you use this method then skins and the default templates, CSS and images are disabled. It is therefor highly recommended that you package this as a <a href="creatingskins.html">skin</a> instead.</p>
+<p><b>Note:</b> If you use this method then skins and the default templates, CSS and images are disabled. It is therefor highly recommended that you package this as a <a href="./creatingskins.html">skin</a> instead.</p>
 <p>For version 2.0-beta-5 and later you would add something like this to your <tt>pom.xml</tt>:</p>
 <div class="source"><pre>&lt;project&gt;
   ...
@@ -287,7 +287,7 @@ Maria Odea Ching" />
       &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;2.0&lt;/version&gt;
+        &lt;version&gt;2.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;templateFile&gt;${basedir}/maven-site.vm&lt;/templateFile&gt;
         &lt;/configuration&gt;

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/faq.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/faq.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/faq.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -312,16 +312,15 @@
           This happens because the Site Plugin tries to make all URLs relative,
           when possible. If you have something like this defined in your
           <code>pom.xml</code>:
-          <div class="source"><pre>
-&lt;url&gt;http://www.your.site.com/&lt;/url&gt;</pre>
+          <div class="source"><pre>&lt;url&gt;http://www.your.site.com/&lt;/url&gt;</pre>
 </div>
 
           and create links in your <code>site.xml</code> (just an example) like
           this:
           <div class="source"><pre>
 &lt;links&gt;
-  &lt;item&gt;&lt;/item&gt;
-  &lt;item&gt;&lt;/item&gt;
+  &lt;item name=&quot;Your Site&quot; href=&quot;http://www.your.site.com/&quot;/&gt;
+  &lt;item name=&quot;Maven 2&quot; href=&quot;http://maven.apache.org/maven2/&quot;/&gt;
 &lt;/links&gt;</pre>
 </div>
 
@@ -346,8 +345,8 @@
        </p>
         <p>
           If you want to test this, prior to deployment, you can run the
-          <a href="stage-mojo.html"><code>site:stage</code></a> goal as
-          described in the <a href="usage.html">usage documentation</a>
+          <a href="./stage-mojo.html"><code>site:stage</code></a> goal as
+          described in the <a href="./usage.html">usage documentation</a>
           instead.
        </p>
       <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
@@ -372,14 +371,13 @@
             &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
             &lt;artifactId&gt;doxia-module-twiki&lt;/artifactId&gt;
             &lt;version&gt;1.0&lt;/version&gt;
-         &lt;/dependency&gt;
-       &lt;/dependencies&gt;
-     &lt;/plugin&gt;
-   &lt;/plugins&gt;
- &lt;/build&gt;
+          &lt;/dependency&gt;
+        &lt;/dependencies&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
   ...
-&lt;/project&gt;
-         </pre>
+&lt;/project&gt;</pre>
 </div>
 
        </p>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/help-mojo.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -275,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:help"></a>site:help</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:help</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.1:help</p>
 <p><strong>Description</strong>:</p>
 <div>Display help information on maven-site-plugin.<br />
 

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/i18n.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/i18n.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/i18n.html Tue May  8 11:54:37 2012
@@ -74,8 +74,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/index.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/index.html Tue May  8 11:54:37 2012
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -322,32 +322,33 @@
       <div id="contentBox">
         <div class="section"><h2>Maven Site Plugin</h2>
 <p>The Site Plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the <tt>&lt;reporting&gt;</tt> section of the POM.</p>
+<p>If you consider <b>upgrading to site-plugin-2.1</b>, please note that there have been a couple of important changes. First, the plugin now requires at least <b>Maven 2.1.x</b> to run, you cannot use it with older Maven versions. Second, and most notable, site-plugin-2.1 has been upgraded to use <b>Doxia 1.1</b>, which has seen a lot of major changes itself. If you experience unexpected behavior, please read <a href="http://maven.apache.org/doxia/whatsnew-1.1.html" class="externalLink">Doxia: what's new in 1.1?</a>, <a href="http://maven.apache.org/doxia/references/doxia-apt.html" class="externalLink">Doxia: Enhancements to the APT format</a>, <a href="http://maven.apache.org/doxia/issues/index.html" class="externalLink">Doxia: Issues &amp; Gotchas</a>, and the <a href="http://maven.apache.org/doxia/faq.html" class="externalLink">Doxia: Frequently Asked Questions</a> first.</p>
 <div class="section"><h3>Goals Overview</h3>
 <p>The Site Plugin has seven goals:</p>
-<ul><li><a href="site-mojo.html">site:site</a> is used generate a site for a single project. Note that links between module sites in a multi module build will <b>not</b> work.</li>
-<li><a href="deploy-mojo.html">site:deploy</a> is used to deploy the generated site using <tt>scp</tt> or <tt>file</tt> protocol to the site URL specified in the <tt>&lt;distributionManagement&gt;</tt> section of the POM.</li>
-<li><a href="run-mojo.html">site:run</a> starts the site up, rendering documents as requested for faster editing. It uses Jetty as the web server.</li>
-<li><a href="stage-mojo.html">site:stage</a> generates a site in a local staging or mock directory based on the site URL specified in the <tt>&lt;distributionManagement&gt;</tt> section of the POM. It can be used to test that links between module sites in a multi module build works.</li>
-<li><a href="stage-deploy-mojo.html">site:stage-deploy</a> deploys the generated site to a staging or mock directory to the site URL specified in the <tt>&lt;distributionManagement&gt;</tt> section of the POM. It supports <tt>scp</tt> and <tt>file</tt> protocols for deployment.</li>
-<li><a href="attach-descriptor-mojo.html">site:attach-descriptor</a> adds the site descriptor (<tt>site.xml</tt>) to the list of files to be installed/deployed. For more references of the site descriptor, <a href="examples/sitedescriptor.html">here's a link</a>.</li>
-<li><a href="jar-mojo.html">site:jar</a> bundles the site output into a JAR so that it can be deployed to a repository.</li>
+<ul><li><a href="./site-mojo.html">site:site</a> is used generate a site for a single project. Note that links between module sites in a multi module build will <b>not</b> work.</li>
+<li><a href="./deploy-mojo.html">site:deploy</a> is used to deploy the generated site using <tt>scp</tt> or <tt>file</tt> protocol to the site URL specified in the <tt>&lt;distributionManagement&gt;</tt> section of the POM.</li>
+<li><a href="./run-mojo.html">site:run</a> starts the site up, rendering documents as requested for faster editing. It uses Jetty as the web server.</li>
+<li><a href="./stage-mojo.html">site:stage</a> generates a site in a local staging or mock directory based on the site URL specified in the <tt>&lt;distributionManagement&gt;</tt> section of the POM. It can be used to test that links between module sites in a multi module build works.</li>
+<li><a href="./stage-deploy-mojo.html">site:stage-deploy</a> deploys the generated site to a staging or mock directory to the site URL specified in the <tt>&lt;distributionManagement&gt;</tt> section of the POM. It supports <tt>scp</tt> and <tt>file</tt> protocols for deployment.</li>
+<li><a href="./attach-descriptor-mojo.html">site:attach-descriptor</a> adds the site descriptor (<tt>site.xml</tt>) to the list of files to be installed/deployed. For more references of the site descriptor, <a href="./examples/sitedescriptor.html">here's a link</a>.</li>
+<li><a href="./jar-mojo.html">site:jar</a> bundles the site output into a JAR so that it can be deployed to a repository.</li>
 </ul>
 </div>
 <div class="section"><h3>Usage</h3>
-<p>General instructions on how to use the Site Plugin can be found on the <a href="usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a href="http://docs.codehaus.org/display/MAVENUSER/Site+Plugin" class="externalLink">plugin's wiki page</a>.</p>
-<p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="faq.html">FAQ</a> and feel free to contact the <a href="mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="mail-lists.html">mail archive</a>.</p>
-<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="source-repository.html">source repository</a> and will find supplementary information in the <a href="http://maven.apache.org/guides/development/guide-helping.html" class="externalLink">guide to helping with Maven</a>.</p>
+<p>General instructions on how to use the Site Plugin can be found on the <a href="./usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a href="http://docs.codehaus.org/display/MAVENUSER/Site+Plugin" class="externalLink">plugin's wiki page</a>.</p>
+<p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="./mail-lists.html">mail archive</a>.</p>
+<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information in the <a href="http://maven.apache.org/guides/development/guide-helping.html" class="externalLink">guide to helping with Maven</a>.</p>
 </div>
 <div class="section"><h3>Examples</h3>
 <p>The following examples show how to use the Site Plugin in more advanced usecases:</p>
-<ul><li><a href="examples/creating-content.html">Creating Content</a></li>
-<li><a href="examples/sitedescriptor.html">Configuring the Site Descriptor</a></li>
-<li><a href="examples/configuring-reports.html">Configuring Reports</a></li>
-<li><a href="examples/siterun.html">Configuring Site Run</a></li>
-<li><a href="examples/templatefile.html">Changing the Template File</a></li>
-<li><a href="examples/creatingskins.html">Creating Skins</a></li>
-<li><a href="examples/moduleexcludes.html">Excluding Document Formats</a></li>
-<li><a href="examples/site-deploy-to-sourceforge.net.html">Deploying to sourceforge.net</a></li>
+<ul><li><a href="./examples/creating-content.html">Creating Content</a></li>
+<li><a href="./examples/sitedescriptor.html">Configuring the Site Descriptor</a></li>
+<li><a href="./examples/configuring-reports.html">Configuring Reports</a></li>
+<li><a href="./examples/siterun.html">Configuring Site Run</a></li>
+<li><a href="./examples/templatefile.html">Changing the Template File</a></li>
+<li><a href="./examples/creatingskins.html">Creating Skins</a></li>
+<li><a href="./examples/moduleexcludes.html">Excluding Document Formats</a></li>
+<li><a href="./examples/site-deploy-to-sourceforge.net.html">Deploying to sourceforge.net</a></li>
 </ul>
 </div>
 </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/integration.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -319,14 +319,14 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
 This project uses <a href="https://hudson.dev.java.net/" class="externalLink">Hudson</a>.</div>
-<div class="section"><h2>Access</h2>
+<a name="Access"></a><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://grid.sonatype.org/ci" class="externalLink">http://grid.sonatype.org/ci</a></pre>
 </div>
 </div>
-<div class="section"><h2>Notifiers</h2>
+<a name="Notifiers"></a><div class="section"><h2>Notifiers</h2>
 <p>Configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.</p>
 <table class="bodyTable"><tr class="a"><th>Type</th>
 <th>Address</th>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/issue-tracking.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -319,9 +319,9 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
 This project uses <a href="http://www.atlassian.com/software/jira" class="externalLink">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
-<div class="section"><h2>Issue Tracking</h2>
+<a name="Issue_Tracking"></a><div class="section"><h2>Issue Tracking</h2>
 <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
 <div class="source"><pre><a href="http://jira.codehaus.org/browse/MSITE" class="externalLink">http://jira.codehaus.org/browse/MSITE</a></pre>
 </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/jar-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/jar-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/jar-mojo.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -275,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:jar"></a>site:jar</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:jar</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.1:jar</p>
 <p><strong>Description</strong>:</p>
 <div>Bundles the site output into a JAR so that it can be deployed to a
 repository.</div><p><strong>Attributes</strong>:</p>
@@ -349,19 +349,26 @@ and xdoc docs.<br />
 <td>Convenience parameter that allows you to disable report generation.<br />
 <strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
-<tr class="a"><td><strong><a href="#inputEncoding">inputEncoding</a></strong></td>
+<tr class="a"><td><strong><a href="#generateSitemap">generateSitemap</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>2.1</code></td>
+<td>Generate a sitemap. The result will be a &quot;sitemap.html&quot; file at the
+site root.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
+</tr>
+<tr class="b"><td><strong><a href="#inputEncoding">inputEncoding</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-6</code></td>
 <td>Specifies the input encoding.<br />
 <strong>Default value is</strong>: <code>${project.build.sourceEncoding}</code>.</td>
 </tr>
-<tr class="b"><td><strong><a href="#localRepository">localRepository</a></strong></td>
+<tr class="a"><td><strong><a href="#localRepository">localRepository</a></strong></td>
 <td><code>ArtifactRepository</code></td>
 <td><code>2.0-beta-6</code></td>
 <td>The local repository.<br />
 </td>
 </tr>
-<tr class="a"><td><strong><a href="#locales">locales</a></strong></td>
+<tr class="b"><td><strong><a href="#locales">locales</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-6</code></td>
 <td>A comma separated list of locales supported by Maven. The first
@@ -369,7 +376,7 @@ valid token will be the default Locale f
 Java Virtual Machine.<br />
 </td>
 </tr>
-<tr class="b"><td><strong><a href="#moduleExcludes">moduleExcludes</a></strong></td>
+<tr class="a"><td><strong><a href="#moduleExcludes">moduleExcludes</a></strong></td>
 <td><code>Map</code></td>
 <td><code>2.0-beta-6</code></td>
 <td>Module type exclusion mappings ex: <code>fml -&gt;
@@ -391,31 +398,31 @@ The configuration looks like this: 
 </pre><br />
 </td>
 </tr>
-<tr class="a"><td><strong><a href="#outputEncoding">outputEncoding</a></strong></td>
+<tr class="b"><td><strong><a href="#outputEncoding">outputEncoding</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-6</code></td>
 <td>Specifies the output encoding.<br />
 <strong>Default value is</strong>: <code>${project.reporting.outputEncoding}</code>.</td>
 </tr>
-<tr class="b"><td><strong><a href="#repositories">repositories</a></strong></td>
+<tr class="a"><td><strong><a href="#repositories">repositories</a></strong></td>
 <td><code>List</code></td>
 <td><code>2.0-beta-6</code></td>
 <td>Remote repositories used for the project.<br />
 </td>
 </tr>
-<tr class="a"><td><strong><a href="#template">template</a></strong></td>
+<tr class="b"><td><strong><a href="#template">template</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-6</code></td>
 <td><strong>Deprecated.</strong> use templateFile or skinning instead<br />
 </td>
 </tr>
-<tr class="b"><td><strong><a href="#templateDirectory">templateDirectory</a></strong></td>
+<tr class="a"><td><strong><a href="#templateDirectory">templateDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-6</code></td>
 <td><strong>Deprecated.</strong> use templateFile or skinning instead<br />
 <strong>Default value is</strong>: <code>src/site</code>.</td>
 </tr>
-<tr class="a"><td><strong><a href="#templateFile">templateFile</a></strong></td>
+<tr class="b"><td><strong><a href="#templateFile">templateFile</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-5</code></td>
 <td>The location of a Velocity template file to use. When used, skins
@@ -423,11 +430,10 @@ and the default templates, CSS and image
 highly recommended that you package this as a skin instead.<br />
 </td>
 </tr>
-<tr class="b"><td><strong><a href="#xdocDirectory">xdocDirectory</a></strong></td>
+<tr class="a"><td><strong><a href="#xdocDirectory">xdocDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-6</code></td>
-<td>Alternative directory for xdoc source, useful for m1 to m2
-migration<br />
+<td><strong>Deprecated.</strong> use the standard m2 directory layout<br />
 <strong>Default value is</strong>: <code>${basedir}/xdocs</code>.</td>
 </tr>
 </table>
@@ -464,6 +470,15 @@ file. Please note that &quot;-site&quot;
 <li><strong>Default</strong>: <code>true</code></li>
 </ul>
 <hr />
+<p><strong><a name="generateSitemap">generateSitemap</a>:</strong></p>
+<div>Generate a sitemap. The result will be a &quot;sitemap.html&quot; file at the
+site root.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>2.1</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${generateSitemap}</code></li>
+<li><strong>Default</strong>: <code>false</code></li>
+</ul>
+<hr />
 <p><strong><a name="generatedSiteDirectory">generatedSiteDirectory</a>:</strong></p>
 <div>Directory containing generated documentation.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Since</strong>: <code>2.0-beta-6</code></li>
@@ -581,7 +596,7 @@ highly recommended that you package this
 </ul>
 <hr />
 <p><strong><a name="xdocDirectory">xdocDirectory</a>:</strong></p>
-<div>Alternative directory for xdoc source, useful for m1 to m2
+<div><strong>Deprecated.</strong> use the standard m2 directory layout</div><div>Alternative directory for xdoc source, useful for m1 to m2
 migration</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Since</strong>: <code>2.0-beta-6</code></li>
 <li><strong>Required</strong>: <code>No</code></li>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/l10n-status.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/l10n-status.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/l10n-status.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -351,50 +351,50 @@
 <th>zh_TW</th>
 </tr>
 <tr class="b"><td>site-plugin.properties</td>
-<td>9</td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>1</b></td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td>12</td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>1</b></td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>2</b></td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>1</b></td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
 <td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>2</b></td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>1</b></td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>4</b></td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
-<td><table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>NT:</td><td><b>4</b></td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
+<td><table><tbody><tr><td>M:</td><td><b>3</b></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table></td>
 </tr>
 <tr class="a"><td>Total:</td>
-<td><b>9</b></td>
-<td><b>8</b><br />(88&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>7</b><br />(77&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>8</b><br />(88&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>5</b><br />(55&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
-<td><b>9</b><br />(100&nbsp;%)</td>
+<td><b>12</b></td>
+<td><b>8</b><br />(66&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>12</b><br />(100&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>7</b><br />(58&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>8</b><br />(66&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>10</b><br />(83&nbsp;%)</td>
+<td><b>5</b><br />(41&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
+<td><b>9</b><br />(75&nbsp;%)</td>
 </tr>
 </table>
 <p>Legend:</p>
@@ -433,7 +433,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td><table><tbody><tr><td>report.category.column.document</td><td>"Document"</td></tr></tbody></table></td>
 </tr>
@@ -447,7 +447,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -461,7 +461,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -489,7 +489,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -503,7 +503,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td><table><tbody><tr><td>report.category.column.description</td><td>"Description"</td></tr><tr><td>report.category.column.document</td><td>"Document"</td></tr></tbody></table></td>
 </tr>
@@ -517,7 +517,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -531,7 +531,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -545,7 +545,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -559,7 +559,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -573,7 +573,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td><table><tbody><tr><td>report.category.column.document</td><td>"Document"</td></tr></tbody></table></td>
 </tr>
@@ -587,7 +587,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -601,7 +601,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -615,7 +615,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -629,7 +629,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -643,7 +643,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -659,7 +659,7 @@
 <tr class="a"><td>site-plugin.properties</td>
 <td>OK</td>
 <td>OK</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.section.title</td><td>"Sitemap"</td></tr><tr><td>site.sitemap.title</td><td>"Sitemap"</td></tr></tbody></table></td>
 </tr>
 </table>
 </div>
@@ -671,7 +671,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td><table><tbody><tr><td>report.information.description1</td><td>"This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by"</td></tr><tr><td>report.information.description2</td><td>"on behalf of the project."</td></tr><tr><td>report.project.description1</td><td>"This document provides an overview of the various reports that are automatically generated by"</td></tr><tr><td>report.project.description2</td><td>". Each report is briefly described below."</td></tr></tbody></table></td>
 </tr>
@@ -685,7 +685,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>
@@ -699,7 +699,7 @@
 <th>Non-Changed Keys</th>
 </tr>
 <tr class="a"><td>site-plugin.properties</td>
-<td>OK</td>
+<td><table><tbody><tr><td>site.sitemap.description</td></tr><tr><td>site.sitemap.section.title</td></tr><tr><td>site.sitemap.title</td></tr></tbody></table></td>
 <td>OK</td>
 <td>OK</td>
 </tr>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/license.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/license.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -319,11 +319,11 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Overview</h2>
+        <a name="Overview"></a><div class="section"><h2>Overview</h2>
 <p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
 </div>
-<div class="section"><h2>Project License</h2>
-<div class="section"><h3>The Apache Software License, Version 2.0</h3>
+<a name="Project_License"></a><div class="section"><h2>Project License</h2>
+<a name="The_Apache_Software_License_Version_2.0"></a><div class="section"><h3>The Apache Software License, Version 2.0</h3>
 <div class="source"><pre>
                                  Apache License
                            Version 2.0, January 2004

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/mail-lists.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/mail-lists.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/mail-lists.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -319,7 +319,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Mailing Lists</h2>
+        <a name="Project_Mailing_Lists"></a><div class="section"><h2>Project Mailing Lists</h2>
 <p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
 <table class="bodyTable"><tr class="a"><th>Name</th>
 <th>Subscribe</th>
@@ -335,18 +335,18 @@
 <td><a href="http://mail-archives.apache.org/mod_mbox/maven-users" class="externalLink">mail-archives.apache.org</a></td>
 <td><a href="http://www.mail-archive.com/users@maven.apache.org/" class="externalLink">www.mail-archive.com</a></td>
 </tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://www.nabble.com/Maven---Users-f178.html" class="externalLink">www.nabble.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://maven.users.markmail.org/" class="externalLink">maven.users.markmail.org</a></td>
 </tr>
 <tr class="a"><td>Maven Developer List</td>
@@ -356,18 +356,18 @@
 <td><a href="http://mail-archives.apache.org/mod_mbox/maven-dev" class="externalLink">mail-archives.apache.org</a></td>
 <td><a href="http://www.mail-archive.com/dev@maven.apache.org/" class="externalLink">www.mail-archive.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://www.nabble.com/Maven-Developers-f179.html" class="externalLink">www.nabble.com</a></td>
 </tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://maven.dev.markmail.org/" class="externalLink">maven.dev.markmail.org</a></td>
 </tr>
 <tr class="b"><td>Maven Issues List</td>
@@ -377,18 +377,18 @@
 <td><a href="http://mail-archives.apache.org/mod_mbox/maven-issues/" class="externalLink">mail-archives.apache.org</a></td>
 <td><a href="http://www.mail-archive.com/issues@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
 </tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://www.nabble.com/Maven---Issues-f15573.html" class="externalLink">www.nabble.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://maven.issues.markmail.org/" class="externalLink">maven.issues.markmail.org</a></td>
 </tr>
 <tr class="a"><td>Maven Commits List</td>
@@ -398,18 +398,18 @@
 <td><a href="http://mail-archives.apache.org/mod_mbox/maven-dev" class="externalLink">mail-archives.apache.org</a></td>
 <td><a href="http://www.mail-archive.com/commits@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://www.nabble.com/Maven---Commits-f15575.html" class="externalLink">www.nabble.com</a></td>
 </tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://maven.commits.markmail.org/" class="externalLink">maven.commits.markmail.org</a></td>
 </tr>
 <tr class="b"><td>Maven Announcements List</td>
@@ -419,18 +419,18 @@
 <td><a href="http://mail-archives.apache.org/mod_mbox/maven-announce/" class="externalLink">mail-archives.apache.org</a></td>
 <td><a href="http://www.mail-archive.com/announce@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
 </tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://www.nabble.com/Maven-Announcements-f15617.html" class="externalLink">www.nabble.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://maven.announce.markmail.org/" class="externalLink">maven.announce.markmail.org</a></td>
 </tr>
 <tr class="a"><td>Maven Notifications List</td>
@@ -440,18 +440,18 @@
 <td><a href="http://mail-archives.apache.org/mod_mbox/maven-notifications/" class="externalLink">mail-archives.apache.org</a></td>
 <td><a href="http://www.mail-archive.com/notifications@maven.apache.org" class="externalLink">www.mail-archive.com</a></td>
 </tr>
-<tr class="b"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="b"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://www.nabble.com/Maven---Notifications-f15574.html" class="externalLink">www.nabble.com</a></td>
 </tr>
-<tr class="a"><td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
-<td> </td>
+<tr class="a"><td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
+<td>-</td>
 <td><a href="http://maven.notifications.markmail.org/" class="externalLink">maven.notifications.markmail.org</a></td>
 </tr>
 </table>

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 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -387,7 +387,7 @@ deployment.</td>
 <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="b"><td>Maven</td>
-<td>2.0.6</td>
+<td>2.1.0</td>
 </tr>
 <tr class="a"><td>JDK</td>
 <td>1.4</td>
@@ -411,7 +411,7 @@ deployment.</td>
         &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;2.0.1&lt;/version&gt;
+          &lt;version&gt;2.1&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -421,7 +421,7 @@ deployment.</td>
       &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;2.0.1&lt;/version&gt;
+        &lt;version&gt;2.1&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

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 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -319,7 +319,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Plugin Management</h2>
+        <a name="Project_Plugin_Management"></a><div class="section"><h2>Project Plugin Management</h2>
 <table class="bodyTable"><tr class="a"><th>GroupId</th>
 <th>ArtifactId</th>
 <th>Version</th>
@@ -362,7 +362,7 @@
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</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>
+<td>1.0-beta-1</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>
@@ -386,7 +386,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.3</td>
+<td>2.5</td>
 </tr>
 <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>
@@ -394,7 +394,7 @@
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</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>
+<td>2.0-beta-9</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>
@@ -406,11 +406,11 @@
 </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>
+<td>1.2</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</td>
+<td>2.0.1</td>
 </tr>
 <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>
@@ -426,7 +426,7 @@
 </tr>
 <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-22</td>
+<td>1.0.1</td>
 </tr>
 <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>

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 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -319,18 +319,18 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Build Plugins</h2>
+        <a name="Project_Build_Plugins"></a><div class="section"><h2>Project Build Plugins</h2>
 <table 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 href="http://maven.apache.org/plugins/maven-enforcer-plugin/" class="externalLink">maven-enforcer-plugin</a></td>
-<td>1.0-alpha-4</td>
+<td>1.0-beta-1</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.3</td>
+<td>2.5.1</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>
@@ -342,14 +342,14 @@
 </tr>
 </table>
 </div>
-<div class="section"><h2>Project Report Plugins</h2>
+<a name="Project_Report_Plugins"></a><div class="section"><h2>Project Report Plugins</h2>
 <table class="bodyTable"><tr class="b"><th>GroupId</th>
 <th>ArtifactId</th>
 <th>Version</th>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-checkstyle-plugin" class="externalLink">maven-checkstyle-plugin</a></td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
 <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>
@@ -369,7 +369,7 @@
 </tr>
 <tr class="b"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/plugins/maven-project-info-reports-plugin" class="externalLink">maven-project-info-reports-plugin</a></td>
-<td>2.1.1</td>
+<td>2.1.2</td>
 </tr>
 <tr class="a"><td>org.apache.maven.plugins</td>
 <td><a href="http://maven.apache.org/surefire/maven-surefire-report-plugin" class="externalLink">maven-surefire-report-plugin</a></td>
@@ -377,7 +377,7 @@
 </tr>
 <tr class="b"><td>org.codehaus.mojo</td>
 <td><a href="http://mojo.codehaus.org/cobertura-maven-plugin" class="externalLink">cobertura-maven-plugin</a></td>
-<td>2.2</td>
+<td>2.3</td>
 </tr>
 <tr class="a"><td>org.codehaus.mojo</td>
 <td><a href="http://mojo.codehaus.org/l10n-maven-plugin" class="externalLink">l10n-maven-plugin</a></td>
@@ -385,7 +385,7 @@
 </tr>
 <tr class="b"><td>org.codehaus.mojo</td>
 <td><a href="http://mojo.codehaus.org/taglist-maven-plugin" class="externalLink">taglist-maven-plugin</a></td>
-<td>2.2</td>
+<td>2.4</td>
 </tr>
 </table>
 </div>

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 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -332,7 +332,7 @@
 <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/SiteDeployMojo.html#319">319</a> - <a href="./xref/org/apache/maven/plugins/site/SiteDeployMojo.html#355">355</a></td>
+<td><a href="./xref/org/apache/maven/plugins/site/SiteDeployMojo.html#347">347</a> - <a href="./xref/org/apache/maven/plugins/site/SiteDeployMojo.html#383">383</a></td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/project-info.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/project-reports.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/project-summary.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -319,8 +319,8 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Summary</h2>
-<div class="section"><h3>Project Information</h3>
+        <a name="Project_Summary"></a><div class="section"><h2>Project Summary</h2>
+<a name="Project_Information"></a><div class="section"><h3>Project Information</h3>
 <table class="bodyTable"><tr class="a"><th>Field</th>
 <th>Value</th>
 </tr>
@@ -335,7 +335,7 @@
 </tr>
 </table>
 </div>
-<div class="section"><h3>Project Organization</h3>
+<a name="Project_Organization"></a><div class="section"><h3>Project Organization</h3>
 <table class="bodyTable"><tr class="a"><th>Field</th>
 <th>Value</th>
 </tr>
@@ -347,7 +347,7 @@
 </tr>
 </table>
 </div>
-<div class="section"><h3>Build Information</h3>
+<a name="Build_Information"></a><div class="section"><h3>Build Information</h3>
 <table class="bodyTable"><tr class="b"><th>Field</th>
 <th>Value</th>
 </tr>
@@ -358,7 +358,7 @@
 <td>maven-site-plugin</td>
 </tr>
 <tr class="a"><td>Version</td>
-<td>2.0.1</td>
+<td>2.1</td>
 </tr>
 <tr class="b"><td>Type</td>
 <td>maven-plugin</td>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/run-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/run-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/run-mojo.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -275,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:run"></a>site:run</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:run</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.1:run</p>
 <p><strong>Description</strong>:</p>
 <div>Starts the site up, rendering documents as requested for faster
 editing. It uses Jetty as the web server.</div><p><strong>Attributes</strong>:</p>
@@ -404,8 +404,7 @@ highly recommended that you package this
 <tr class="a"><td><strong><a href="#xdocDirectory">xdocDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>Alternative directory for xdoc source, useful for m1 to m2
-migration<br />
+<td><strong>Deprecated.</strong> use the standard m2 directory layout<br />
 <strong>Default value is</strong>: <code>${basedir}/xdocs</code>.</td>
 </tr>
 </table>
@@ -521,7 +520,7 @@ highly recommended that you package this
 </ul>
 <hr />
 <p><strong><a name="xdocDirectory">xdocDirectory</a>:</strong></p>
-<div>Alternative directory for xdoc source, useful for m1 to m2
+<div><strong>Deprecated.</strong> use the standard m2 directory layout</div><div>Alternative directory for xdoc source, useful for m1 to m2
 migration</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Default</strong>: <code>${basedir}/xdocs</code></li>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/site-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/site-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/site-mojo.html Tue May  8 11:54:37 2012
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-07-10
-              &nbsp;| Version: 2.0.1
+             Last Published: 2009-12-17
+              &nbsp;| Version: 2.1
             </div>
       <div class="clear">
         <hr/>
@@ -275,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:site"></a>site:site</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:site</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.1:site</p>
 <p><strong>Description</strong>:</p>
 <div>Generates the site for a single project. 
 
@@ -331,19 +331,26 @@ and xdoc docs.<br />
 <td>Convenience parameter that allows you to disable report generation.<br />
 <strong>Default value is</strong>: <code>true</code>.</td>
 </tr>
-<tr class="b"><td><strong><a href="#inputEncoding">inputEncoding</a></strong></td>
+<tr class="b"><td><strong><a href="#generateSitemap">generateSitemap</a></strong></td>
+<td><code>boolean</code></td>
+<td><code>2.1</code></td>
+<td>Generate a sitemap. The result will be a &quot;sitemap.html&quot; file at the
+site root.<br />
+<strong>Default value is</strong>: <code>false</code>.</td>
+</tr>
+<tr class="a"><td><strong><a href="#inputEncoding">inputEncoding</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Specifies the input encoding.<br />
 <strong>Default value is</strong>: <code>${project.build.sourceEncoding}</code>.</td>
 </tr>
-<tr class="a"><td><strong><a href="#localRepository">localRepository</a></strong></td>
+<tr class="b"><td><strong><a href="#localRepository">localRepository</a></strong></td>
 <td><code>ArtifactRepository</code></td>
 <td><code>-</code></td>
 <td>The local repository.<br />
 </td>
 </tr>
-<tr class="b"><td><strong><a href="#locales">locales</a></strong></td>
+<tr class="a"><td><strong><a href="#locales">locales</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>A comma separated list of locales supported by Maven. The first
@@ -351,7 +358,7 @@ valid token will be the default Locale f
 Java Virtual Machine.<br />
 </td>
 </tr>
-<tr class="a"><td><strong><a href="#moduleExcludes">moduleExcludes</a></strong></td>
+<tr class="b"><td><strong><a href="#moduleExcludes">moduleExcludes</a></strong></td>
 <td><code>Map</code></td>
 <td><code>-</code></td>
 <td>Module type exclusion mappings ex: <code>fml -&gt;
@@ -373,31 +380,31 @@ The configuration looks like this: 
 </pre><br />
 </td>
 </tr>
-<tr class="b"><td><strong><a href="#outputEncoding">outputEncoding</a></strong></td>
+<tr class="a"><td><strong><a href="#outputEncoding">outputEncoding</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td>Specifies the output encoding.<br />
 <strong>Default value is</strong>: <code>${project.reporting.outputEncoding}</code>.</td>
 </tr>
-<tr class="a"><td><strong><a href="#repositories">repositories</a></strong></td>
+<tr class="b"><td><strong><a href="#repositories">repositories</a></strong></td>
 <td><code>List</code></td>
 <td><code>-</code></td>
 <td>Remote repositories used for the project.<br />
 </td>
 </tr>
-<tr class="b"><td><strong><a href="#template">template</a></strong></td>
+<tr class="a"><td><strong><a href="#template">template</a></strong></td>
 <td><code>String</code></td>
 <td><code>-</code></td>
 <td><strong>Deprecated.</strong> use templateFile or skinning instead<br />
 </td>
 </tr>
-<tr class="a"><td><strong><a href="#templateDirectory">templateDirectory</a></strong></td>
+<tr class="b"><td><strong><a href="#templateDirectory">templateDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
 <td><strong>Deprecated.</strong> use templateFile or skinning instead<br />
 <strong>Default value is</strong>: <code>src/site</code>.</td>
 </tr>
-<tr class="b"><td><strong><a href="#templateFile">templateFile</a></strong></td>
+<tr class="a"><td><strong><a href="#templateFile">templateFile</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-5</code></td>
 <td>The location of a Velocity template file to use. When used, skins
@@ -405,11 +412,10 @@ and the default templates, CSS and image
 highly recommended that you package this as a skin instead.<br />
 </td>
 </tr>
-<tr class="a"><td><strong><a href="#xdocDirectory">xdocDirectory</a></strong></td>
+<tr class="b"><td><strong><a href="#xdocDirectory">xdocDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
-<td>Alternative directory for xdoc source, useful for m1 to m2
-migration<br />
+<td><strong>Deprecated.</strong> use the standard m2 directory layout<br />
 <strong>Default value is</strong>: <code>${basedir}/xdocs</code>.</td>
 </tr>
 </table>
@@ -428,6 +434,15 @@ migration<br />
 <li><strong>Default</strong>: <code>true</code></li>
 </ul>
 <hr />
+<p><strong><a name="generateSitemap">generateSitemap</a>:</strong></p>
+<div>Generate a sitemap. The result will be a &quot;sitemap.html&quot; file at the
+site root.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
+<li><strong>Since</strong>: <code>2.1</code></li>
+<li><strong>Required</strong>: <code>No</code></li>
+<li><strong>Expression</strong>: <code>${generateSitemap}</code></li>
+<li><strong>Default</strong>: <code>false</code></li>
+</ul>
+<hr />
 <p><strong><a name="generatedSiteDirectory">generatedSiteDirectory</a>:</strong></p>
 <div>Directory containing generated documentation.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Required</strong>: <code>Yes</code></li>
@@ -527,7 +542,7 @@ highly recommended that you package this
 </ul>
 <hr />
 <p><strong><a name="xdocDirectory">xdocDirectory</a>:</strong></p>
-<div>Alternative directory for xdoc source, useful for m1 to m2
+<div><strong>Deprecated.</strong> use the standard m2 directory layout</div><div>Alternative directory for xdoc source, useful for m1 to m2
 migration</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Default</strong>: <code>${basedir}/xdocs</code></li>