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 [22/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/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/source-repository.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/>
@@ -319,32 +319,32 @@
     </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://subversion.tigris.org/" class="externalLink">Subversion</a> to manage its source code. Instructions on Subversion use can be found at <a href="http://svnbook.red-bean.com/" class="externalLink">http://svnbook.red-bean.com/</a>.</div>
-<div class="section"><h2>Web Access</h2>
+<a name="Web_Access"></a><div class="section"><h2>Web Access</h2>
 <p>The following is a link to the online source repository.</p>
-<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-2.0.1" class="externalLink">http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-2.0.1</a></pre>
+<div class="source"><pre><a href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-2.1" class="externalLink">http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-2.1</a></pre>
 </div>
 </div>
-<div class="section"><h2>Anonymous access</h2>
+<a name="Anonymous_access"></a><div class="section"><h2>Anonymous access</h2>
 <p>The source can be checked out anonymously from SVN with this command:</p>
-<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-2.0.1 maven-site-plugin</pre>
+<div class="source"><pre>$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-2.1 maven-site-plugin</pre>
 </div>
 </div>
-<div class="section"><h2>Developer access</h2>
+<a name="Developer_access"></a><div class="section"><h2>Developer access</h2>
 <p>Everyone can access the Subversion repository via HTTP, but Committers must checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-2.0.1 maven-site-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-2.1 maven-site-plugin</pre>
 </div>
 <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password)</p>
 <div class="source"><pre>$ svn commit --username your-username -m &quot;A message&quot;</pre>
 </div>
 </div>
-<div class="section"><h2>Access from behind a firewall</h2>
+<a name="Access_from_behind_a_firewall"></a><div class="section"><h2>Access from behind a firewall</h2>
 <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-2.0.1 maven-site-plugin</pre>
+<div class="source"><pre>$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-2.1 maven-site-plugin</pre>
 </div>
 </div>
-<div class="section"><h2>Access through a proxy</h2>
+<a name="Access_through_a_proxy"></a><div class="section"><h2>Access through a proxy</h2>
 <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>
 <p>There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created.</p>
 <p>Example: Edit the 'servers' file and add something like:</p>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/stage-deploy-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/stage-deploy-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/stage-deploy-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:stage-deploy"></a>site:stage-deploy</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:stage-deploy</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.1:stage-deploy</p>
 <p><strong>Description</strong>:</p>
 <div>Deploys the generated site to a staging or mock directory to the
 site URL specified in the
@@ -325,12 +325,40 @@ and xdoc docs.<br />
 <td>The template properties for rendering the site.<br />
 </td>
 </tr>
-<tr class="a"><td><strong><a href="#generateReports">generateReports</a></strong></td>
+<tr class="a"><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="b"><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="a"><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>
+<tr class="b"><td><strong><a href="#generateReports">generateReports</a></strong></td>
 <td><code>boolean</code></td>
 <td><code>-</code></td>
 <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="#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>-</code></td>
@@ -437,8 +465,7 @@ highly recommended that you package this
 <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>
@@ -450,6 +477,33 @@ migration<br />
 <li><strong>Expression</strong>: <code>${attributes}</code></li>
 </ul>
 <hr />
+<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="generateReports">generateReports</a>:</strong></p>
 <div>Convenience parameter that allows you to disable report generation.</div><ul><li><strong>Type</strong>: <code>boolean</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
@@ -457,6 +511,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>
@@ -587,7 +650,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/stage-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/stage-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/stage-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:stage"></a>site:stage</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:stage</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.1:stage</p>
 <p><strong>Description</strong>:</p>
 <div>Generates a site in a local staging or mock directory based on the
 site URL specified in the
@@ -333,19 +333,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
@@ -353,7 +360,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;
@@ -375,19 +382,19 @@ 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="#stagingDirectory">stagingDirectory</a></strong></td>
+<tr class="a"><td><strong><a href="#stagingDirectory">stagingDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>-</code></td>
 <td>Staging directory location. This needs to be an absolute path, like
@@ -395,19 +402,19 @@ The configuration looks like this: 
 <code>/stagingArea/myProject/</code> on Unix.<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>-</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>-</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
@@ -415,11 +422,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>-</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>
@@ -438,6 +444,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>
@@ -545,7 +560,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/surefire-report.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/surefire-report.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/surefire-report.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/>
@@ -354,7 +354,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.905</td>
+<td>0.984</td>
 </tr>
 </table>
 <br />
@@ -377,7 +377,7 @@ Note: failures are anticipated and check
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.905</td>
+<td>0.984</td>
 </tr>
 </table>
 <br />
@@ -407,7 +407,7 @@ Note: package statistics are not compute
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.89</td>
+<td>0.969</td>
 </tr>
 </table>
 </div>
@@ -465,7 +465,7 @@ Note: package statistics are not compute
 <div class="section"><h3><a name="org.apache.maven.plugins.siteSiteMojoTest"></a>SiteMojoTest</h3>
 <table class="bodyTable"><tr class="a"><td><img src="images/icon_success_sml.gif" /></td>
 <td>testGetInterpolatedSiteDescriptorContent</td>
-<td>0.859</td>
+<td>0.938</td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/taglist.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/taglist.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/taglist.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/>
@@ -325,92 +325,70 @@
       <div id="contentBox">
         <div class="section"><h2>Tag List Report</h2>
 <p>The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.</p>
-<table class="bodyTable"><tr class="a"><th>Tag</th>
+<table class="bodyTable"><tr class="a"><th>Tag Class</th>
 <th>Total number of occurrences</th>
+<th>Tag strings used by tag class</th>
 </tr>
-<tr class="b"><td><a href="#@todo">@todo</a></td>
-<td>5</td>
-</tr>
-<tr class="a"><td><a href="#TODO">TODO</a></td>
-<td>7</td>
+<tr class="b"><td><a href="#tag_class_1">@todo</a></td>
+<td>4</td>
+<td>@todo</td>
+</tr>
+<tr class="a"><td><a href="#tag_class_2">TODO</a></td>
+<td>4</td>
+<td>TODO</td>
 </tr>
 </table>
 <p>Each tag is detailed below:</p>
