You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2016/02/15 01:54:50 UTC

svn commit: r980430 [4/5] - in /websites/production/maven/components/plugins-archives/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/de...

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/effective-site-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/effective-site-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/effective-site-mojo.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; site:effective-site</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5-SNAPSHOT:effective-site</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.5:effective-site</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/adding-deploy-protocol.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/adding-deploy-protocol.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/adding-deploy-protocol.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Hervé Boutemy" />
     <meta name="Date-Creation-yyyymmdd" content="20110724" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Adding a Protocol to Deploy the Site</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -433,7 +433,7 @@ Currently supported protocols are: ...
         &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.5-SNAPSHOT&lt;/version&gt;
+          &lt;version&gt;3.5&lt;/version&gt;
           &lt;dependencies&gt;
             &lt;dependency&gt;&lt;!-- add support for ssh/scp --&gt;
               &lt;groupId&gt;org.apache.maven.wagon&lt;/groupId&gt;

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/configuring-reports.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/configuring-reports.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/configuring-reports.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Dennis Lundberg
 Hervé Boutemy" />
     <meta name="Date-Creation-yyyymmdd" content="20121202" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Configuring Reports</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -76,9 +76,9 @@ Hervé Boutemy" />
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creating-content.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Dennis Lundberg" />
     <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Creating Content</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -507,7 +507,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.5-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
         &lt;configuration&gt;
           &lt;locales&gt;en,fr&lt;/locales&gt;
         &lt;/configuration&gt;

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creatingskins.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creatingskins.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/creatingskins.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
     <meta name="author" content="Brett Porter
 Dennis Lundberg" />
     <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Creating Skins</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -76,9 +76,9 @@ Dennis Lundberg" />
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -418,14 +418,15 @@ Dennis Lundberg" />
             <!-- 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/references/
 apt-format.html --><div class="section">
 <h2><a name="Creating_Skins"></a>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 class="externalLink" href="http://books.sonatype.com/mvnref-book/reference/site-generation.html"> Maven: The Complete Reference, Chapter 10. Site Generation</a> provided by Sonatype.</p>
 <div class="section">
 <h3><a name="About"></a>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>
 <li>A couple of CSS files, containing the visual styling</li>
-<li>An optional Velocity template for an alternate HTML rendering of the site</li></ul></div>
+<li>An optional Velocity template in <tt>/META-INF/maven/site.vm</tt> for an alternate HTML rendering of the site</li>
+<li>Since Maven Site Plugin 3.5, an optional <a href="/doxia/doxia-sitetools/doxia-skin-model/index.html">skin descriptor</a> in <tt>/META-INF/maven/skin.vm</tt> containing meta-data about the skin</li></ul></div>
 <div class="section">
 <h3><a name="Building"></a>Building</h3>
 <p>A skin is built like any other JAR - with a <tt>packaging</tt> of <tt>jar</tt>. No additional plugins are needed.</p>
@@ -437,10 +438,8 @@ Dennis Lundberg" />
 <div class="section">
 <h3><a name="Customizing_the_HTML_Output_with_a_Velocity_Template"></a>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></div>
