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

svn commit: r816550 [9/12] - in /websites/production/maventest/content/plugins/maven-site-plugin-latest: ./ apidocs/ apidocs/org/apache/maven/doxia/sink/ apidocs/org/apache/maven/doxia/sink/class-use/ apidocs/org/apache/maven/plugins/site/ apidocs/org/...

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/deploy-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/deploy-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/deploy-mojo.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -174,6 +174,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -273,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:deploy"></a>site:deploy</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0:deploy</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:deploy</p>
 <p><strong>Description</strong>:</p>
 <div>Deploys the generated site using <code>scp</code> or
 <code>file</code> protocol to the site URL specified in the

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/configuring-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/configuring-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/configuring-reports.html Tue May  8 11:52:49 2012
@@ -20,7 +20,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Dennis Lundberg" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -175,6 +175,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -283,7 +285,7 @@
 <li>Project Team</li>
 <li>Source Repository</li>
 </ul>
-<p>To find out more please see to the <a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">Project Info Reports Plugin</a>.</p>
+<p>To find out more please see to the <a href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/" class="externalLink">Project Info Reports Plugin</a>.</p>
 <p>To add these reports to your site, you must add the plugin to the <tt>&lt;reporting&gt;</tt> element in the POM. The following example shows how to configure the standard Project Info Reports that display information from the POM in a friendly format:</p>
 <div class="source"><pre>&lt;project&gt;
   ...
@@ -302,7 +304,7 @@
 </div>
 <p>If you have included the appropriate <tt>&lt;menu ref=&quot;reports&quot;/&gt;</tt> tag in your <a href="sitedescriptor.html">site descriptor</a>, then when you regenerate the site those items will appear in a menu called &quot;Project Reports&quot;.</p>
 <p><b>Note:</b> Many report plugins provide a parameter called <tt>outputDirectory</tt> or similar to specify the destination for their report outputs. This parameter is only relevant if the report plugin is run standalone, i.e. by invocation directly from the command line. In constrast, when reports are generated as part of the site, the configuration of the Maven Site Plugin will determine the effective output directory to ensure that all reports end up in a common location.</p>
-<p>Check out the <i>reporting</i> section of the <a class="externalLink" href="http://maven.apache.org/plugins/">plugins page</a>, for a list of available reporting plugins.</p>
+<p>Check out the <i>reporting</i> section of the <a href="http://maven.apache.org/plugins/" class="externalLink">plugins page</a>, for a list of available reporting plugins.</p>
 </div>
 
       </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creating-content.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creating-content.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creating-content.html Tue May  8 11:52:49 2012
@@ -20,7 +20,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Dennis Lundberg" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -175,6 +175,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -291,9 +293,9 @@
 </pre>
 </div>
 <p>You notice the <tt>${basedir}/src/site</tt> directory which contains a site descriptor along with various directories corresponding to the supported document formats. Let's take a look at examples of the various document formats.</p>
-<p>The APT format, &quot;Almost Plain Text&quot;, is a wiki-like format that allows you to write simple, structured documents (like this one) very quickly. A full reference of the <a class="externalLink" href="http://maven.apache.org/doxia/references/apt-format.html"> APT Format</a> is available.</p>
-<p>The FML format is the FAQ format. This is the same that were used in Maven 1.x. For more info about the <a class="externalLink" href="http://maven.apache.org/doxia/references/fml-format.html">FML Format</a> check the <a class="externalLink" href="http://maven.apache.org/doxia/">Doxia</a> site.</p>
-<p>The XDoc format is the same as <a class="externalLink" href="http://maven.apache.org/maven-1.x/using/site.html"> used in Maven 1.x</a>. A reference for the <a class="externalLink" href="http://maven.apache.org/doxia/references/xdoc-format.html"> XDoc Format</a> is available.</p>
+<p>The APT format, &quot;Almost Plain Text&quot;, is a wiki-like format that allows you to write simple, structured documents (like this one) very quickly. A full reference of the <a href="http://maven.apache.org/doxia/references/apt-format.html" class="externalLink"> APT Format</a> is available.</p>
+<p>The FML format is the FAQ format. This is the same that were used in Maven 1.x. For more info about the <a href="http://maven.apache.org/doxia/references/fml-format.html" class="externalLink">FML Format</a> check the <a href="http://maven.apache.org/doxia/" class="externalLink">Doxia</a> site.</p>
+<p>The XDoc format is the same as <a href="http://maven.apache.org/maven-1.x/using/site.html" class="externalLink"> used in Maven 1.x</a>. A reference for the <a href="http://maven.apache.org/doxia/references/xdoc-format.html" class="externalLink"> XDoc Format</a> is available.</p>
 <p>Other formats are available, but at this point these 3 are the best tested. There are also several possible output formats, but currently only XHTML is available.</p>
 <p>Note that all of the above is optional - just one index file is required in one of the input trees. The paths under each format will be merged together to form the root directory of the site. After running '<tt>mvn site:site</tt>' on the example above you will end up with this in your <tt>target</tt> directory:</p>
 <div class="source"><pre>+- target/