-<div class="section"><h3><a name="atodo">@todo</a></h3>
-<p><b>Number of occurrences found in the code: 5</b></p>
-<table class="bodyTable"><tr class="b"><th>org.apache.maven.doxia.sink.SinkFactory</th>
-<th>Line</th>
-</tr>
-<tr class="a"><td>MSITE-368 remove this class when Maven 2.0.8 as prerequisite is ok</td>
-<td><a href="./xref-test/org/apache/maven/doxia/sink/SinkFactory.html#29">29</a></td>
-</tr>
-</table>
+<div class="section"><h3><a name="tag_class_1">@todo</a></h3>
+<p><b>Number of occurrences found in the code: 4</b></p>
 <table class="bodyTable"><tr class="b"><th>org.apache.maven.plugins.site.AbstractSiteRenderingMojo</th>
 <th>Line</th>
 </tr>
 <tr class="a"><td>this is used for site descriptor resolution - it should relate to the actual project but for some reason they are not always filled in</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/AbstractSiteRenderingMojo.html#93">93</a></td>
+<td>92</td>
 </tr>
 <tr class="b"><td>should we deprecate in favour of reports?</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/AbstractSiteRenderingMojo.html#164">164</a></td>
+<td>163</td>
 </tr>
-</table>
-<table class="bodyTable"><tr class="a"><th>org.apache.maven.plugins.site.SiteDeployMojo</th>
+<tr class="a"><th>org.apache.maven.plugins.site.SiteDeployMojo</th>
 <th>Line</th>
 </tr>
 <tr class="b"><td>Remove when {@link WagonManager#getWagon(Repository) is available}. It's available in Maven 2.0.5.</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/SiteDeployMojo.html#300">300</a></td>
+<td>328</td>
 </tr>
-</table>
-<table class="bodyTable"><tr class="a"><th>org.apache.maven.reporting.MavenMultiPageReport</th>
+<tr class="a"><th>org.apache.maven.reporting.MavenMultiPageReport</th>
 <th>Line</th>
 </tr>
 <tr class="b"><td>MSITE-369 remove this class when Maven 3.0 as prerequisite is ok</td>
-<td><a href="./xref-test/org/apache/maven/reporting/MavenMultiPageReport.html#37">37</a></td>
+<td>37</td>
 </tr>
 </table>
 </div>
-<div class="section"><h3><a name="TODO">TODO</a></h3>
-<p><b>Number of occurrences found in the code: 7</b></p>
+<div class="section"><h3><a name="tag_class_2">TODO</a></h3>
+<p><b>Number of occurrences found in the code: 4</b></p>
 <table class="bodyTable"><tr class="a"><th>org.apache.maven.plugins.site.AbstractSiteMojo</th>
 <th>Line</th>
 </tr>
 <tr class="b"><td>should be removed see PLXUTILS-61</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/AbstractSiteMojo.html#179">179</a></td>
-</tr>
-</table>
-<table class="bodyTable"><tr class="a"><th>org.apache.maven.plugins.site.AbstractSiteRenderingMojo</th>
-<th>Line</th>
-</tr>
-<tr class="b"><td>temporary solution for MSITE-289. We need to upgrade doxia site tools</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/AbstractSiteRenderingMojo.html#366">366</a></td>
-</tr>
-<tr class="a"><td>I want to get rid of categories eventually. There's no way to add your own in a fully i18n manner</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/AbstractSiteRenderingMojo.html#377">377</a></td>
+<td>179</td>
 </tr>
-</table>
-<table class="bodyTable"><tr class="b"><th>org.apache.maven.plugins.site.ReportDocumentRenderer</th>
+<tr class="a"><th>org.apache.maven.plugins.site.AbstractSiteRenderingMojo</th>
 <th>Line</th>
 </tr>
-<tr class="a"><td>would be nice to query the report to see if it is modified</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/ReportDocumentRenderer.html#192">192</a></td>
+<tr class="b"><td>I want to get rid of categories eventually. There's no way to add your own in a fully i18n manner</td>
+<td>368</td>
 </tr>
-</table>
-<table class="bodyTable"><tr class="b"><th>org.apache.maven.plugins.site.SiteDeployMojo</th>
+<tr class="a"><th>org.apache.maven.plugins.site.ReportDocumentRenderer</th>
 <th>Line</th>
 </tr>
-<tr class="a"><td>work on moving this into the deployer like the other deploy methods</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/SiteDeployMojo.html#145">145</a></td>
+<tr class="b"><td>would be nice to query the report to see if it is modified</td>
+<td>229</td>
 </tr>
-<tr class="b"><td>current wagon uses zip which will use the umask on remote host instead of honouring our settings Force group writeable</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/SiteDeployMojo.html#189">189</a></td>
-</tr>
-</table>
-<table class="bodyTable"><tr class="a"><th>org.apache.maven.plugins.site.SiteStageDeployMojo</th>
+<tr class="a"><th>org.apache.maven.plugins.site.SiteDeployMojo</th>
 <th>Line</th>
 </tr>
-<tr class="b"><td>current wagon uses zip which will use the umask on remote host instead of honouring our settings Force group writeable</td>
-<td><a href="./xref-test/org/apache/maven/plugins/site/SiteStageDeployMojo.html#170">170</a></td>
+<tr class="b"><td>work on moving this into the deployer like the other deploy methods</td>
+<td>173</td>
 </tr>
 </table>
 </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/team-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/team-list.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/team-list.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,70 +319,63 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>The Team</h2>
+        <a name="The_Team"></a><div class="section"><h2>The Team</h2>
 <p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
 <p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
-<div class="section"><h3>Members</h3>
+<a name="Members"></a><div class="section"><h3>Members</h3>
 <p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
 <table class="bodyTable"><tr class="a"><th>Id</th>
 <th>Name</th>
 <th>Email</th>
 <th>Organization</th>
-<th>Organization URL</th>
 <th>Roles</th>
 <th>Time Zone</th>
 <th>Actual Time (GMT)</th>
 </tr>
-<tr class="b"><td><a name="jvanzyl"></a>jvanzyl</td>
-<td>Jason van Zyl</td>
-<td><a href="mailto:jason@maven.org" class="externalLink">jason@maven.org</a></td>
+<tr class="b"><td><a name="brianf"></a>brianf</td>
+<td>Brian Fox</td>
+<td><a href="mailto:brianf@apache.org" class="externalLink">brianf@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Chair</td>
 <td>-5</td>
 <td><span id="developer-0">-5</span></td>
 </tr>
 <tr class="a"><td><a name="aheritier"></a>aheritier</td>
-<td>Arnaud Heritier</td>
+<td>Arnaud Héritier</td>
 <td><a href="mailto:aheritier@apache.org" class="externalLink">aheritier@apache.org</a></td>
-<td>OCTO Technology</td>
-<td><a href="http://www.octo.com" class="externalLink">http://www.octo.com</a></td>
+<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
 <td><span id="developer-1">+1</span></td>
 </tr>
-<tr class="b"><td><a name="bentmann"></a>bentmann</td>
+<tr class="b"><td><a name="baerrach"></a>baerrach</td>
+<td>Barrie Treloar</td>
+<td>-</td>
+<td>-</td>
+<td>PMC Member</td>
+<td>-</td>
+<td><span id="developer-2">-</span></td>
+</tr>
+<tr class="a"><td><a name="bentmann"></a>bentmann</td>
 <td>Benjamin Bentmann</td>
 <td><a href="mailto:bentmann@apache.org" class="externalLink">bentmann@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-2">+1</span></td>
+<td><span id="developer-3">+1</span></td>
 </tr>
-<tr class="a"><td><a name="brett"></a>brett</td>
+<tr class="b"><td><a name="brett"></a>brett</td>
 <td>Brett Porter</td>
 <td><a href="mailto:brett@apache.org" class="externalLink">brett@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+10</td>
-<td><span id="developer-3">+10</span></td>
-</tr>
-<tr class="b"><td><a name="brianf"></a>brianf</td>
-<td>Brian Fox</td>
-<td><a href="mailto:brianf@apache.org" class="externalLink">brianf@apache.org</a></td>
-<td>ASF</td>
-<td>-</td>
-<td>PMC Member</td>
-<td>-5</td>
-<td><span id="developer-4">-5</span></td>
+<td><span id="developer-4">+10</span></td>
 </tr>
 <tr class="a"><td><a name="carlos"></a>carlos</td>
 <td>Carlos Sanchez</td>
 <td><a href="mailto:carlos@apache.org" class="externalLink">carlos@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
 <td><span id="developer-5">+1</span></td>
@@ -391,7 +384,6 @@
 <td>Dennis Lundberg</td>
 <td><a href="mailto:dennisl@apache.org" class="externalLink">dennisl@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
 <td><span id="developer-6">+1</span></td>
@@ -400,383 +392,357 @@
 <td>Daniel Fabulich</td>
 <td><a href="mailto:dfabulich@apache.org" class="externalLink">dfabulich@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-8</td>
 <td><span id="developer-7">-8</span></td>
 </tr>
-<tr class="b"><td><a name="evenisse"></a>evenisse</td>
+<tr class="b"><td><a name="dkulp"></a>dkulp</td>
+<td>Daniel Kulp</td>
+<td><a href="mailto:dkulp@apache.org" class="externalLink">dkulp@apache.org</a></td>
+<td>IONA</td>
+<td>PMC Member</td>
+<td>-5</td>
+<td><span id="developer-8">-5</span></td>
+</tr>
+<tr class="a"><td><a name="evenisse"></a>evenisse</td>
 <td>Emmanuel Venisse</td>
 <td><a href="mailto:evenisse@apache.org" class="externalLink">evenisse@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-8">+1</span></td>
+<td><span id="developer-9">+1</span></td>
 </tr>
-<tr class="a"><td><a name="fgiust"></a>fgiust</td>
+<tr class="b"><td><a name="fgiust"></a>fgiust</td>
 <td>Fabrizio Giustina</td>
 <td><a href="mailto:fgiust@apache.org" class="externalLink">fgiust@apache.org</a></td>
 <td>openmind</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-9">+1</span></td>
+<td><span id="developer-10">+1</span></td>
 </tr>
-<tr class="b"><td><a name="hboutemy"></a>hboutemy</td>
-<td>Herve Boutemy</td>
+<tr class="a"><td><a name="hboutemy"></a>hboutemy</td>
+<td>Hervé Boutemy</td>
 <td><a href="mailto:hboutemy@apache.org" class="externalLink">hboutemy@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-10">+1</span></td>
+<td><span id="developer-11">+1</span></td>
 </tr>
-<tr class="a"><td><a name="jdcasey"></a>jdcasey</td>
+<tr class="b"><td><a name="jdcasey"></a>jdcasey</td>
 <td>John Casey</td>
 <td><a href="mailto:jdcasey@apache.org" class="externalLink">jdcasey@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-5</td>
-<td><span id="developer-11">-5</span></td>
+<td><span id="developer-12">-5</span></td>
+</tr>
+<tr class="a"><td><a name="jmcconnell"></a>jmcconnell</td>
+<td>Jesse McConnell</td>
+<td><a href="mailto:jmcconnell@apache.org" class="externalLink">jmcconnell@apache.org</a></td>
+<td>ASF</td>
+<td>PMC Member</td>
+<td>-6</td>
+<td><span id="developer-13">-6</span></td>
 </tr>
 <tr class="b"><td><a name="joakime"></a>joakime</td>
 <td>Joakim Erdfelt</td>
 <td><a href="mailto:joakime@apache.org" class="externalLink">joakime@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-5</td>
-<td><span id="developer-12">-5</span></td>
+<td><span id="developer-14">-5</span></td>
 </tr>
 <tr class="a"><td><a name="jstrachan"></a>jstrachan</td>
 <td>James Strachan</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-</td>
-<td><span id="developer-13">-</span></td>
+<td><span id="developer-15">-</span></td>
 </tr>
 <tr class="b"><td><a name="jtolentino"></a>jtolentino</td>
 <td>Ernesto Tolentino Jr.</td>
 <td><a href="mailto:jtolentino@apache.org" class="externalLink">jtolentino@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+8</td>
-<td><span id="developer-14">+8</span></td>
+<td><span id="developer-16">+8</span></td>
 </tr>
-<tr class="a"><td><a name="jmcconnell"></a>jmcconnell</td>
-<td>Jesse McConnell</td>
-<td><a href="mailto:jmcconnell@apache.org" class="externalLink">jmcconnell@apache.org</a></td>
+<tr class="a"><td><a name="jvanzyl"></a>jvanzyl</td>
+<td>Jason van Zyl</td>
+<td><a href="mailto:jason@maven.org" class="externalLink">jason@maven.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
-<td>-6</td>
-<td><span id="developer-15">-6</span></td>
+<td>-5</td>
+<td><span id="developer-17">-5</span></td>
 </tr>
 <tr class="b"><td><a name="kenney"></a>kenney</td>
 <td>Kenney Westerhof</td>
 <td><a href="mailto:kenney@apache.org" class="externalLink">kenney@apache.org</a></td>
 <td>Neonics</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-16">+1</span></td>
+<td><span id="developer-18">+1</span></td>
 </tr>
 <tr class="a"><td><a name="ltheussl"></a>ltheussl</td>
 <td>Lukas Theussl</td>
 <td><a href="mailto:ltheussl@apache.org" class="externalLink">ltheussl@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-17">+1</span></td>
+<td><span id="developer-19">+1</span></td>
+</tr>
+<tr class="b"><td><a name="mkleint"></a>mkleint</td>
+<td>Milos Kleint</td>
+<td>-</td>
+<td>-</td>
+<td>PMC Member</td>
+<td>-</td>
+<td><span id="developer-20">-</span></td>
 </tr>
-<tr class="b"><td><a name="mperham"></a>mperham</td>
+<tr class="a"><td><a name="mperham"></a>mperham</td>
 <td>Mike Perham</td>
 <td><a href="mailto:mperham@gmail.com" class="externalLink">mperham@gmail.com</a></td>
 <td>IBM</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-6</td>
-<td><span id="developer-18">-6</span></td>
+<td><span id="developer-21">-6</span></td>
+</tr>
+<tr class="b"><td><a name="oching"></a>oching</td>
+<td>Maria Odea B. Ching</td>
+<td>-</td>
+<td>-</td>
+<td>PMC Member</td>
+<td>-</td>
+<td><span id="developer-22">-</span></td>
 </tr>
 <tr class="a"><td><a name="olamy"></a>olamy</td>
 <td>Olivier Lamy</td>
 <td><a href="mailto:olamy@apache.org" class="externalLink">olamy@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-19">+1</span></td>
+<td><span id="developer-23">+1</span></td>
 </tr>
 <tr class="b"><td><a name="rgoers"></a>rgoers</td>
 <td>Ralph Goers</td>
 <td><a href="mailto:rgoers@apache.org" class="externalLink">rgoers@apache.org</a></td>
 <td>Intuit</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-8</td>
-<td><span id="developer-20">-8</span></td>
+<td><span id="developer-24">-8</span></td>
 </tr>
 <tr class="a"><td><a name="snicoll"></a>snicoll</td>
 <td>Stephane Nicoll</td>
 <td><a href="mailto:snicoll@apache.org" class="externalLink">snicoll@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-21">+1</span></td>
+<td><span id="developer-25">+1</span></td>
 </tr>
 <tr class="b"><td><a name="trygvis"></a>trygvis</td>
 <td>Trygve Laugstol</td>
 <td><a href="mailto:trygvis@apache.org" class="externalLink">trygvis@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-22">+1</span></td>
+<td><span id="developer-26">+1</span></td>
 </tr>
 <tr class="a"><td><a name="vmassol"></a>vmassol</td>
 <td>Vincent Massol</td>
 <td><a href="mailto:vmassol@apache.org" class="externalLink">vmassol@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>+1</td>
-<td><span id="developer-23">+1</span></td>
+<td><span id="developer-27">+1</span></td>
 </tr>
 <tr class="b"><td><a name="vsiveton"></a>vsiveton</td>
 <td>Vincent Siveton</td>
 <td><a href="mailto:vsiveton@apache.org" class="externalLink">vsiveton@apache.org</a></td>
 <td>ASF</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-5</td>
-<td><span id="developer-24">-5</span></td>
+<td><span id="developer-28">-5</span></td>
 </tr>
 <tr class="a"><td><a name="wsmoak"></a>wsmoak</td>
 <td>Wendy Smoak</td>
 <td><a href="mailto:wsmoak@apache.org" class="externalLink">wsmoak@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>PMC Member</td>
 <td>-7</td>
-<td><span id="developer-25">-7</span></td>
-</tr>
-<tr class="b"><td><a name="dkulp"></a>dkulp</td>
-<td>Daniel Kulp</td>
-<td><a href="mailto:dkulp@apache.org" class="externalLink">dkulp@apache.org</a></td>
-<td>IONA</td>
-<td>-</td>
-<td>PMC Member</td>
-<td>-5</td>
-<td><span id="developer-26">-5</span></td>
+<td><span id="developer-29">-7</span></td>
 </tr>
-<tr class="a"><td><a name="aramirez"></a>aramirez</td>
+<tr class="b"><td><a name="aramirez"></a>aramirez</td>
 <td>Allan Q. Ramirez</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
-<td>Committer</td>
-<td>-</td>
-<td><span id="developer-27">-</span></td>
-</tr>
-<tr class="b"><td><a name="baerrach"></a>baerrach</td>
-<td>Barrie Treloar</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-28">-</span></td>
+<td><span id="developer-30">-</span></td>
 </tr>
 <tr class="a"><td><a name="bayard"></a>bayard</td>
 <td>Henri Yandell</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-29">-</span></td>
+<td><span id="developer-31">-</span></td>
 </tr>
 <tr class="b"><td><a name="bellingard"></a>bellingard</td>
 <td>Fabrice Bellingard</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-30">-</span></td>
+<td><span id="developer-32">-</span></td>
 </tr>
 <tr class="a"><td><a name="chrisjs"></a>chrisjs</td>
 <td>Chris Stevenson</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-31">-</span></td>
+<td><span id="developer-33">-</span></td>
 </tr>
 <tr class="b"><td><a name="dantran"></a>dantran</td>
 <td>Dan Tran</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-32">-</span></td>
+<td><span id="developer-34">-</span></td>
 </tr>
 <tr class="a"><td><a name="dblevins"></a>dblevins</td>
 <td>David Blevins</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-33">-</span></td>
+<td><span id="developer-35">-</span></td>
 </tr>
 <tr class="b"><td><a name="dlr"></a>dlr</td>
 <td>Daniel Rall</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-34">-</span></td>
+<td><span id="developer-36">-</span></td>
 </tr>
 <tr class="a"><td><a name="epunzalan"></a>epunzalan</td>
 <td>Edwin Punzalan</td>
 <td><a href="mailto:epunzalan@apache.org" class="externalLink">epunzalan@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-8</td>
-<td><span id="developer-35">-8</span></td>
+<td><span id="developer-37">-8</span></td>
 </tr>
 <tr class="b"><td><a name="felipeal"></a>felipeal</td>
 <td>Felipe Leme</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-36">-</span></td>
+<td><span id="developer-38">-</span></td>
 </tr>
 <tr class="a"><td><a name="handyande"></a>handyande</td>
 <td>Andrew Williams</td>
 <td><a href="mailto:handyande@apache.org" class="externalLink">handyande@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>0</td>
-<td><span id="developer-37">0</span></td>
+<td><span id="developer-39">0</span></td>
 </tr>
 <tr class="b"><td><a name="jjensen"></a>jjensen</td>
 <td>Jeff Jensen</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
-<td>Committer</td>
-<td>-</td>
-<td><span id="developer-38">-</span></td>
-</tr>
-<tr class="a"><td><a name="mkleint"></a>mkleint</td>
-<td>Milos Kleint</td>
-<td>-</td>
-<td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-39">-</span></td>
+<td><span id="developer-40">-</span></td>
 </tr>
-<tr class="b"><td><a name="nicolas"></a>nicolas</td>
+<tr class="a"><td><a name="nicolas"></a>nicolas</td>
 <td>Nicolas De Loof</td>
 <td><a href="mailto:nicolas@apache.org" class="externalLink">nicolas@apache.org</a></td>
 <td>Capgemini</td>
-<td>-</td>
 <td>Committer</td>
 <td>+1</td>
-<td><span id="developer-40">+1</span></td>
+<td><span id="developer-41">+1</span></td>
 </tr>
-<tr class="a"><td><a name="oching"></a>oching</td>
-<td>Maria Odea B. Ching</td>
-<td>-</td>
+<tr class="b"><td><a name="ogusakov"></a>ogusakov</td>
+<td>Oleg Gusakov</td>
 <td>-</td>
 <td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-41">-</span></td>
+<td><span id="developer-42">-</span></td>
+</tr>
+<tr class="a"><td><a name="pgier"></a>pgier</td>
+<td>Paul Gier</td>
+<td><a href="mailto:pgier@apache.org" class="externalLink">pgier@apache.org</a></td>
+<td>-</td>
+<td>Committer</td>
+<td>-6</td>
+<td><span id="developer-43">-6</span></td>
 </tr>
 <tr class="b"><td><a name="pschneider"></a>pschneider</td>
 <td>Patrick Schneider</td>
 <td><a href="mailto:pschneider@gmail.com" class="externalLink">pschneider@gmail.com</a></td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-6</td>
-<td><span id="developer-42">-6</span></td>
+<td><span id="developer-44">-6</span></td>
 </tr>
 <tr class="a"><td><a name="ptahchiev"></a>ptahchiev</td>
 <td>Petar Tahchiev</td>
 <td><a href="mailto:ptahchiev@apache.org" class="externalLink">ptahchiev@apache.org</a></td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>+2</td>
-<td><span id="developer-43">+2</span></td>
+<td><span id="developer-45">+2</span></td>
 </tr>
 <tr class="b"><td><a name="rafale"></a>rafale</td>
 <td>Raphaël Piéroni</td>
 <td><a href="mailto:rafale@apache.org" class="externalLink">rafale@apache.org</a></td>
 <td>Dexem</td>
-<td>-</td>
 <td>Committer</td>
 <td>+1</td>
-<td><span id="developer-44">+1</span></td>
+<td><span id="developer-46">+1</span></td>
 </tr>
 <tr class="a"><td><a name="rinku"></a>rinku</td>
 <td>Rahul Thakur</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-45">-</span></td>
+<td><span id="developer-47">-</span></td>
 </tr>
 <tr class="b"><td><a name="shinobu"></a>shinobu</td>
 <td>Shinobu Kuwai</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-46">-</span></td>
+<td><span id="developer-48">-</span></td>
 </tr>
 <tr class="a"><td><a name="smorgrav"></a>smorgrav</td>
 <td>Torbjorn Eikli Smorgrav</td>
 <td>-</td>
 <td>-</td>
-<td>-</td>
 <td>Committer</td>
 <td>-</td>
-<td><span id="developer-47">-</span></td>
+<td><span id="developer-49">-</span></td>
 </tr>
-<tr class="b"><td><a name="ogusakov"></a>ogusakov</td>
-<td>Oleg Gusakov</td>
-<td>-</td>
-<td>-</td>
+<tr class="b"><td><a name="stephenc"></a>stephenc</td>
+<td>Stephen Connolly</td>
+<td><a href="mailto:stephenc@apache.org" class="externalLink">stephenc@apache.org</a></td>
 <td>-</td>
 <td>Committer</td>
-<td>-</td>
-<td><span id="developer-48">-</span></td>
+<td>0</td>
+<td><span id="developer-50">0</span></td>
 </tr>
 </table>
 </div>
-<div class="section"><h3>Contributors</h3>
+<a name="Contributors"></a><div class="section"><h3>Contributors</h3>
 <p>The following additional people have contributed to this project through the way of suggestions, patches or documentation.</p>
 <table class="bodyTable"><tr class="a"><th>Name</th>
 <th>Email</th>
@@ -859,36 +825,38 @@ function offsetDate(id, offset) {
 function init(){
     offsetDate('developer-0', '-5');
     offsetDate('developer-1', '+1');
-    offsetDate('developer-2', '+1');
-    offsetDate('developer-3', '+10');
-    offsetDate('developer-4', '-5');
+    offsetDate('developer-3', '+1');
+    offsetDate('developer-4', '+10');
     offsetDate('developer-5', '+1');
     offsetDate('developer-6', '+1');
     offsetDate('developer-7', '-8');
-    offsetDate('developer-8', '+1');
+    offsetDate('developer-8', '-5');
     offsetDate('developer-9', '+1');
     offsetDate('developer-10', '+1');
-    offsetDate('developer-11', '-5');
+    offsetDate('developer-11', '+1');
     offsetDate('developer-12', '-5');
-    offsetDate('developer-14', '+8');
-    offsetDate('developer-15', '-6');
-    offsetDate('developer-16', '+1');
-    offsetDate('developer-17', '+1');
-    offsetDate('developer-18', '-6');
+    offsetDate('developer-13', '-6');
+    offsetDate('developer-14', '-5');
+    offsetDate('developer-16', '+8');
+    offsetDate('developer-17', '-5');
+    offsetDate('developer-18', '+1');
     offsetDate('developer-19', '+1');
-    offsetDate('developer-20', '-8');
-    offsetDate('developer-21', '+1');
-    offsetDate('developer-22', '+1');
+    offsetDate('developer-21', '-6');
     offsetDate('developer-23', '+1');
-    offsetDate('developer-24', '-5');
-    offsetDate('developer-25', '-7');
-    offsetDate('developer-26', '-5');
-    offsetDate('developer-35', '-8');
-    offsetDate('developer-37', '0');
-    offsetDate('developer-40', '+1');
-    offsetDate('developer-42', '-6');
-    offsetDate('developer-43', '+2');
-    offsetDate('developer-44', '+1');
+    offsetDate('developer-24', '-8');
+    offsetDate('developer-25', '+1');
+    offsetDate('developer-26', '+1');
+    offsetDate('developer-27', '+1');
+    offsetDate('developer-28', '-5');
+    offsetDate('developer-29', '-7');
+    offsetDate('developer-37', '-8');
+    offsetDate('developer-39', '0');
+    offsetDate('developer-41', '+1');
+    offsetDate('developer-43', '-6');
+    offsetDate('developer-44', '-6');
+    offsetDate('developer-45', '+2');
+    offsetDate('developer-46', '+1');
+    offsetDate('developer-50', '0');
 }
 
 window.onLoad = init();

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/allclasses-frame.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/allclasses-frame.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/allclasses-frame.html Tue May  8 11:54:37 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_18) on Fri Jul 10 14:06:01 CEST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Dec 17 22:31:52 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Site Plugin 2.0.1 Test API)
+All Classes (Maven Site Plugin 2.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/allclasses-noframe.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/allclasses-noframe.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/allclasses-noframe.html Tue May  8 11:54:37 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_18) on Fri Jul 10 14:06:01 CEST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Dec 17 22:31:52 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-All Classes (Maven Site Plugin 2.0.1 Test API)
+All Classes (Maven Site Plugin 2.1 Test API)
 </TITLE>
 
 

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/constant-values.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/constant-values.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/constant-values.html Tue May  8 11:54:37 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_18) on Fri Jul 10 14:06:01 CEST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Dec 17 22:31:52 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Constant Field Values (Maven Site Plugin 2.0.1 Test API)
+Constant Field Values (Maven Site Plugin 2.1 Test API)
 </TITLE>
 
 