-<div class="section">
-<h3><a name="Examples_of_Existing_Skins"></a>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></div></div>
+<p>For more information about how to write Velocity templates see the <a class="externalLink" href="http://velocity.apache.org/engine/releases/velocity-1.7/user-guide.html">Velocity User Guide</a> and <a class="externalLink" href="http://velocity.apache.org/engine/releases/velocity-1.7/vtl-reference-guide.html">Velocity Template Language Reference Guide</a>.</p>
+<p>Notice that Velocity 1.7 is used since Maven Site Plugin 3.5, but version 1.5 was used previously.</p></div></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/moduleexcludes.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/moduleexcludes.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/moduleexcludes.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Maria Odea Ching" />
     <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Excluding Document Formats</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -435,7 +435,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.5-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
         &lt;configuration&gt;
           &lt;moduleExcludes&gt;
             &lt;fml&gt;*.fml&lt;/fml&gt;

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/multimodule.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/multimodule.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/multimodule.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -13,7 +13,7 @@ Maria Odea Ching
 Dennis Lundberg
 Lukas Theussl" />
     <meta name="Date-Creation-yyyymmdd" content="20110118" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Multi-module Sites</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -79,9 +79,9 @@ Lukas Theussl" />
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/site-deploy-to-sourceforge.net.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/site-deploy-to-sourceforge.net.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/site-deploy-to-sourceforge.net.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Barrie Treloar" />
     <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Deploying to sourceforge.net</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -12,7 +12,7 @@ vincent.siveton@gmail.com
 Maria Odea Ching
 Dennis Lundberg" />
     <meta name="Date-Creation-yyyymmdd" content="20110814" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Configuring the Site Descriptor</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -78,9 +78,9 @@ Dennis Lundberg" />
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/siterun.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/siterun.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/siterun.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Maria Odea Ching" />
     <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Configuring Site Run</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -425,7 +425,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.5-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
         &lt;configuration&gt;
           &lt;port&gt;9000&lt;/port&gt;
           &lt;tempWebappDirectory&gt;${basedir}/target/site/tempdir&lt;/tempWebappDirectory&gt;

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/templatefile.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/templatefile.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/examples/templatefile.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -11,7 +11,7 @@
 vincent.siveton@gmail.com
 Maria Odea Ching" />
     <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Changing the Template File</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
@@ -77,9 +77,9 @@ Maria Odea Ching" />
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -428,7 +428,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.5-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
         &lt;configuration&gt;
           &lt;templateFile&gt;${basedir}/maven-site.vm&lt;/templateFile&gt;
         &lt;/configuration&gt;

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/faq.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/faq.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/faq.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Frequently Asked Questions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/findbugs.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/findbugs.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/findbugs.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; FindBugs Bug Detector Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/help-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/help-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/help-mojo.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; site:help</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5-SNAPSHOT:help</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.5:help</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/i18n.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/i18n.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/i18n.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Vincent Siveton" />
     <meta name="author" content="Dennis Lundberg" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Internationalization</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/index.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/index.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/index.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Maria Odea Ching" />
     <meta name="Date-Creation-yyyymmdd" content="20130722" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/integration.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/integration.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/integration.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Continuous Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/invoker-report.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/invoker-report.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/invoker-report.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Invoker Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -525,8 +525,8 @@
 <td>0</td>
 <td>0</td>
 <td>100.0%</td>
-<td>332.7&#xa0;s</td>
-<td>6.4&#xa0;s</td></tr></table>
+<td>352.8&#xa0;s</td>
+<td>6.8&#xa0;s</td></tr></table>
 <div class="section">
 <h3><a name="Build_Details"></a>Build Details</h3></div>
 <table border="0" class="table table-striped">
@@ -543,77 +543,77 @@
 <tr class="a">
 <td>MSITE-658/pom.xml</td>
 <td>success</td>
-<td>4.4&#xa0;s</td>
+<td>5.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-2/pom.xml</td>
 <td>success</td>
-<td>8.2&#xa0;s</td>
+<td>9.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-506/pom.xml</td>
 <td>success</td>
-<td>10.0&#xa0;s</td>
+<td>10.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd/pom.xml</td>
 <td>success</td>
-<td>5.6&#xa0;s</td>
+<td>5.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-sd-stagingSiteURL/pom.xml</td>
 <td>success</td>
-<td>3.6&#xa0;s</td>
+<td>4.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-566/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>6.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-sd-lang/pom.xml</td>
 <td>success</td>
-<td>6.1&#xa0;s</td>
+<td>7.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-609/pom.xml</td>
 <td>success</td>
-<td>3.9&#xa0;s</td>
+<td>3.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>doxia-formats/pom.xml</td>
 <td>success</td>
-<td>5.0&#xa0;s</td>
+<td>4.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-skip/pom.xml</td>
 <td>success</td>