@@ -327,8 +329,8 @@
 <div class="section"><h3>Filtering</h3>
 <p><b>Note:</b> This feature is available in version 2.0-beta-6 or later of the Site Plugin.</p>
 <p>To filter properties into any supported documentation format, add a <tt>.vm</tt> extension to the filename.</p>
-<p>For example, the module for the Maven website contains a <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/download.apt.vm"><tt>src/site/apt/download.apt.vm</tt></a> file, which uses the expression <tt>${currentVersion}</tt> to filter in a property set in the <a class="externalLink" href="http://svn.apache.org/repos/asf/maven/site/trunk/pom.xml">POM</a>.</p>
-<p><b>Note:</b> <a class="externalLink" href="http://velocity.apache.org/">Velocity</a> is used to apply the filtering. Because Velocity uses a dot-notation internally you can <b>not</b> use dots in your properties.</p>
+<p>For example, the module for the Maven website contains a <a href="http://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/download.apt.vm" class="externalLink"><tt>src/site/apt/download.apt.vm</tt></a> file, which uses the expression <tt>${currentVersion}</tt> to filter in a property set in the <a href="http://svn.apache.org/repos/asf/maven/site/trunk/pom.xml" class="externalLink">POM</a>.</p>
+<p><b>Note:</b> <a href="http://velocity.apache.org/" class="externalLink">Velocity</a> is used to apply the filtering. Because Velocity uses a dot-notation internally you can <b>not</b> use dots in your properties.</p>
 <p>If you declare these properties in your POM</p>
 <div class="source"><pre>  &lt;properties&gt;
     &lt;!-- This will not work because the name of the property has a dot in it --&gt;

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creatingskins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creatingskins.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/creatingskins.html Tue May  8 11:52:49 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Brett Porter
 Dennis Lundberg" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -74,8 +74,8 @@ Dennis Lundberg" />
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -176,6 +176,8 @@ Dennis Lundberg" />
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -275,7 +277,7 @@ Dennis Lundberg" />
       <div id="contentBox">
         <div class="section"><h2>Creating Skins</h2>
 <p>If you want to tune the way your site looks, you can use a custom skin to provide your own CSS stylesheets. If that is still not enough, you can even tweak the output templates that Maven uses to generate the site documentation.</p>
-<p>For an in-depth discussion of site customization, please have a look at <a class="externalLink" href="http://www.sonatype.com/books/maven-book/reference/site-generation.html"> Maven: The Definitive Guide, Chapter 15. Site Generation</a> provided by Sonatype.</p>
+<p>For an in-depth discussion of site customization, please have a look at <a href="http://www.sonatype.com/books/maven-book/reference/site-generation.html" class="externalLink"> Maven: The Definitive Guide, Chapter 15. Site Generation</a> provided by Sonatype.</p>
 <div class="section"><h3>About</h3>
 <p>A skin contains the following elements:</p>
 <ul><li>Resources to copy into each project (such as images used by the CSS)</li>
@@ -289,14 +291,14 @@ Dennis Lundberg" />
 <p>Once the JAR is built and deployed, it can be used by projects.</p>
 </div>
 <div class="section"><h3>Constructing the CSS</h3>
-<p>If you are interested in constructing your own CSS, it is recommended that you copy the file <a class="externalLink" href="https://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin/src/main/resources/css/maven-theme.css"><tt>maven-theme.css</tt></a> from Maven Default Skin and modify it to suit your needs.</p>
+<p>If you are interested in constructing your own CSS, it is recommended that you copy the file <a href="https://svn.apache.org/repos/asf/maven/skins/trunk/maven-default-skin/src/main/resources/css/maven-theme.css" class="externalLink"><tt>maven-theme.css</tt></a> from Maven Default Skin and modify it to suit your needs.</p>
 </div>
 <div class="section"><h3>Customizing the HTML Output with a Velocity Template</h3>
