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

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

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/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 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Configuring the Site Descriptor</title>
@@ -13,8 +13,8 @@
 vincent.siveton@gmail.com
 Maria Odea Ching
 Dennis Lundberg" />
-        <meta name="Date-Creation-yyyymmdd" content="20100812" />
-    <meta name="Date-Revision-yyyymmdd" content="20110730" />
+        <meta name="Date-Creation-yyyymmdd" content="20110814" />
+    <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -48,8 +48,8 @@ Dennis Lundberg" />
     Configuring the Site Descriptor
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -120,10 +120,10 @@ Dennis Lundberg" />
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -145,7 +145,7 @@ Dennis Lundberg" />
                   <a href="../../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../../index.html">Maven 2</a>
+                  <a href="../../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../../index.html">Plugins</a>
@@ -163,6 +163,21 @@ Dennis Lundberg" />
                   <a href="../../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="../images/logos/maven-feather.png"/>
         </a>
@@ -171,10 +186,23 @@ Dennis Lundberg" />
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Configuring the Site Descriptor<a name="Configuring_the_Site_Descriptor"></a></h2><p>You can create your own site descriptor for your project when you want to override the navigation tree for the site. For example, aside from the generated reports you want to add additional content to your site. In order for it to be accessible in the generated site, you must configure your site descriptor. You create the site descriptor in a file called <tt>site.xml</tt> which should be located in your <tt>src/site</tt> directory.</p><p>If you are migrating from Maven 1.x you will be interested to know that the <tt>navigation.xml</tt> file has been replaced by the site descriptor in Maven 2. The format is nearly the same, so you can probably reuse most of your old file.</p><p>There is an <a class="externalLink" href="http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decoration.html">XML Schema Reference for the site descript
 or</a> available.</p><p>The XML Schema for the site descriptor is published at <a class="externalLink" href="http://maven.apache.org/xsd/decoration-1.0.0.xsd">http://maven.apache.org/xsd/decoration-1.0.0.xsd</a>.</p><p>Have a look at the <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/site/site.xml">site descriptor for Maven Site Plugin</a> for a real life example.</p><div class="section"><h3>Title<a name="Title"></a></h3><p>The title of each generated page will be a combination of the <i>site title</i> and the title of the current page. By default the Site Plugin will use the value of the <tt>&lt;name&gt;</tt> element from your <tt>pom.xml</tt> file as the site title. The complete title for this page is &quot;Maven Site Plugin - Configuring the Site Descriptor&quot;.</p><p>If you want to use a different site title, but do not want to change the <tt>&lt;name&gt;</tt> element in your <tt>pom.xml</tt>, you can configure t
 his in your <tt>site.xml</tt>, like this:</p><div class="source"><pre>&lt;project name=&quot;My Site Title&quot;&gt;
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Configuring the Site Descriptor<a name="Configuring_the_Site_Descriptor"></a></h2><p>You can create your own site descriptor for your project when you want to override the navigation tree for the site. For example, aside from the generated reports you want to add additional content to your site. In order for it to be accessible in the generated site, you must configure your site descriptor. You create the site descriptor in a file called <tt>site.xml</tt> which should be located in your <tt>src/site</tt> directory.</p><p>If you are migrating from Maven 1.x you will be interested to know that the <tt>navigation.xml</tt> file has been replaced by the site descriptor in Maven 2. The format is nearly the same, so you can probably reuse most of your old file.</p><p>There is a <a class="externalLink" href="http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decoration.html">reference documentation for the site descri
 ptor</a> available.</p><p>The XML Schema for the site descriptor is published at <a class="externalLink" href="http://maven.apache.org/xsd/decoration-1.1.0.xsd">http://maven.apache.org/xsd/decoration-1.1.0.xsd</a>.</p><p>Have a look at the <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/site/site.xml">site descriptor for Maven Site Plugin</a> for a real life example.</p><ul><li><a href="#Title">Title</a></li><li><a href="#Banner">Banner</a></li><li><a href="#Publish_Date">Publish Date</a></li><li><a href="#Version">Version</a></li><li><a href="#aPowered_by_Logo">&quot;Powered by&quot; Logo</a></li><li><a href="#Inheritance">Inheritance</a></li><li><a href="#Including_Generated_Content">Including Generated Content</a></li><li><a href="#Inject_xhtml_into_head">Inject xhtml into &lt;head&gt;</a></li><li><a href="#Links">Links</a></li><li><a href="#Breadcrumbs">Breadcrumbs</a></li><li><a href="#Custom_footer">Custom footer<
 /a></li><li><a href="#Custom_content">Custom content</a></li><li><a href="#Skinning">Skinning</a></li><li><a href="#Custom_Properties">Custom Properties</a></li><li><a href="#Expressions">Expressions</a></li></ul><div class="section"><h3>Title<a name="Title"></a></h3><p>The title of each generated page will be a combination of the <i>site title</i> and the title of the current page. By default the Site Plugin will use the value of the <tt>&lt;name&gt;</tt> element from your <tt>pom.xml</tt> file as the site title. The complete title for this page is &quot;Maven Site Plugin - Configuring the Site Descriptor&quot;.</p><p>If you want to use a different site title, but do not want to change the <tt>&lt;name&gt;</tt> element in your <tt>pom.xml</tt>, you can configure this in your <tt>site.xml</tt>, like this:</p><div class="source"><pre>&lt;project name=&quot;My Site Title&quot;&gt;
   ...
 &lt;/project&gt;