@@ -14,9 +14,11 @@ Constant Field Values (Maven Site Plugin
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Constant Field Values (Maven Site Plugin 2.0.1 Test API)";
+    parent.document.title="Constant Field Values (Maven Site Plugin 2.1 Test API)";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -28,7 +30,7 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -53,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -66,6 +68,7 @@ function windowTitle()
   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>
@@ -89,7 +92,7 @@ Constant Field Values</H1>
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -114,7 +117,7 @@ Constant Field Values</H1>
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -127,6 +130,7 @@ Constant Field Values</H1>
   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/deprecated-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/deprecated-list.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/deprecated-list.html Tue May  8 11:54:37 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_18) on Fri Jul 10 14:06:01 CEST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Dec 17 22:31:52 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Deprecated List (Maven Site Plugin 2.0.1 Test API)
+Deprecated List (Maven Site Plugin 2.1 Test API)
 </TITLE>
 
 
@@ -14,9 +14,11 @@ Deprecated List (Maven Site Plugin 2.0.1
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Deprecated List (Maven Site Plugin 2.0.1 Test API)";
+    parent.document.title="Deprecated List (Maven Site Plugin 2.1 Test API)";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -28,7 +30,7 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -53,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -66,6 +68,7 @@ function windowTitle()
   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>
@@ -77,6 +80,10 @@ function windowTitle()
 <H2>
 <B>Deprecated API</B></H2>
 </CENTER>
+<HR SIZE="4" NOSHADE>
+<B>Contents</B><UL>
+</UL>
+
 <HR>
 
 
@@ -85,7 +92,7 @@ function windowTitle()
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -110,7 +117,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="index.html?deprecated-list.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -123,6 +130,7 @@ function windowTitle()
   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/help-doc.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/help-doc.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/help-doc.html Tue May  8 11:54:37 2012
@@ -2,10 +2,10 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_18) on Fri Jul 10 14:06:01 CEST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Dec 17 22:31:52 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-API Help (Maven Site Plugin 2.0.1 Test API)
+API Help (Maven Site Plugin 2.1 Test API)
 </TITLE>
 
 