-<p>The format of the Velocity template is currently out of scope for this document. To attempt this, start by copying <tt><a class="externalLink" href="https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm">default-site.vm</a></tt> to <tt>src/main/resources/META-INF/maven/site.vm</tt> in your project and then modify it to your needs.</p>
-<p>For more information about how to write Velocity templates see the <a class="externalLink" href="http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html">Velocity User Guide</a> and <a class="externalLink" href="http://velocity.apache.org/engine/releases/velocity-1.5/vtl-reference-guide.html">Velocity Template Language Reference Guide</a>.</p>
+<p>The format of the Velocity template is currently out of scope for this document. To attempt this, start by copying <tt><a href="https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm" class="externalLink">default-site.vm</a></tt> to <tt>src/main/resources/META-INF/maven/site.vm</tt> in your project and then modify it to your needs.</p>
+<p>For more information about how to write Velocity templates see the <a href="http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html" class="externalLink">Velocity User Guide</a> and <a href="http://velocity.apache.org/engine/releases/velocity-1.5/vtl-reference-guide.html" class="externalLink">Velocity Template Language Reference Guide</a>.</p>
 </div>
 <div class="section"><h3>Examples of Existing Skins</h3>
-<p>A list of links to skins that can be used as inspiration can be found on <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/Maven+Skins">the wiki</a>.</p>
+<p>A list of links to skins that can be used as inspiration can be found on <a href="http://docs.codehaus.org/display/MAVENUSER/Maven+Skins" class="externalLink">the wiki</a>.</p>
 </div>
 </div>
 

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/moduleexcludes.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/moduleexcludes.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/moduleexcludes.html Tue May  8 11:52:49 2012
@@ -20,7 +20,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Maria Odea Ching" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -175,6 +175,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/site-deploy-to-sourceforge.net.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/site-deploy-to-sourceforge.net.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/site-deploy-to-sourceforge.net.html Tue May  8 11:52:49 2012
@@ -20,7 +20,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Barrie Treloar" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -175,6 +175,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -273,7 +275,7 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Deploying to sourceforge.net</h2>
-<p>This <a class="externalLink" href="http://sourceforge.net/community/forum/topic.php?id=3518&amp;page">sf.net announcement</a> indicates that the new hostname for project web file management has changed. The new hostname for file management is: <tt>web.sourceforge.net</tt> and the new accepted methods are: SFTP, SCP, rsync over SSH. Unfortunately <tt>web.sourceforge.net</tt> also has a restricted shell environment and does not allow remote commands to be executed.</p>
+<p>This <a href="http://sourceforge.net/community/forum/topic.php?id=3518&amp;page" class="externalLink">sf.net announcement</a> indicates that the new hostname for project web file management has changed. The new hostname for file management is: <tt>web.sourceforge.net</tt> and the new accepted methods are: SFTP, SCP, rsync over SSH. Unfortunately <tt>web.sourceforge.net</tt> also has a restricted shell environment and does not allow remote commands to be executed.</p>
 <p>In addition shell access to <tt>shell.sourceforge.net</tt> now requires the creation of a shell before it can be accessed.</p>
 <p>Both of these mean that if you attempt to deploy your site without following these steps you will get an error.</p>
 <div class="section"><h3>Quick Start</h3>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/sitedescriptor.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/sitedescriptor.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/sitedescriptor.html Tue May  8 11:52:49 2012
@@ -23,7 +23,7 @@
 vincent.siveton@gmail.com
 Maria Odea Ching
 Dennis Lundberg" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -76,8 +76,8 @@ Dennis Lundberg" />
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -178,6 +178,8 @@ Dennis Lundberg" />
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -278,9 +280,9 @@ Dennis Lundberg" />
         <div class="section"><h2>Configuring the Site Descriptor</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-1.0.x/doxia-decoration-model/decoration.html">XML Schema Reference for the site descriptor</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>