-</pre></div></div><div class="section"><h3>Publish Date<a name="Publish_Date"></a></h3><p>With the out-of-the-box Velocity template, the position of the &quot;Last Published&quot; date is configurable. By default, the position is on the left but you can change it. To do this, you can add a <tt>&lt;publishDate&gt;</tt> element to your <tt>site.xml</tt> like the following:</p><div class="source"><pre>&lt;project&gt;
+</pre></div></div><div class="section"><h3>Banner<a name="Banner"></a></h3><p>You can include some logos on top of your site, using the following syntax:</p><div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;bannerLeft&gt;
+    &lt;name&gt;Project Name&lt;/name&gt;
+    &lt;src&gt;http://maven.apache.org/images/apache-maven-project-2.png&lt;/src&gt;
+    &lt;href&gt;http://maven.apache.org/&lt;/href&gt;
+  &lt;/bannerLeft&gt;
+
+  &lt;bannerRight&gt;
+    &lt;src&gt;http://maven.apache.org/images/maven-logo-2.gif&lt;/src&gt;
+  &lt;/bannerRight&gt;
+  ...
+&lt;/project&gt;
+</pre></div><p>Refer to the site descriptor <a class="externalLink" href="http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decoration.html">reference</a> for a complete tag description.</p></div><div class="section"><h3>Publish Date<a name="Publish_Date"></a></h3><p>With the out-of-the-box Velocity template, the position of the &quot;Last Published&quot; date is configurable. By default, the position is on the left but you can change it. To do this, you can add a <tt>&lt;publishDate&gt;</tt> element to your <tt>site.xml</tt> like the following:</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;publishDate position=&quot;right&quot;/&gt;
   ...
@@ -184,7 +212,7 @@ Dennis Lundberg" />
   &lt;publishDate position=&quot;none&quot;/&gt;
   ...
 &lt;/project&gt;
-</pre></div><p>The format of the &quot;Last Published&quot; date is the ISO date format that is <a class="externalLink" href="http://www.w3.org/QA/Tips/iso-date">recommended by the W3C</a>. Because the web has an international, cross-cultural audience it is recommended to <i>not</i> change the date format.</p></div><div class="section"><h3>Version<a name="Version"></a></h3><p>You can show the &quot;Version&quot; of your project on the site, by adding a <tt>&lt;version&gt;</tt> element to your <tt>site.xml</tt> like this:</p><div class="source"><pre>&lt;project&gt;
+</pre></div><p>The format of the &quot;Last Published&quot; date is the ISO date format that is <a class="externalLink" href="http://www.w3.org/QA/Tips/iso-date">recommended by the W3C</a>. Because the web has an international, cross-cultural audience it is recommended to <i>not</i> change the date format. There is however a <tt>format</tt> attribute to the <tt>&lt;publishDate&gt;</tt> element that can be used if you really need a different date format.</p></div><div class="section"><h3>Version<a name="Version"></a></h3><p>You can show the &quot;Version&quot; of your project on the site, by adding a <tt>&lt;version&gt;</tt> element to your <tt>site.xml</tt> like this:</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;version position=&quot;right&quot;/&gt;
   ...
@@ -221,7 +249,56 @@ Dennis Lundberg" />
   &lt;/body&gt;
   ...
 &lt;/project&gt;