@@ -14,9 +14,11 @@ API Help (Maven Site Plugin 2.0.1 Test A
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="API Help (Maven Site Plugin 2.0.1 Test API)";
+    parent.document.title="API Help (Maven Site Plugin 2.1 Test API)";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -28,7 +30,7 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -53,7 +55,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -66,6 +68,7 @@ function windowTitle()
   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>
@@ -89,7 +92,7 @@ Package</H3>
 
 <P>
 Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL>
-<LI>Interfaces (italic)<LI>Classes<LI>Exceptions<LI>Errors</UL>
+<LI>Interfaces (italic)<LI>Classes<LI>Enums<LI>Exceptions<LI>Errors<LI>Annotation Types</UL>
 </BLOCKQUOTE>
 <H3>
 Class/Interface</H3>
@@ -103,6 +106,24 @@ Each class, interface, nested class and 
 <P>
 <LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL>
 Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE>
+</BLOCKQUOTE>
+<H3>
+Annotation Type</H3>
+<BLOCKQUOTE>
+
+<P>
+Each annotation type has its own separate page with the following sections:<UL>
+<LI>Annotation Type declaration<LI>Annotation Type description<LI>Required Element Summary<LI>Optional Element Summary<LI>Element Detail</UL>
+</BLOCKQUOTE>
+</BLOCKQUOTE>
+<H3>
+Enum</H3>
+<BLOCKQUOTE>
+
+<P>
+Each enum has its own separate page with the following sections:<UL>
+<LI>Enum declaration<LI>Enum description<LI>Enum Constant Summary<LI>Enum Constant Detail</UL>
+</BLOCKQUOTE>
 <H3>
 Use</H3>
 <BLOCKQUOTE>
@@ -131,6 +152,10 @@ These links show and hide the HTML frame
 Serialized Form</H3>
 Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
 <P>
+<H3>
+Constant Field Values</H3>
+The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
+<P>
 <FONT SIZE="-1">
 <EM>
 This help file applies to API documentation generated using the standard doclet.</EM>
@@ -144,7 +169,7 @@ This help file applies to API documentat
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
@@ -169,7 +194,7 @@ This help file applies to API documentat
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="index.html?help-doc.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -182,6 +207,7 @@ This help file applies to API documentat
   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/index-all.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/index-all.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/index-all.html Tue May  8 11:54:37 2012
@@ -2,21 +2,23 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_18) on Fri Jul 10 14:06:01 CEST 2009 -->
+<!-- Generated by javadoc (build 1.5.0_22) on Thu Dec 17 22:31:52 CET 2009 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Index (Maven Site Plugin 2.0.1 Test API)
+Index (Maven Site Plugin 2.1 Test API)
 </TITLE>
 
 