+<p>There is an <a href="http://maven.apache.org/doxia/doxia-sitetools-1.0.x/doxia-decoration-model/decoration.html" class="externalLink">XML Schema Reference for the site descriptor</a> available.</p>
+<p>The XML Schema for the site descriptor is published at <a href="http://maven.apache.org/xsd/decoration-1.0.0.xsd" class="externalLink">http://maven.apache.org/xsd/decoration-1.0.0.xsd</a>.</p>
+<p>Have a look at the <a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/site/site.xml" class="externalLink">site descriptor for Maven Site Plugin</a> for a real life example.</p>
 <div class="section"><h3>Title</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>
@@ -308,7 +310,7 @@ Dennis Lundberg" />
 &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>
+<p>The format of the &quot;Last Published&quot; date is the ISO date format that is <a href="http://www.w3.org/QA/Tips/iso-date" class="externalLink">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</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>
@@ -381,7 +383,7 @@ Dennis Lundberg" />
 <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>
 </div>
 <div class="section"><h3>Skinning</h3>
-<p>Skins can be created to customize the look and feel of a site in a consistent way. For more information on creating a skin, see <a href="creatingskins.html">Creating a Skin</a>. To use a specific skin in your project, you use the <tt>skin</tt> element of the site descriptor. This is a regular artifact or dependency-like element. For example, to use the <a class="externalLink" href="http://maven.apache.org/skins/maven-classic-skin/">Maven Classic Skin</a>, you would include:</p>
+<p>Skins can be created to customize the look and feel of a site in a consistent way. For more information on creating a skin, see <a href="creatingskins.html">Creating a Skin</a>. To use a specific skin in your project, you use the <tt>skin</tt> element of the site descriptor. This is a regular artifact or dependency-like element. For example, to use the <a href="http://maven.apache.org/skins/maven-classic-skin/" class="externalLink">Maven Classic Skin</a>, you would include:</p>
 <div class="source"><pre>&lt;project&gt;
   ...
   &lt;skin&gt;
@@ -395,7 +397,7 @@ Dennis Lundberg" />
 </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>
+<p>If you don't specify a skin, the Site Plugin will use <a href="http://maven.apache.org/skins/maven-default-skin/" class="externalLink">Maven Default Skin</a>.</p>
 </div>
 <div class="section"><h3>Expressions</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>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/examples/siterun.html Tue May  8 11:52:49 2012
@@ -20,7 +20,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
           <meta name="author" content="Maria Odea Ching" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -175,6 +175,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</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 11:52:49 2012
@@ -22,7 +22,7 @@
           <meta name="author" content="Vincent Siveton
 vincent.siveton@gmail.com
 Maria Odea Ching" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -75,8 +75,8 @@ Maria Odea Ching" />
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -177,6 +177,8 @@ Maria Odea Ching" />
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="../project-info.html">Project Information</a>
@@ -320,8 +322,8 @@ Maria Odea Ching" />
 <div class="source"><pre>mvn site
 </pre>
 </div>
-<p>If you do not want to start from scratch you can start with the <a class="externalLink" href="https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm">default template</a> that is used by the Site Plugin.</p>
-<p>For more information about Velocity, see <a class="externalLink" href="http://velocity.apache.org/">http://velocity.apache.org/</a>.</p>
+<p>If you do not want to start from scratch you can start with the <a href="https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm" class="externalLink">default template</a> that is used by the Site Plugin.</p>
+<p>For more information about Velocity, see <a href="http://velocity.apache.org/" class="externalLink">http://velocity.apache.org/</a>.</p>
 </div>
 
       </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/faq.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/faq.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/faq.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -174,6 +174,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -281,17 +283,15 @@
 </div>
 <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>