-</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<a name="Skinning"></a></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 class="externalLink" href="http://maven.apache.org/skins/maven-classic-skin/">Maven Classic Skin</a>, you would include:</p><div class="source"><pre>&lt;project&gt;
+</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>Inject xhtml into &lt;head&gt;<a name="Inject_xhtml_into_head"></a></h3><p>You can inject some xhtml into the generated <tt>&lt;head&gt;</tt> element of each page by adding a head element to the body element of your project's site descriptor. The following example adds some javascript:</p><div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;body&gt;
+    ...
+    &lt;head&gt;
+      &lt;script src=&quot;http://www.google-analytics.com/urchin.js&quot; type=&quot;text/javascript&quot; /&gt;
+    &lt;/head&gt;
+    ...
+  &lt;/body&gt;
+  ...
+&lt;/project&gt;
+</pre></div></div><div class="section"><h3>Links<a name="Links"></a></h3><p>To add links below your site logo, just add a links element to the <tt>&lt;body&gt;</tt> element of the site descriptor. Each item in the links element will be rendered as a link in a bar directly below your project's logo.</p><div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;body&gt;
+    ...
+    &lt;links&gt;
+        &lt;item name=&quot;Apache&quot; href=&quot;http://www.apache.org&quot;/&gt;
+        &lt;item name=&quot;Maven&quot; href=&quot;http://maven.apache.org&quot;/&gt;
+    &lt;/links&gt;
+    ...
+  &lt;/body&gt;
+  ...
+&lt;/project&gt;
+</pre></div></div><div class="section"><h3>Breadcrumbs<a name="Breadcrumbs"></a></h3><p>If there exists a logical hierarchy within your site modules, you may want to generate a series of breadcrumbs to give a way to easily navigate the project tree.</p><p>To configure breadcrumbs, add a <tt>&lt;breadcrumbs&gt;</tt> element to the <tt>&lt;body&gt;</tt> element in the site descriptor. Each item element will render a link, and the items in the <tt>&lt;breadcrumbs&gt;</tt> element will be rendered in order. The breadcrumb items should be listed from highest level to lowest level.</p><div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;body&gt;
+    ...
+    &lt;breadcrumbs&gt;
+      &lt;item name=&quot;Doxia&quot; href=&quot;http://maven.apache.org/doxia/index.html&quot;/&gt;
+      &lt;item name=&quot;Trunk&quot; href=&quot;http://maven.apache.org/doxia/doxia/index.html&quot;/&gt;
+    &lt;/breadcrumbs&gt;
+    ...
+  &lt;/body&gt;
+  ...
+&lt;/project&gt;
+</pre></div><p><b>Note</b> that in a multi-module build, if the parent contains a breadcrumb and the inheriting site descriptor doesn't, a breadcrumb with the current site descriptor's name will be added automatically. See the notes on <a href="./multimodule.html">building a multi-module site</a> for more details.</p></div><div class="section"><h3>Custom footer<a name="Custom_footer"></a></h3><p>You can replace the auto-generated footer content by specifying a custom <tt>&lt;footer&gt;</tt> element:</p><div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;body&gt;
+    ...
+    &lt;footer&gt;All rights reserved.&lt;/footer&gt;
+    ...
+  &lt;/body&gt;
+  ...
+&lt;/project&gt;
+</pre></div></div><div class="section"><h3>Custom content<a name="Custom_content"></a></h3><p>There is also a dummy <tt>&lt;custom&gt;</tt> element then can be used to specify some arbitrary content. Note that you need to write your own velocity template to make use of this element, it is ignored by the default Velocity template used by the Site Plugin.</p><div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;custom&gt;Custom content&lt;/custom&gt;
+  ...
+&lt;/project&gt;
+</pre></div></div><div class="section"><h3>Skinning<a name="Skinning"></a></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>&lt;skin&gt;</tt> element of the site descriptor. This is a regular artifact or dependency-like element. For example, to use the <a class="externalLink" href="http://maven.apache.org/skins/maven-classic-skin/">Maven Classic Skin</a>, you would include:</p><div class="source"><pre>&lt;project&gt;
   ...
   &lt;skin&gt;
     &lt;groupId&gt;org.apache.maven.skins&lt;/groupId&gt;
@@ -230,7 +307,17 @@ Dennis Lundberg" />
   &lt;/skin&gt;
   ...
 &lt;/project&gt;
-</pre></div><p><b>Note:</b> The <tt>&lt;version&gt;</tt> element is optional and, like plugins, if omitted the latest version available will be used. It is recommended that you always specify a version so that your site is reproducible over time.</p><p>This skin will copy the necessary resources including CSS and if necessary use the included alternate Velocity template to render the site.</p><p>If you don't specify a skin, the Site Plugin will use <a class="externalLink" href="http://maven.apache.org/skins/maven-default-skin/">Maven Default Skin</a>.</p></div><div class="section"><h3>Expressions<a name="Expressions"></a></h3><p>The <tt>site.xml</tt> can contain some expressions, like <tt>${project.name}</tt>. Each expression will be evaluated when the site is rendered.</p><p>Expressions can be:</p><ul><li>${project.*}, for instance <tt>${project.organization.name}</tt> referenced in <tt> &lt;project&gt;&lt;organization&gt;&lt;name&gt; </tt></li><li>${project.properties}, fo
 r instance <tt>${myProperty}</tt> referenced in <tt> &lt;project&gt;&lt;properties&gt;&lt;myProperty&gt; </tt></li><li>${environmentVariable}, for instance <tt>${JAVA_HOME}</tt></li></ul><p><b>Note:</b> Support for some expressions, like <tt>${project.name}</tt> is present in version 2.0-beta-5 of this plugin. Full support is available since version 2.0-beta-6.</p></div></div>