-<td>4.5&#xa0;s</td>
+<td>4.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>no-version/pom.xml</td>
 <td>success</td>
-<td>5.3&#xa0;s</td>
+<td>5.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>surefire-report/pom.xml</td>
 <td>success</td>
-<td>5.0&#xa0;s</td>
+<td>5.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>inheritedReports/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>4.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>validate/pom.xml</td>
 <td>success</td>
-<td>3.3&#xa0;s</td>
+<td>4.9&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-inheritance/pom.xml</td>
 <td>success</td>
-<td>6.7&#xa0;s</td>
+<td>7.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-deploy/pom.xml</td>
@@ -623,12 +623,12 @@
 <tr class="a">
 <td>empty-report-set/pom.xml</td>
 <td>success</td>
-<td>3.5&#xa0;s</td>
+<td>3.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-top-parent-no-site/pom.xml</td>
 <td>success</td>
-<td>5.9&#xa0;s</td>
+<td>5.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-627/pom.xml</td>
@@ -638,42 +638,42 @@
 <tr class="b">
 <td>MSITE-504/pom.xml</td>
 <td>success</td>
-<td>11.5&#xa0;s</td>
+<td>11.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>new-configuration/pom.xml</td>
 <td>success</td>
-<td>11.1&#xa0;s</td>
+<td>10.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-458/pom.xml</td>
 <td>success</td>
-<td>8.3&#xa0;s</td>
+<td>8.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>failure/pom.xml</td>
 <td>success</td>
-<td>15.8&#xa0;s</td>
+<td>16.7&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-644/pom.xml</td>
 <td>success</td>
-<td>2.8&#xa0;s</td>
+<td>3.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>inheritedMenus/pom.xml</td>
 <td>success</td>
-<td>4.9&#xa0;s</td>
+<td>4.4&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>reportConfig/pom.xml</td>
 <td>success</td>
-<td>3.7&#xa0;s</td>
+<td>4.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-265/pom.xml</td>
 <td>success</td>
-<td>8.8&#xa0;s</td>
+<td>10.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-top-parent-different-site/pom.xml</td>
@@ -683,107 +683,107 @@
 <tr class="a">
 <td>site-sd-top-parent-same-site/pom.xml</td>
 <td>success</td>
-<td>4.5&#xa0;s</td>
+<td>4.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-665/pom.xml</td>
 <td>success</td>
-<td>7.9&#xa0;s</td>
+<td>8.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-attach-descriptor/pom.xml</td>
 <td>success</td>
-<td>3.7&#xa0;s</td>
+<td>4.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>report-changes-generation/pom.xml</td>
 <td>success</td>
-<td>4.4&#xa0;s</td>
+<td>5.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-354/pom.xml</td>
 <td>success</td>
-<td>4.4&#xa0;s</td>
+<td>4.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-jar/pom.xml</td>
 <td>success</td>
-<td>3.8&#xa0;s</td>
+<td>4.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>full-reporting/pom.xml</td>
 <td>success</td>
-<td>9.0&#xa0;s</td>
+<td>11.7&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>it-plugin-test/pom.xml</td>
 <td>success</td>
-<td>5.4&#xa0;s</td>
+<td>5.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-484/pom.xml</td>
 <td>success</td>
-<td>9.7&#xa0;s</td>
+<td>10.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-512/pom.xml</td>
 <td>success</td>
-<td>6.0&#xa0;s</td>
+<td>6.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-456/pom.xml</td>
 <td>success</td>
-<td>3.8&#xa0;s</td>
+<td>4.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-497/pom.xml</td>
 <td>success</td>
-<td>19.4&#xa0;s</td>
+<td>17.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>effective-site/pom.xml</td>
 <td>success</td>
-<td>3.1&#xa0;s</td>
+<td>3.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-723/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>4.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-548/pom.xml</td>
 <td>success</td>
-<td>5.9&#xa0;s</td>
+<td>5.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-159/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>3.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>emma-plugin-it/pom.xml</td>
 <td>success</td>