-<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
+<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Index (Maven Site Plugin 2.0.1 Test API)";
+    parent.document.title="Index (Maven Site Plugin 2.1 Test API)";
 }
 </SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 
 </HEAD>
 
@@ -28,18 +30,18 @@ function windowTitle()
 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_top_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
   </TR>
 </TABLE>
 </TD>
@@ -53,19 +55,20 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
   if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
   }
   //-->
 </SCRIPT>
 <NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>
@@ -76,74 +79,74 @@ function windowTitle()
 <A NAME="_G_"><!-- --></A><H2>
 <B>G</B></H2>
 <DL>
-<DT><A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html#getName()"><B>getName()</B></A> - 
-Method in class org.apache.maven.plugins.site.stubs.<A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs">SiteMavenProjectStub</A>
+<DT><A HREF="./org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html#getName()"><B>getName()</B></A> - 
+Method in class org.apache.maven.plugins.site.stubs.<A HREF="./org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs">SiteMavenProjectStub</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html#getProperties()"><B>getProperties()</B></A> - 
-Method in class org.apache.maven.plugins.site.stubs.<A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs">SiteMavenProjectStub</A>
+<DT><A HREF="./org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html#getProperties()"><B>getProperties()</B></A> - 
+Method in class org.apache.maven.plugins.site.stubs.<A HREF="./org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs">SiteMavenProjectStub</A>
 <DD>&nbsp;
 </DL>
 <HR>
 <A NAME="_O_"><!-- --></A><H2>
 <B>O</B></H2>
 <DL>