+</pre></div><p><b>Note:</b> The <tt>&lt;version&gt;</tt> element is optional and, like plugins, if omitted the latest version available will be used. It is recommended that you always specify a version so that your site is reproducible over time.</p><p>This skin will copy the necessary resources including CSS and if necessary use the included alternate Velocity template to render the site.</p><p>If you don't specify a skin, the Site Plugin will use <a class="externalLink" href="http://maven.apache.org/skins/maven-default-skin/">Maven Default Skin</a>.</p></div><div class="section"><h3>Custom Properties<a name="Custom_Properties"></a></h3><p>The authors of skins have the option to use custom properties that are unique to their skin. The users of the skin can then specify their own values for these properties in their <tt>site.xml</tt> using the <tt>&lt;custom&gt;</tt> element.</p><p>One skin that uses this is the Maven Fluido Skin. There are many examples on <a class="externa
 lLink" href="http://maven.apache.org/skins/maven-fluido-skin/">their site</a> showing what is possible to do with custom properties. Here is one example:</p><div class="source"><pre>&lt;project&gt;
+  ...
+  &lt;custom&gt;
+    &lt;fluidoSkin&gt;
+      &lt;topBarEnabled&gt;true&lt;/topBarEnabled&gt;
+      &lt;sideBarEnabled&gt;false&lt;/sideBarEnabled&gt;
+    &lt;/fluidoSkin&gt;
+  &lt;/custom&gt;
+  ...
+&lt;/project&gt;
+</pre></div></div><div class="section"><h3>Expressions<a name="Expressions"></a></h3><p>The <tt>site.xml</tt> can contain some expressions, like <tt>${project.name}</tt>. Each expression will be evaluated when the site is rendered.</p><p>Expressions can be:</p><ul><li>${project.*}, for instance <tt>${project.organization.name}</tt> referenced in <tt> &lt;project&gt;&lt;organization&gt;&lt;name&gt; </tt></li><li>${project.properties}, for instance <tt>${myProperty}</tt> referenced in <tt> &lt;project&gt;&lt;properties&gt;&lt;myProperty&gt; </tt></li><li>${environmentVariable}, for instance <tt>${JAVA_HOME}</tt></li></ul><p><b>Note:</b> Support for some expressions, like <tt>${project.name}</tt> is present in version 2.0-beta-5 of this plugin. Full support is available since version 2.0-beta-6.</p></div></div>
       </div>
     </div>
     <div class="clear">
@@ -238,7 +325,7 @@ Dennis Lundberg" />
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

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

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/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 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Changing the Template File</title>
@@ -13,7 +13,7 @@
 vincent.siveton@gmail.com
 Maria Odea Ching" />
         <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20110730" />
+    <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -47,8 +47,8 @@ Maria Odea Ching" />
     Changing the Template File
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -119,10 +119,10 @@ Maria Odea Ching" />
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="../project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="../project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -144,7 +144,7 @@ Maria Odea Ching" />
                   <a href="../../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../../index.html">Maven 2</a>
+                  <a href="../../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../../index.html">Plugins</a>
@@ -162,6 +162,21 @@ Maria Odea Ching" />
                   <a href="../../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="../images/logos/maven-feather.png"/>
         </a>
@@ -177,7 +192,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;3.0&lt;/version&gt;
+        &lt;version&gt;3.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;templateFile&gt;${basedir}/maven-site.vm&lt;/templateFile&gt;
         &lt;/configuration&gt;
@@ -212,7 +227,7 @@ Maria Odea Ching" />
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/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 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>Frequently Asked Questions</title>
@@ -9,7 +9,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20110730" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -43,8 +43,8 @@
     Frequently Asked Questions
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -115,10 +115,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -140,7 +140,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -158,6 +158,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -181,7 +196,7 @@ software distributed under the License i
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
-under the License. --><div class="section"><h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2><p><b>General</b></p><ol style="list-style-type: decimal"><li><a href="#What_is_the_difference_between_mvn_site_and_mvn_site:site">What is the difference between <i>mvn site</i> and <i>mvn site:site</i>?</a></li><li><a href="#How_do_I_Integrate_static_XHTML_pages_into_my_Maven_site">How do I Integrate static (X)HTML pages into my Maven site?</a></li><li><a href="#How_to_include_a_custom_Doxia_module_like_Twiki">How to include a custom Doxia module, like Twiki?</a></li><li><a href="#Can_I_validate_xml">How can I validate my xdoc/fml source files?</a></li><li><a href="#Use_of_url">How does the Site Plugin use the &lt;url&gt; element in the POM?</a></li></ol><p><b>Specific issues</b></p><ol style="list-style-type: decimal"><li><a href="#Why_do_my_absolute_links_get_translated_into_relative_links">Why do my absolute links get translated into re
 lative links?</a></li><li><a href="#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site">Why don't the links between parent and child modules work when I run &quot;<tt>mvn site</tt>&quot;?</a></li><li><a href="#Can_I_use_entities">Can I use entities in xdoc/fml source files?</a></li></ol></div><div class="section"><h2>General<a name="General"></a></h2><dl><dt><a name="What_is_the_difference_between_mvn_site_and_mvn_site:site">What is the difference between <i>mvn site</i> and <i>mvn site:site</i>?</a></dt><dd>