-        <p>
-          <dl>
-            <dt>mvn site</dt>
-            <dd>
-              Calls the <i>site</i> lifecycle with the associate phases (i.e. pre-site, site, post-site, site-deploy).
-              See <a href="http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference">Lifecycle Reference</a>.</dd>
-            <dt>mvn site:site</dt>
-            <dd>Calls the <i>site</i> goal from the site plugin.
-              See <a href="site-mojo.html">site:site</a>.</dd>
-         </dl>
-       </p>
+        <dl>
+          <dt>mvn site</dt>
+          <dd>
+            Calls the <i>site</i> lifecycle with the associate phases (i.e. pre-site, site, post-site, site-deploy).
+            See <a href="http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference">Lifecycle Reference</a>.</dd>
+          <dt>mvn site:site</dt>
+          <dd>Calls the <i>site</i> goal from the site plugin.
+            See <a href="site-mojo.html">site:site</a>.</dd>
+       </dl>
       <table border="0"><tr><td align="right"><a href="#top">[top]</a></td></tr></table><hr />
 </dd>
 <dt><a name="How_do_I_Integrate_static_XHTML_pages_into_my_Maven_site">How do I Integrate static (X)HTML pages into my Maven site?</a></dt>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/help-mojo.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -174,6 +174,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -273,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:help"></a>site:help</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0:help</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:help</p>
 <p><strong>Description</strong>:</p>
 <div>Display help information on maven-site-plugin.<br />
 

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/i18n.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/i18n.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/i18n.html Tue May  8 11:52:49 2012
@@ -21,7 +21,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Vincent Siveton" />
           <meta name="author" content="Dennis Lundberg" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -74,8 +74,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -176,6 +176,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -293,201 +295,200 @@
         the latest release.
       </p>
 <div class="section"><h3><a name="Supported_Languages"></a>Supported Languages</h3>
-<p><table class="bodyTable"><tr class="a"><th>Languages available</th>
+<table class="bodyTable"><tr class="a"><th>Languages available</th>
 <th>Site Plugin</th>
 <th>Project Info Reports Plugin</th>
 <th>Maven Doxia Tools</th>
 </tr>
 <tr class="b"><td>Brazilian Portuguese</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_pt_BR.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_pt_BR.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_pt_BR.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_pt_BR.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Catalan</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ca.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ca.properties" class="externalLink">See</a></td>
 <td>
-                N/A
-              </td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_ca.properties">See</a></td>
+              N/A
+            </td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_ca.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Chinese (China)</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_zh_CN.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_CN.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_CN.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_zh_CN.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_CN.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_CN.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Chinese (Taiwan)</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_zh_TW.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_TW.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_zh_TW.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_TW.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_zh_TW.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Czech</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_cs.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_cs.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_cs.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_cs.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_cs.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_cs.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Danish</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_da.properties" class="externalLink">See</a></td>
 <td>
-                N/A
-              </td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_da.properties">See</a></td>
+              N/A
+            </td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_da.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Dutch</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_nl.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_nl.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_nl.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_nl.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_nl.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_nl.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>English (Default)</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>French</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_fr.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_fr.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_fr.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_fr.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>German</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_de.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_de.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_de.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_de.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Hungarian</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_hu.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_hu.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_hu.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_hu.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_hu.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_hu.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Italian</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_it.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_it.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_it.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_it.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_it.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_it.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Japanese</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ja.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_ja.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ja.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_ja.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Korean</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_ko.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ko.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_ko.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Norwegian</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_no.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_no.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_no.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_no.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_no.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_no.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Polish</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_pl.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_pl.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_pl.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_pl.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Portuguese</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_pt.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_pt.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_pt.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_pt.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Slovak</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sk.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sk.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_sk.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sk.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sk.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_sk.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Spanish</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_es.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_es.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_es.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_es.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="a"><td>Swedish</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sv.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sv.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_sv.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sv.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sv.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_sv.properties" class="externalLink">See</a></td>
 </tr>
 <tr class="b"><td>Turkish</td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_tr.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_tr.properties">See</a></td>
-<td><a class="externalLink" href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_tr.properties">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_tr.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_tr.properties" class="externalLink">See</a></td>
+<td><a href="http://svn.apache.org/repos/asf/maven/shared/trunk/maven-doxia-tools/src/main/resources/site-tool_tr.properties" class="externalLink">See</a></td>
 </tr>
 </table>
-</p>
 <p>
           To see the current level of localization support you can have a look
           at the L10n Status Report for each one of them:
-          <ul><li><a href="l10n-status.html">Site Plugin</a></li>
-<li><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/l10n-status.html">Project Info Reports Plugin</a></li>
-<li><a class="externalLink" href="http://maven.apache.org/shared/maven-doxia-tools/l10n-status.html">Doxia Tools</a></li>
+        </p>
+<ul><li><a href="l10n-status.html">Site Plugin</a></li>
+<li><a href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/l10n-status.html" class="externalLink">Project Info Reports Plugin</a></li>
+<li><a href="http://maven.apache.org/shared/maven-doxia-tools/l10n-status.html" class="externalLink">Doxia Tools</a></li>
 </ul>