-<DT><A HREF="org/apache/maven/plugins/site/package-summary.html"><B>org.apache.maven.plugins.site</B></A> - package org.apache.maven.plugins.site<DD>&nbsp;<DT><A HREF="org/apache/maven/plugins/site/stubs/package-summary.html"><B>org.apache.maven.plugins.site.stubs</B></A> - package org.apache.maven.plugins.site.stubs<DD>&nbsp;</DL>
+<DT><A HREF="./org/apache/maven/plugins/site/package-summary.html"><B>org.apache.maven.plugins.site</B></A> - package org.apache.maven.plugins.site<DD>&nbsp;<DT><A HREF="./org/apache/maven/plugins/site/stubs/package-summary.html"><B>org.apache.maven.plugins.site.stubs</B></A> - package org.apache.maven.plugins.site.stubs<DD>&nbsp;</DL>
 <HR>
 <A NAME="_S_"><!-- --></A><H2>
 <B>S</B></H2>
 <DL>
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site"><B>SiteDeployMojoTest</B></A> - class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>.<DD>&nbsp;<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#SiteDeployMojoTest()"><B>SiteDeployMojoTest()</B></A> - 
-Constructor for class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#setUp()"><B>setUp()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs"><B>SiteMavenProjectStub</B></A> - class org.apache.maven.plugins.site.stubs.<A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs">SiteMavenProjectStub</A>.<DD>&nbsp;<DT><A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html#SiteMavenProjectStub()"><B>SiteMavenProjectStub()</B></A> - 
-Constructor for class org.apache.maven.plugins.site.stubs.<A HREF="org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs">SiteMavenProjectStub</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site"><B>SiteDeployMojoTest</B></A> - Class in <A HREF="./org/apache/maven/plugins/site/package-summary.html">org.apache.maven.plugins.site</A><DD>&nbsp;<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#SiteDeployMojoTest()"><B>SiteDeployMojoTest()</B></A> - 
+Constructor for class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteMojoTest.html" title="class in org.apache.maven.plugins.site"><B>SiteMojoTest</B></A> - class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteMojoTest.html" title="class in org.apache.maven.plugins.site">SiteMojoTest</A>.<DD>&nbsp;<DT><A HREF="org/apache/maven/plugins/site/SiteMojoTest.html#SiteMojoTest()"><B>SiteMojoTest()</B></A> - 
-Constructor for class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteMojoTest.html" title="class in org.apache.maven.plugins.site">SiteMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs"><B>SiteMavenProjectStub</B></A> - Class in <A HREF="./org/apache/maven/plugins/site/stubs/package-summary.html">org.apache.maven.plugins.site.stubs</A><DD>&nbsp;<DT><A HREF="./org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html#SiteMavenProjectStub()"><B>SiteMavenProjectStub()</B></A> - 
+Constructor for class org.apache.maven.plugins.site.stubs.<A HREF="./org/apache/maven/plugins/site/stubs/SiteMavenProjectStub.html" title="class in org.apache.maven.plugins.site.stubs">SiteMavenProjectStub</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#setUp()"><B>setUp()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteMojoTest.html" title="class in org.apache.maven.plugins.site"><B>SiteMojoTest</B></A> - Class in <A HREF="./org/apache/maven/plugins/site/package-summary.html">org.apache.maven.plugins.site</A><DD>&nbsp;<DT><A HREF="./org/apache/maven/plugins/site/SiteMojoTest.html#SiteMojoTest()"><B>SiteMojoTest()</B></A> - 
+Constructor for class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteMojoTest.html" title="class in org.apache.maven.plugins.site">SiteMojoTest</A>
 <DD>&nbsp;
 </DL>
 <HR>
 <A NAME="_T_"><!-- --></A><H2>
 <B>T</B></H2>
 <DL>