-<td>6.8&#xa0;s</td>
+<td>7.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-submodule/pom.xml</td>
 <td>success</td>
-<td>5.4&#xa0;s</td>
+<td>5.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>inheritance-interpolation/pom.xml</td>
 <td>success</td>
-<td>7.0&#xa0;s</td>
+<td>7.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>template-skin/pom.xml</td>
 <td>success</td>
-<td>8.3&#xa0;s</td>
+<td>9.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-582/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>4.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-604/pom.xml</td>
@@ -793,7 +793,7 @@
 <tr class="a">
 <td>MSITE-507/pom.xml</td>
 <td>success</td>
-<td>22.5&#xa0;s</td>
+<td>24.0&#xa0;s</td>
 <td></td></tr></table>
                   </div>
             </div>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/issue-tracking.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/issue-tracking.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/issue-tracking.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/jar-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/jar-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/jar-mojo.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; site:jar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5-SNAPSHOT:jar</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.5:jar</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/l10n-status.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/l10n-status.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/l10n-status.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; L10n Status</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/mail-lists.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/mail-lists.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/mail-lists.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/maven-3.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/maven-3.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/maven-3.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="Date-Creation-yyyymmdd" content="20110722" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Using maven-site-plugin with Maven 3</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -558,7 +558,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.5-SNAPSHOT&lt;/version&gt;
+              &lt;version&gt;3.5&lt;/version&gt;
             &lt;/plugin&gt;
           &lt;/plugins&gt;
         &lt;/pluginManagement&gt;

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/migrate.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/migrate.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/migrate.html Mon Feb 15 00:54:46 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Dennis Lundberg" />
     <meta name="Date-Creation-yyyymmdd" content="20110705" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Migrate</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -75,9 +75,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Plugin Documentation</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -597,7 +597,7 @@ protocols</a></td></tr></table>
         &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.5-SNAPSHOT&lt;/version&gt;
+          &lt;version&gt;3.5&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -607,7 +607,7 @@ protocols</a></td></tr></table>
       &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.5-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.5&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-management.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-management.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-management.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugins.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugins.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugins.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Project Build Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/pmd.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/pmd.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/pmd.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; PMD Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-info.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-info.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-info.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-reports.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-reports.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-reports.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-summary.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -555,7 +555,7 @@
 <td>maven-site-plugin</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>3.5-SNAPSHOT</td></tr>
+<td>3.5</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>maven-plugin</td></tr>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/run-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/run-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/run-mojo.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; site:run</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5-SNAPSHOT:run</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.5:run</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/site-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/site-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/site-mojo.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; site:site</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5-SNAPSHOT:site</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.5:site</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/sonar.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/sonar.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/sonar.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/source-repository.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/source-repository.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/source-repository.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -518,21 +518,21 @@
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/">http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/</a></pre></div></div>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-3.5">http://svn.apache.org/viewvc/maven/plugins/tags/maven-site-plugin-3.5</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
 <p>The source can be checked out anonymously from Subversion with this command:</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/ maven-site-plugin</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ svn checkout http://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-3.5 maven-site-plugin</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
 <p>Everyone can access the Subversion repository via HTTP, but committers must checkout the Subversion repository via HTTPS.</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/ maven-site-plugin</pre></div>
+<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-3.5 maven-site-plugin</pre></div>
 <p>To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password):</p>
 <div class="source"><pre class="prettyprint linenums">$ svn commit --username your-username -m &quot;A message&quot;</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>For those users who are stuck behind a corporate firewall which is blocking HTTP access to the Subversion repository, you can try to access it via the developer connection:</p>