+under the License. --><!-- mention docbook explicitly so google can find this --><div class="section"><h2><a name="top">Frequently Asked Questions</a><a name="Frequently_Asked_Questions"></a></h2><p><b>General</b></p><ol style="list-style-type: decimal"><li><a href="#What_is_the_difference_between_mvn_site_and_mvn_site:site">What is the difference between <i>mvn site</i> and <i>mvn site:site</i>?</a></li><li><a href="#How_do_I_Integrate_static_XHTML_pages_into_my_Maven_site">How do I Integrate static (X)HTML pages into my Maven site?</a></li><li><a href="#How_to_include_a_custom_Doxia_module_like_Twiki">How to include a custom Doxia module, like Twiki?</a></li><li><a href="#Can_I_validate_xml">How can I validate my xdoc/fml source files?</a></li><li><a href="#Use_of_url">How does the Site Plugin use the &lt;url&gt; element in the POM?</a></li></ol><p><b>Specific issues</b></p><ol style="list-style-type: decimal"><li><a href="#Why_do_my_absolute_links_get_translated_into_rela
 tive_links">Why do my absolute links get translated into relative links?</a></li><li><a href="#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site">Why don't the links between parent and child modules work when I run &quot;<tt>mvn site</tt>&quot;?</a></li><li><a href="#Can_I_use_entities">Can I use entities in xdoc/fml source files?</a></li></ol></div><div class="section"><h2>General<a name="General"></a></h2><dl><dt><a name="What_is_the_difference_between_mvn_site_and_mvn_site:site">What is the difference between <i>mvn site</i> and <i>mvn site:site</i>?</a></dt><dd>
         <dl>
           <dt>mvn site</dt>
           <dd>
@@ -202,10 +217,14 @@ under the License. --><div class="sectio
        </ul>
       <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="How_to_include_a_custom_Doxia_module_like_Twiki">How to include a custom Doxia module, like Twiki?</a></dt><dd>
         <p>
-          The site plugin handles out-of-box apt, xdoc and fml formats. If you
-          want to use a custom format like Twiki, you need to specify the
-          Doxia Twiki dependency, i.e.:
-          </p><div class="source"><pre>
+          The site plugin handles out-of-box apt, xdoc and fml formats.
+          If you want to use a custom format like Twiki, Simple DocBook, or XHTML
+          (or any other document format
+          for which a doxia parser exists, see the list of
+          <a class="externalLink" href="http://maven.apache.org/doxia/references/index.html">Doxia Markup Languages</a>),
+          you need to specify the corresponding Doxia module dependency, e.g. for Twiki:
+       </p>
+          <div class="source"><pre>
 &lt;project&gt;
   ...
   &lt;build&gt;
@@ -218,7 +237,7 @@ under the License. --><div class="sectio
           &lt;dependency&gt;
             &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;version&gt;&lt;!-- doxia version appropriate to the site plugin version --&gt;&lt;/version&gt;
           &lt;/dependency&gt;
         &lt;/dependencies&gt;
       &lt;/plugin&gt;
@@ -226,7 +245,12 @@ under the License. --><div class="sectio
   &lt;/build&gt;
   ...
 &lt;/project&gt;</pre></div>
-       
+        <p>
+          <b>Note</b> that the doxia version has to be adjusted to the
+          site-plugin version you are using, see the <a href="migrate.html">Migration Guide</a>.
+          In particular, for site plugin versions <tt>&gt;=2.1</tt>
+          you need to use doxia <tt>&gt;=1.1</tt>.
+       </p>
       <p align="right"><a href="#top">[top]</a></p><hr /></dd><dt><a name="Can_I_validate_xml">How can I validate my xdoc/fml source files?</a></dt><dd>
         <p>
           Since version 2.1.1 of the Site Plugin, there is a <tt>validate</tt>