-<DT><A HREF="org/apache/maven/plugins/site/SiteMojoTest.html#testGetInterpolatedSiteDescriptorContent()"><B>testGetInterpolatedSiteDescriptorContent()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteMojoTest.html" title="class in org.apache.maven.plugins.site">SiteMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteMojoTest.html#testGetInterpolatedSiteDescriptorContent()"><B>testGetInterpolatedSiteDescriptorContent()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteMojoTest.html" title="class in org.apache.maven.plugins.site">SiteMojoTest</A>
 <DD>Test method for 'org.apache.maven.plugins.site.AbstractSiteMojo.getInterpolatedSiteDescriptorContent(Map, MavenProject, String)'
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostExactlyMatchesNonProxyHosts()"><B>testGetProxyInfoForRepositoryHostExactlyMatchesNonProxyHosts()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostExactlyMatchesNonProxyHosts()"><B>testGetProxyInfoForRepositoryHostExactlyMatchesNonProxyHosts()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts1()"><B>testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts1()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts1()"><B>testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts1()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts2()"><B>testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts2()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts2()"><B>testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts2()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts3()"><B>testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts3()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts3()"><B>testGetProxyInfoForRepositoryHostWildcardMatchNonProxyHosts3()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts1()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts1()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts1()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts1()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts2()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts2()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts2()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts2()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts3()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts3()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts3()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts3()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts4()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts4()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts4()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts4()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts5()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts5()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts5()"><B>testGetProxyInfoForRepositoryHostWildcardNoMatchNonProxyHosts5()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoFound()"><B>testGetProxyInfoFound()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoFound()"><B>testGetProxyInfoFound()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoNoProxyForRepositoryProtocol()"><B>testGetProxyInfoNoProxyForRepositoryProtocol()</B></A> - 
-Method in class org.apache.maven.plugins.site.<A HREF="org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
+<DT><A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html#testGetProxyInfoNoProxyForRepositoryProtocol()"><B>testGetProxyInfoNoProxyForRepositoryProtocol()</B></A> - 
+Method in class org.apache.maven.plugins.site.<A HREF="./org/apache/maven/plugins/site/SiteDeployMojoTest.html" title="class in org.apache.maven.plugins.site">SiteDeployMojoTest</A>
 <DD>&nbsp;
 </DL>
 <HR>