-</p>
 </div>
 <div class="section"><h3><a name="Instructions_for_Translators"></a>Instructions for Translators</h3>
 <p>
           If you want to contribute a localization, follow these steps:
-          <ol type="1"><li>
-              Download each of the three properties files linked above as
-              the base for your translation. Pick files from a language that you
-              understand well, for instance English.
-            </li>
+        </p>
+<ol type="1"><li>
+            Download each of the three properties files linked above as
+            the base for your translation. Pick files from a language that you
+            understand well, for instance English.
+          </li>
 <li>
-              Rename the files to the wanted locale. For example,
-              <code>site-plugin_de.properties</code> for a new German
-              translation for Maven Site Plugin.
-            </li>
+            Rename the files to the wanted locale. For example,
+            <code>site-plugin_de.properties</code> for a new German
+            translation for Maven Site Plugin.
+          </li>
 <li>
-              Translate the files contents using your preferred text editor.
-              The files must use US-ASCII encoding. For characters that are not
-              included in US-ASCII you must use Unicode escapes, like &quot;\u8ff0&quot;.
-              See the tools section below for examples of tools that can help
-              you to convert your texts to use Unicode escapes.
-            </li>
+            Translate the files contents using your preferred text editor.
+            The files must use US-ASCII encoding. For characters that are not
+            included in US-ASCII you must use Unicode escapes, like &quot;\u8ff0&quot;.
+            See the tools section below for examples of tools that can help
+            you to convert your texts to use Unicode escapes.
+          </li>
 <li>
-              To test your localization
-              <ul><li>Checkout the latest source for
-                  <a href="source-repository.html">Site Plugin</a>,
-                  <a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/source-repository.html">Project Info Reports Plugin</a> and
-                  <a class="externalLink" href="http://maven.apache.org/shared/maven-doxia-tools/source-repository.html">Maven Doxia Tools</a></li>
+            To test your localization
+            <ul><li>Checkout the latest source for
+                <a href="source-repository.html">Site Plugin</a>,
+                <a href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/source-repository.html" class="externalLink">Project Info Reports Plugin</a> and
+                <a href="http://maven.apache.org/shared/maven-doxia-tools/source-repository.html" class="externalLink">Maven Doxia Tools</a></li>
 <li>Include your files in <code>src/main/resources</code> for each one</li>
 <li>Run &quot;<code>mvn install</code>&quot; for each one</li>
 <li>Configure a project to produce a site in several locales</li>
 <li>Make sure that it is using the latest SNAPSHOT version of
-                  each of the above artifacts</li>
+                each of the above artifacts</li>
 <li>Run &quot;<code>mvn site</code>&quot; on that project and test it</li>
 </ul>
 </li>
 <li>
-              When you are happy with it, create a new issue in
-              <a class="externalLink" href="http://jira.codehaus.org/browse/MSITE">JIRA</a>
-              and attach your files there.
-            </li>
+            When you are happy with it, create a new issue in
+            <a href="http://jira.codehaus.org/browse/MSITE" class="externalLink">JIRA</a>
+            and attach your files there.
+          </li>
 </ol>
-</p>
 </div>
 <div class="section"><h3><a name="References_and_Tools"></a>References and Tools</h3>
 <p>
           Please refer to the
-          <a class="externalLink" href="http://java.sun.com/javase/technologies/core/basic/intl/">
+          <a href="http://java.sun.com/javase/technologies/core/basic/intl/" class="externalLink">
             Java Internationalization home page</a> for an introduction to the topic.
         </p>
 <p>
           Here you can find some useful tools to help you with charset
           questions and conversions:
-          <ul><li><b>Tools to find out the charset of a file</b>:
-              Unix <i>file</i> command,
-              <a class="externalLink" href="http://cpdetector.sourceforge.net/">cpdetector</a>,
-              <a class="externalLink" href="http://plugins.intellij.net/plugin/?id=24">IntelliJ IDEA ShowEncodingPlugin</a>,
-              <a class="externalLink" href="http://notepad-plus.sourceforge.net/">Notepad++</a>, ...
-            </li>
+        </p>
+<ul><li><b>Tools to find out the charset of a file</b>:
+            Unix <i>file</i> command,
+            <a href="http://cpdetector.sourceforge.net/" class="externalLink">cpdetector</a>,
+            <a href="http://plugins.intellij.net/plugin/?id=24" class="externalLink">IntelliJ IDEA ShowEncodingPlugin</a>,
+            <a href="http://notepad-plus.sourceforge.net/" class="externalLink">Notepad++</a>, ...
+          </li>
 <li><b>Tools to write a file in a given charset</b>:
-              any editor like Notepad, Eclipse, IntelliJ IDEA, ...
-            </li>
+            any editor like Notepad, Eclipse, IntelliJ IDEA, ...
+          </li>
 <li><b>Tools to convert a file from one encoding to another encoding</b>:
-              Unix <i>iconv</i> command, Notepad++.
-            </li>
-<li><b>IDE plugins</b>: <a class="externalLink" href="http://propedit.sourceforge.jp/index_en.html">Properties Editor Eclipse Plugin</a>.
-            </li>
+            Unix <i>iconv</i> command, Notepad++.
+          </li>
+<li><b>IDE plugins</b>: <a href="http://propedit.sourceforge.jp/index_en.html" class="externalLink">Properties Editor Eclipse Plugin</a>.
+          </li>
 </ul>
-</p>
 <p>
           You can also refer to this Sun FAQ:
-          <a class="externalLink" href="http://developers.sun.com/global/technology/standards/reference/faqs/determining-file-encoding.html">
+          <a href="http://developers.sun.com/global/technology/standards/reference/faqs/determining-file-encoding.html" class="externalLink">
             How Can I Determine the Encoding of a File?</a>.
         </p>
 </div>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/index.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/index.html Tue May  8 11:52:49 2012
@@ -20,7 +20,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
           <meta name="author" content="Maria Odea Ching" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -73,8 +73,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -156,6 +156,8 @@
               
                 
               
+            
+            
       
             
       
@@ -176,9 +178,55 @@
             
       
               
-        <li class="collapsed">
+            <li class="expanded">
                     <a href="project-info.html">Project Information</a>
-                </li>
+                  <ul>
+                  
+    <li class="none">
+              <strong>About</strong>
+        </li>
+                  
+    <li class="none">
+                    <a href="integration.html">Continuous Integration</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="dependencies.html">Dependencies</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="issue-tracking.html">Issue Tracking</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="mail-lists.html">Mailing Lists</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugin-management.html">Plugin Management</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="license.html">Project License</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="plugins.html">Project Plugins</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="project-summary.html">Project Summary</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="team-list.html">Project Team</a>
+          </li>
+                  
+    <li class="none">
+                    <a href="source-repository.html">Source Repository</a>
+          </li>
+              </ul>
+        </li>
               
                 
               
@@ -286,9 +334,9 @@
 </ul>
 </div>
 <div class="section"><h3>Usage</h3>
-<p>General instructions on how to use the Site Plugin can be found on the <a href="usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a class="externalLink" href="http://docs.codehaus.org/display/MAVENUSER/Site+Plugin">plugin's wiki page</a>.</p>
+<p>General instructions on how to use the Site Plugin can be found on the <a href="usage.html">usage page</a>. Some more specific use cases are described in the examples given below. Last but not least, users occasionally contribute additional examples, tips or errata to the <a href="http://docs.codehaus.org/display/MAVENUSER/Site+Plugin" class="externalLink">plugin's wiki page</a>.</p>
 <p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="faq.html">FAQ</a> and feel free to contact the <a href="mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="mail-lists.html">mail archive</a>.</p>
-<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="source-repository.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p>
+<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="source-repository.html">source repository</a> and will find supplementary information in the <a href="http://maven.apache.org/guides/development/guide-helping.html" class="externalLink">guide to helping with Maven</a>.</p>
 </div>
 <div class="section"><h3>Examples</h3>
 <p>The following examples show how to use the Site Plugin in more advanced usecases:</p>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/integration.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -155,6 +155,8 @@
               
                 
               
+      
+            
             
             
       
@@ -180,6 +182,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
               <strong>Continuous Integration</strong>
         </li>
                   
@@ -314,10 +320,10 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="https://hudson.dev.java.net/">Hudson</a>.</div>
+This project uses <a href="https://hudson.dev.java.net/" class="externalLink">Hudson</a>.</div>
 <div class="section"><h2>Access</h2>
 <p>The following is a link to the continuous integration system used by the project.</p>