@@ -315,7 +339,7 @@ under the License. --><div class="sectio
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Added: websites/production/maventest/content/plugins/maven-site-plugin-latest/findbugs.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/findbugs.html (added)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/findbugs.html Tue May  8 12:11:59 2012
@@ -0,0 +1,247 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>FindBugs Bug Detector Report</title>
+    <style type="text/css" media="all">
+      @import url("./css/maven-base.css");
+      @import url("./css/maven-theme.css");
+      @import url("./css/site.css");
+    </style>
+    <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+                                                    
+<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
+                                                        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+                    </head>
+  <body class="composite">
+    <div id="banner">
+                                      <a href="../../" id="bannerLeft">
+                                                <img src="../../images/apache-maven-project-2.png" alt="" />
+                </a>
+                        <span id="bannerRight">
+                                                <img src="../../images/maven-logo-2.gif" alt="" />
+                </span>
+            <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+            
+                                <div class="xleft">
+                          <a href="http://www.apache.org/" class="externalLink">Apache</a>
+        &gt;
+                  <a href="../../index.html">Maven</a>
+        &gt;
+                  <a href="../index.html">Plugins</a>
+        &gt;
+                      <a href="./">Maven Site Plugin 3</a>
+        &gt;
+    FindBugs Bug Detector Report
+      </div>
+            <div class="xright">        
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
+            </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+             
+                                                <h5>Overview</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="index.html">Introduction</a>
+            </li>
+                  <li class="none">
+                  <a href="plugin-info.html">Goals</a>
+            </li>
+                  <li class="none">
+                  <a href="usage.html">Usage</a>
+            </li>
+                  <li class="none">
+                  <a href="faq.html">FAQ</a>
+            </li>
+                  <li class="none">
+                  <a href="migrate.html">Migrate</a>
+            </li>
+                  <li class="none">
+                  <a href="maven-3.html">Maven 3</a>
+            </li>
+          </ul>
+                       <h5>Configuration</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="i18n.html">Internationalization</a>
+            </li>
+          </ul>
+                       <h5>Examples</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="examples/creating-content.html">Creating Content</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/sitedescriptor.html">Configuring the Site Descriptor</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/multimodule.html">Building a multi-module site</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/configuring-reports.html">Configuring Reports</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/siterun.html">Configuring Site Run</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/adding-deploy-protocol.html">Adding a Protocol to Deploy the Site</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/templatefile.html">Changing the Template File</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/creatingskins.html">Creating Skins</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/moduleexcludes.html">Excluding Document Formats</a>
+            </li>
+                  <li class="none">
+                  <a href="examples/site-deploy-to-sourceforge.net.html">Deploying to sourceforge.net</a>
+            </li>
+          </ul>
+                       <h5>Project Documentation</h5>
+                  <ul>
+                                                                                                                                                                                                                                                                          <li class="collapsed">
+                  <a href="project-info.html">Project Information</a>
+                  </li>
+                                                                                                                                                                                                                                                                                                                        <li class="expanded">
+                  <a href="project-reports.html">Project Reports</a>
+                    <ul>
+                      <li class="none">
+                  <a href="surefire-report.html">Surefire Report</a>
+            </li>
+                      <li class="none">
+                  <a href="checkstyle.html">Checkstyle</a>
+            </li>
+                      <li class="none">
+                  <a href="pmd.html">PMD Report</a>
+            </li>
+                      <li class="none">
+                  <a href="cpd.html">CPD Report</a>
+            </li>
+                      <li class="none">
+                  <a href="cobertura/index.html">Cobertura Test Coverage</a>
+            </li>
+                      <li class="none">
+                  <a href="xref-test/index.html">Test Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="xref/index.html">Source Xref</a>
+            </li>
+                      <li class="none">
+                  <a href="taglist.html">Tag List</a>
+            </li>
+                      <li class="none">
+                  <a href="apidocs/index.html">JavaDocs</a>
+            </li>
+                      <li class="none">
+                  <a href="testapidocs/index.html">Test JavaDocs</a>
+            </li>
+                      <li class="none">
+            <strong>FindBugs Report</strong>
+          </li>
+                      <li class="none">
+                  <a href="sonar.html">Sonar</a>
+            </li>
+                      <li class="none">
+                  <a href="plugin-info.html">Plugin Documentation</a>
+            </li>
+                      <li class="none">
+                  <a href="l10n-status.html">L10n Status</a>
+            </li>
+              </ul>
+        </li>
+          </ul>
+                       <h5>Maven Projects</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="../../ant-tasks/index.html">Ant Tasks</a>
+            </li>
+                  <li class="none">
+                  <a href="../../archetype/index.html">Archetype</a>
+            </li>
+                  <li class="none">
+                  <a href="../../doxia/index.html">Doxia</a>
+            </li>
+                  <li class="none">
+                  <a href="../../jxr/index.html">JXR</a>
+            </li>
+                  <li class="none">
+                  <a href="../../maven-1.x/index.html">Maven 1.x</a>
+            </li>
+                  <li class="none">
+                  <a href="../../index.html">Maven 2 & 3</a>
+            </li>
+                  <li class="none">
+                  <a href="../index.html">Plugins</a>
+            </li>
+                  <li class="none">
+                  <a href="../../scm/index.html">SCM</a>
+            </li>
+                  <li class="none">
+                  <a href="../../shared/index.html">Shared Components</a>
+            </li>
+                  <li class="none">
+                  <a href="../../surefire/index.html">Surefire</a>
+            </li>
+                  <li class="none">
+                  <a href="../../wagon/index.html">Wagon</a>
+            </li>
+          </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
+                                 <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+          <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
+        </a>
+                       
+                            </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        <div class="section"><h2>FindBugs Bug Detector Report<a name="FindBugs_Bug_Detector_Report"></a></h2><p>The following document contains the results of <a class="externalLink" href="http://findbugs.sourceforge.net">FindBugs Report</a></p><p>FindBugs Version is <i>1.3.9</i></p><p>Threshold is <i>medium</i></p><p>Effort is <i>min</i></p></div><div class="section"><h2>Summary<a name="Summary"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Classes</th><th>Bugs</th><th>Errors</th><th>Missing Classes</th></tr><tr class="b"><td>23</td><td>15</td><td>0</td><td>0</td></tr></table></div><div class="section"><h2>Files<a name="Files"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>Class</th><th>Bugs</th></tr><tr class="b"><td><a href="#org.apache.maven.plugins.site.AbstractSiteMojo">org.apache.maven.plugins.site.AbstractSiteMojo</a></td><td>2</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.site.EffectiveSiteMojo">org.apache.maven.plugi
 ns.site.EffectiveSiteMojo</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugins.site.HelpMojo">org.apache.maven.plugins.site.HelpMojo</a></td><td>1</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.site.SiteDescriptorArtifactMetadata">org.apache.maven.plugins.site.SiteDescriptorArtifactMetadata</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugins.site.SiteDescriptorAttachMojo">org.apache.maven.plugins.site.SiteDescriptorAttachMojo</a></td><td>3</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.site.SiteMojo">org.apache.maven.plugins.site.SiteMojo</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugins.site.SiteRunMojo">org.apache.maven.plugins.site.SiteRunMojo</a></td><td>1</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.site.SiteStageDeployMojo">org.apache.maven.plugins.site.SiteStageDeployMojo</a></td><td>1</td></tr><tr class="b"><td><a href="#org.apache.maven.plugins.sit
 e.SiteStageMojo">org.apache.maven.plugins.site.SiteStageMojo</a></td><td>2</td></tr><tr class="a"><td><a href="#org.apache.maven.plugins.site.wagon.repository.Repository">org.apache.maven.plugins.site.wagon.repository.Repository</a></td><td>2</td></tr></table></div><a name="org.apache.maven.plugins.site.AbstractSiteMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.AbstractSiteMojo<a name="org.apache.maven.plugins.site.AbstractSiteMojo"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="a"><td>Unwritten field: org.apache.maven.plugins.site.AbstractSiteMojo.inputEncoding</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/AbstractSiteMojo.html#123">123</a></td><td>Medium</td></tr><tr class="b"><td>Unwritten fi
 eld: org.apache.maven.plugins.site.AbstractSiteMojo.outputEncoding</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/AbstractSiteMojo.html#133">133</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.EffectiveSiteMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.EffectiveSiteMojo<a name="org.apache.maven.plugins.site.EffectiveSiteMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>org.apache.maven.plugins.site.EffectiveSiteMojo.writeXmlFile(File, String) ignores exceptional return value of java.io.File.mkdirs()</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETU
 RN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugins/site/EffectiveSiteMojo.html#198">198</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.HelpMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.HelpMojo<a name="org.apache.maven.plugins.site.HelpMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>Unwritten field: org.apache.maven.plugins.site.HelpMojo.goal</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="nullorg/apache/maven/plugins/site/HelpMojo.html#76">76</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.SiteDescriptorArtifactMetadata"></a><div class="section"><h3>org.apache.maven.plugins.site.SiteDescriptorArtifactMetadata<a name="org.a
 pache.maven.plugins.site.SiteDescriptorArtifactMetadata"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>org.apache.maven.plugins.site.SiteDescriptorArtifactMetadata.storeInLocalRepository(ArtifactRepository, ArtifactRepository) ignores exceptional return value of java.io.File.mkdirs()</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteDescriptorArtifactMetadata.html#79">79</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.SiteDescriptorAttachMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.SiteDescriptorAttachMojo<a name="org.apache.maven.plugins.site.SiteDescriptorAttachMojo"></a></h3><table border="0" class="bodyTable"><tr c
 lass="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>Read of unwritten field projectHelper in org.apache.maven.plugins.site.SiteDescriptorAttachMojo.execute()</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NP_UNWRITTEN_FIELD">NP_UNWRITTEN_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteDescriptorAttachMojo.html#101">101</a></td><td>Medium</td></tr><tr class="a"><td>Unwritten field: org.apache.maven.plugins.site.SiteDescriptorAttachMojo.basedir</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteDescriptorAttachMojo.html#82">82</a></td><td>Medium</td></tr><tr class="b"><td>Unwritten field: org.apache.maven.plugins.site.SiteDescriptorAttachMojo.projectHelper</td><td>CORRECTNESS</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteDescriptorAttachMojo.html#101">101</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.SiteMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.SiteMojo<a name="org.apache.maven.plugins.site.SiteMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>org.apache.maven.plugins.site.SiteMojo.getOutputDirectory(Locale) ignores exceptional return value of java.io.File.mkdirs()</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteMojo.html#209">209</a></td>
 <td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.SiteRunMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.SiteRunMojo<a name="org.apache.maven.plugins.site.SiteRunMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>org.apache.maven.plugins.site.SiteRunMojo.createWebApplication() ignores exceptional return value of java.io.File.mkdirs()</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteRunMojo.html#126">126</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.SiteStageDeployMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.SiteStageDeployMojo<a name="org.apache.maven.plugins.site.SiteStageDe
 ployMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>Unwritten field: org.apache.maven.plugins.site.SiteStageDeployMojo.stagingSiteURL</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteStageDeployMojo.html#92">92</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.SiteStageMojo"></a><div class="section"><h3>org.apache.maven.plugins.site.SiteStageMojo<a name="org.apache.maven.plugins.site.SiteStageMojo"></a></h3><table border="0" class="bodyTable"><tr class="a"><th>Bug</th><th>Category</th><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="b"><td>org.apache.maven.plugins.site.SiteStageMojo.getDeployRepositoryURL() ignores exceptional return value of java.io.File.m
 kdirs()</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#RV_RETURN_VALUE_IGNORED_BAD_PRACTICE">RV_RETURN_VALUE_IGNORED_BAD_PRACTICE</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteStageMojo.html#73">73</a></td><td>Medium</td></tr><tr class="a"><td>Unwritten field: org.apache.maven.plugins.site.SiteStageMojo.stagingDirectory</td><td>CORRECTNESS</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#UWF_UNWRITTEN_FIELD">UWF_UNWRITTEN_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/SiteStageMojo.html#64">64</a></td><td>Medium</td></tr></table></div><a name="org.apache.maven.plugins.site.wagon.repository.Repository"></a><div class="section"><h3>org.apache.maven.plugins.site.wagon.repository.Repository<a name="org.apache.maven.plugins.site.wagon.repository.Repository"></a></h3><table border="0" class="bodyTable"><tr class="b"><th>Bug</th><th>Category</t
 h><th>Details</th><th>Line</th><th>Priority</th></tr><tr class="a"><td>The class name org.apache.maven.plugins.site.wagon.repository.Repository shadows the simple name of the superclass org.apache.maven.wagon.repository.Repository</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</a></td><td><a href="./xref/org/apache/maven/plugins/site/wagon/repository/Repository.html#51">51-312</a></td><td>High</td></tr><tr class="b"><td>Class org.apache.maven.plugins.site.wagon.repository.Repository defines non-transient non-serializable instance field permissions</td><td>BAD_PRACTICE</td><td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#SE_BAD_FIELD">SE_BAD_FIELD</a></td><td><a href="./xref/org/apache/maven/plugins/site/wagon/repository/Repository.html#">Not available</a></td><td>Medium</td></tr></table></div>
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">
+        &#169;            2002-2012
+              The Apache Software Foundation
+            
+                       - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
+        Apache Maven, Maven, Apache, the Apache feather logo, and the Apache Maven project logos are trademarks of The Apache Software Foundation.
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maventest/content/plugins/maven-site-plugin-latest/findbugs.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maventest/content/plugins/maven-site-plugin-latest/findbugs.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

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 12:11:59 2012
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Jul 30, 2011 -->
+<!-- Generated by Apache Maven Doxia at Apr 27, 2012 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <title>
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20110730" />
+        <meta name="Date-Revision-yyyymmdd" content="20120427" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -45,8 +45,8 @@
     site:help
       </div>
             <div class="xright">        