@@ -154,18 +157,18 @@ Method in class org.apache.maven.plugins
 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
 <TR>
-<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 <A NAME="navbar_bottom_firstrow"><!-- --></A>
 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
   <TR ALIGN="center" VALIGN="top">
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
   </TR>
 </TABLE>
 </TD>
@@ -179,19 +182,20 @@ Method in class org.apache.maven.plugins
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
   if(window==top) {
-    document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
+    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
   }
   //-->
 </SCRIPT>
 <NOSCRIPT>
-  <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
+  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
 </NOSCRIPT>
 
+
 </FONT></TD>
 </TR>
 </TABLE>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/index.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/testapidocs/index.html Tue May  8 11:54:37 2012
@@ -2,18 +2,31 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc on Fri Jul 10 14:06:01 CEST 2009-->
+<!-- Generated by javadoc on Thu Dec 17 22:31:52 CET 2009-->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Maven Site Plugin 2.0.1 Test API
+Maven Site Plugin 2.1 Test API
 </TITLE>
+<SCRIPT type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1)
+        targetPage = "undefined";
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
 </HEAD>
-<FRAMESET cols="20%,80%">
-<FRAMESET rows="30%,70%">
+<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
+<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
 <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages">
 <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
 </FRAMESET>
-<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions">
+<FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
 <NOFRAMES>
 <H2>
 Frame Alert</H2>