-<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/ maven-site-plugin</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ svn checkout https://svn.apache.org/repos/asf/maven/plugins/tags/maven-site-plugin-3.5 maven-site-plugin</pre></div></div>
 <div class="section">
 <h2><a name="Access_Through_a_Proxy"></a>Access Through a Proxy</h2><a name="Access_Through_a_Proxy"></a>
 <p>The Subversion client can go through a proxy, if you configure it to do so. First, edit your &quot;servers&quot; configuration file to indicate which proxy to use. The file's location depends on your operating system. On Linux or Unix it is located in the directory &quot;~/.subversion&quot;. On Windows it is in &quot;%APPDATA%\Subversion&quot;. (Try &quot;echo %APPDATA%&quot;, note this is a hidden directory.)</p>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/stage-deploy-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/stage-deploy-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/stage-deploy-mojo.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; site:stage-deploy</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5-SNAPSHOT:stage-deploy</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.5:stage-deploy</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/stage-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/stage-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/stage-mojo.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; site:stage</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5-SNAPSHOT:stage</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.5:stage</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/surefire-report.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/surefire-report.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/surefire-report.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>
@@ -541,7 +541,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.574</td></tr></table><br />
+<td>2.645</td></tr></table><br />
 <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div>
 <div class="section">
 <h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
@@ -562,7 +562,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.55</td></tr>
+<td>0.592</td></tr>
 <tr class="a">
 <td><a href="#org.apache.maven.plugins.site.deploy">org.apache.maven.plugins.site.deploy</a></td>
 <td>4</td>
@@ -570,7 +570,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.024</td></tr></table><br />
+<td>2.053</td></tr></table><br />
 <p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p>
 <div class="section">
 <h3><a name="org.apache.maven.plugins.site.run"></a>org.apache.maven.plugins.site.run</h3><a name="org.apache.maven.plugins.site.run"></a>
@@ -592,7 +592,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.55</td></tr></table></div>
+<td>0.592</td></tr></table></div>
 <div class="section">
 <h3><a name="org.apache.maven.plugins.site.deploy"></a>org.apache.maven.plugins.site.deploy</h3><a name="org.apache.maven.plugins.site.deploy"></a>
 <table border="1" class="table table-striped">
@@ -613,7 +613,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.674</td></tr>
+<td>0.676</td></tr>
 <tr class="a">
 <td><a href="#org.apache.maven.plugins.site.deploySiteDeployWebDavTest"><img src="images/icon_success_sml.gif" alt="" /></a></td>
 <td><a href="#org.apache.maven.plugins.site.deploySiteDeployWebDavTest">SiteDeployWebDavTest</a></td>
@@ -622,7 +622,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>1.35</td></tr></table></div><br /></div>
+<td>1.377</td></tr></table></div><br /></div>
 <div class="section">
 <h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
@@ -632,29 +632,29 @@ function toggleDisplay(elementId) {
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testFoo</td>
-<td>0.674</td></tr></table></div>
+<td>0.676</td></tr></table></div>
 <div class="section">
 <h3><a name="WebXmlTest"></a>WebXmlTest</h3><a name="org.apache.maven.plugins.site.runWebXmlTest"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>testFilters</td>
-<td>0.55</td></tr></table></div>
+<td>0.592</td></tr></table></div>
 <div class="section">
 <h3><a name="SiteDeployWebDavTest"></a>SiteDeployWebDavTest</h3><a name="org.apache.maven.plugins.site.deploySiteDeployWebDavTest"></a>
 <table border="1" class="table table-striped">
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>davDeployThruProxyWithoutAuthzInProxy</td>
-<td>0.616</td></tr>
+<td>0.629</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>davDeployThruProxyWitAuthzInProxy</td>
-<td>0.43</td></tr>
+<td>0.438</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td>noAuthzDavDeploy</td>
-<td>0.304</td></tr></table></div><br /></div>
+<td>0.31</td></tr></table></div><br /></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/taglist.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/taglist.html (original)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/taglist.html Mon Feb 15 00:54:46 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
  | Rendered using Apache Maven Fluido Skin 1.4
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160213" />
+    <meta name="Date-Revision-yyyymmdd" content="20160215" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Site Plugin &#x2013; Tag List report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
@@ -73,9 +73,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-15</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5-SNAPSHOT
+                    Version: 3.5
         </li>
             
                             </ul>