-                                 Last Published: 2011-07-30
-              &nbsp;| Version: 3.0
+                                 Last Published: 2012-04-27
+              &nbsp;| Version: 3.1
             </div>
       <div class="clear">
         <hr/>
@@ -117,10 +117,10 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                                                                                                          <li class="collapsed">
                   <a href="project-info.html">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                          <li class="collapsed">
+                                                                                                                                                                                                                                                                                                              <li class="collapsed">
                   <a href="project-reports.html">Project Reports</a>
                   </li>
           </ul>
@@ -142,7 +142,7 @@
                   <a href="../../maven-1.x/index.html">Maven 1.x</a>
             </li>
                   <li class="none">
-                  <a href="../../index.html">Maven 2</a>
+                  <a href="../../index.html">Maven 2 & 3</a>
             </li>
                   <li class="none">
                   <a href="../index.html">Plugins</a>
@@ -160,6 +160,21 @@
                   <a href="../../wagon/index.html">Wagon</a>
             </li>
           </ul>
+                       <h5>ASF</h5>
+                  <ul>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink">How Apache Works</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/" class="externalLink">Foundation</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Sponsoring Apache</a>
+            </li>
+                  <li class="none">
+                  <a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a>
+            </li>
+          </ul>
                                  <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
           <img alt="Built by Maven" src="./images/logos/maven-feather.png"/>
         </a>
@@ -172,11 +187,10 @@
   
     <div class="section"><h2>site:help<a name="site:help"></a></h2>
       <p><b>Full name</b>:</p>
-      <p>org.apache.maven.plugins:maven-site-plugin:3.0:help</p>
+      <p>org.apache.maven.plugins:maven-site-plugin:3.1:help</p>
       <p><b>Description</b>:</p>
       <div>Display help information on maven-site-plugin.<br />
  Call 
-
 <div><pre>
   mvn site:help -Ddetail=true -Dgoal=&lt;goal-name&gt;
 </pre></div>
@@ -264,7 +278,7 @@ goals will be displayed.</div>
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2002-2011
+        &#169;            2002-2012
               The Apache Software Foundation
             
                        - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.