-<div class="source"><pre><a class="externalLink" href="http://grid.sonatype.org/ci">http://grid.sonatype.org/ci</a></pre>
+<div class="source"><pre><a href="http://grid.sonatype.org/ci" class="externalLink">http://grid.sonatype.org/ci</a></pre>
 </div>
 </div>
 <div class="section"><h2>Notifiers</h2>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/issue-tracking.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -159,6 +159,8 @@
             
       
             
+      
+            
             
             
       
@@ -180,6 +182,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>
                   
@@ -314,10 +320,10 @@
     <div id="bodyColumn">
       <div id="contentBox">
         <div class="section"><h2>Overview</h2>
-This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
+This project uses <a href="http://www.atlassian.com/software/jira" class="externalLink">JIRA</a> a J2EE-based, issue tracking and project management application.</div>
 <div class="section"><h2>Issue Tracking</h2>
 <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
-<div class="source"><pre><a class="externalLink" href="http://jira.codehaus.org/browse/MSITE">http://jira.codehaus.org/browse/MSITE</a></pre>
+<div class="source"><pre><a href="http://jira.codehaus.org/browse/MSITE" class="externalLink">http://jira.codehaus.org/browse/MSITE</a></pre>
 </div>
 </div>
 

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/jar-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/jar-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/jar-mojo.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -174,6 +174,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -273,7 +275,7 @@
       <div id="contentBox">
         <div class="section"><h2><a name="site:jar"></a>site:jar</h2>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:2.0:jar</p>
+<p>org.apache.maven.plugins:maven-site-plugin:2.0.1:jar</p>
 <p><strong>Description</strong>:</p>
 <div>Bundles the site output into a JAR so that it can be deployed to a
 repository.</div><p><strong>Attributes</strong>:</p>
@@ -404,13 +406,13 @@ The configuration looks like this: 
 <tr class="a"><td><strong><a href="#template">template</a></strong></td>
 <td><code>String</code></td>
 <td><code>2.0-beta-6</code></td>
-<td><strong><strong>Deprecated</strong>. {0}.</strong> use templateFile or skinning instead<br />
+<td><strong>Deprecated.</strong> use templateFile or skinning instead<br />
 </td>
 </tr>
 <tr class="b"><td><strong><a href="#templateDirectory">templateDirectory</a></strong></td>
 <td><code>File</code></td>
 <td><code>2.0-beta-6</code></td>
-<td><strong><strong>Deprecated</strong>. {0}.</strong> use templateFile or skinning instead<br />
+<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>
@@ -555,14 +557,14 @@ and xdoc docs.</div><ul><li><strong>Type
 </ul>
 <hr />
 <p><strong><a name="template">template</a>:</strong></p>
-<div><strong>Deprecated</strong>. use templateFile or skinning instead</div><div>Default template page.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
+<div><strong>Deprecated.</strong> use templateFile or skinning instead</div><div>Default template page.</div><ul><li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.0-beta-6</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${template}</code></li>
 </ul>
 <hr />
 <p><strong><a name="templateDirectory">templateDirectory</a>:</strong></p>
-<div><strong>Deprecated</strong>. use templateFile or skinning instead</div><div>Directory containing the template page.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
+<div><strong>Deprecated.</strong> use templateFile or skinning instead</div><div>Directory containing the template page.</div><ul><li><strong>Type</strong>: <code>java.io.File</code></li>
 <li><strong>Since</strong>: <code>2.0-beta-6</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>Expression</strong>: <code>${templateDirectory}</code></li>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/l10n-status.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/l10n-status.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/l10n-status.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -174,6 +174,8 @@
       
             
       
+            
+      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>

Modified: websites/production/maventest/content/plugins/maven-site-plugin-latest/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-site-plugin-latest/license.html (original)
+++ websites/production/maventest/content/plugins/maven-site-plugin-latest/license.html Tue May  8 11:52:49 2012
@@ -19,7 +19,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
                                                         
@@ -72,8 +72,8 @@
             
   
     
-             Last Published: 2009-03-08
-              &nbsp;| Version: 2.0
+             Last Published: 2009-07-10
+              &nbsp;| Version: 2.0.1
             </div>
       <div class="clear">
         <hr/>
@@ -165,6 +165,8 @@
             
       
             
+      
+            
             
             
       
@@ -180,6 +182,10 @@
                   <ul>
                   
     <li class="none">
+                    <a href="index.html">About</a>
+          </li>
+                  
+    <li class="none">
                     <a href="integration.html">Continuous Integration</a>
           </li>