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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5:effective-site</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.6-SNAPSHOT: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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -423,8 +423,8 @@ Unsupported protocol: '...' for site dep
 Currently supported protocols are: ...
     Protocols may be added through wagon providers.
     For more information, see 
http://maven.apache.org/plugins/maven-site-plugin/examples/adding-deploy-protocol.html</pre></div>
-<p>As explained in the error message, to deploy a site with a non-built-in 
protocol, you need to add the corresponding <a class="externalLink" 
href="http://maven.apache.org/wagon/";>wagon provider</a>.</p>
-<p>You can add it either as a <a class="externalLink" 
href="http://maven.apache.org/guides/mini/guide-using-extensions.html";>global 
extension</a>, or declare it at as a dependency of the site plugin:</p>
+<p>As explained in the error message, to deploy a site with a non-built-in 
protocol, you need to add the corresponding <a href="/wagon/">wagon 
provider</a>.</p>
+<p>You can add it either as a <a 
href="/guides/mini/guide-using-extensions.html">global extension</a>, or 
declare it at as a dependency of the site plugin:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   ...
   &lt;build&gt;
@@ -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&lt;/version&gt;
+          &lt;version&gt;3.6-SNAPSHOT&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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -418,7 +418,7 @@ Hervé Boutemy" />
             <!-- 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="Configuring_Reports"></a>Configuring Reports</h2>
 <p>Maven has several reports that you can add to your web site to display the 
current state of the project. These reports take the form of plugin goals, just 
like those used to build the project.</p>
-<p><a class="externalLink" 
href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/";>Maven 
Project Info Reports Plugin</a> provides many standard reports by extracting 
information from the POM, for example:</p>
+<p><a href="/plugins/maven-project-info-reports-plugin/">Maven Project Info 
Reports Plugin</a> provides many standard reports by extracting information 
from the POM, for example:</p>
 <ul>
 <li>Continous Integration</li>
 <li>Dependencies</li>
@@ -427,7 +427,7 @@ Hervé Boutemy" />
 <li>Mailing Lists</li>
 <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="/plugins/maven-project-info-reports-plugin/">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 class="prettyprint linenums">&lt;project&gt;
   ...
@@ -444,7 +444,7 @@ Hervé Boutemy" />
 &lt;/project&gt;</pre></div>
 <p>If you have included the appropriate <tt>&lt;menu 
ref=&quot;reports&quot;/&gt;</tt> tag in your <a 
href="./sitedescriptor.html">site descriptor</a>, then when you regenerate the 
site those items will appear in a menu called &quot;Project Reports&quot;.</p>
 <p><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 contrast, 
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 reporting plugins (&quot;R&quot; value in the &quot;Type&quot; 
column) in the <a class="externalLink" 
href="http://maven.apache.org/plugins/";>plugins page</a>, for a list of 
available reporting plugins from Apache Maven Team.</p></div>
+<p>Check out reporting plugins (&quot;R&quot; value in the &quot;Type&quot; 
column) in the <a href="/plugins/">plugins page</a>, for a list of available 
reporting plugins from Apache Maven Team.</p></div>
 <div class="section">
 <h2><a 
name="Selecting_Reports_from_a_Plugin:_Configuring_Report_Sets"></a>Selecting 
Reports from a Plugin: Configuring Report Sets</h2>
 <p>By default, when you add a plugin in reporting section, <i>every</i> 
reporting goal available in the plugin is rendered once.</p>

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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -447,11 +447,11 @@
       +- site.xml</pre></div>
 <p>The <tt>${basedir}/src/site</tt> directory which contains a site descriptor 
along with various directories corresponding to the supported document formats. 
Let's take a look at examples of the various document formats.</p>
 <ul>
-<li>APT: 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.</li>
-<li>FML: 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.</li>
-<li>XDoc: 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.</li>
+<li>APT: 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="/doxia/references/apt-format.html"> 
APT Format</a> is available.</li>
+<li>FML: 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="/doxia/references/fml-format.html">FML Format</a> check the <a 
href="/doxia/">Doxia</a> site.</li>
+<li>XDoc: The XDoc format is the same as <a href="/maven-1.x/using/site.html"> 
used in Maven 1.x</a>. A reference for the <a 
href="/doxia/references/xdoc-format.html"> XDoc Format</a> is available.</li>
 <li>Markdown (since maven-site-plugin 3.3): <a class="externalLink" 
href="http://en.wikipedia.org/wiki/Markdown";> Markdown</a> is a widespread 
Markup language.</li></ul>
-<p>Other formats are available, but the above four are recognized by default 
by the site plugin. Any other document format for which a Doxia parser exists 
can be used as well (see the list of <a class="externalLink" 
href="http://maven.apache.org/doxia/references/index.html";>Doxia Markup 
Languages</a>), but in this case you need to add the corresponding Doxia 
dependency to your site plugin configuration, as explained in the last 
paragraph. Note that Doxia also supports several output formats, the site 
plugin only creates XHTML.</p>
+<p>Other formats are available, but the above four are recognized by default 
by the site plugin. Any other document format for which a Doxia parser exists 
can be used as well (see the list of <a 
href="/doxia/references/index.html">Doxia Markup Languages</a>), but in this 
case you need to add the corresponding Doxia dependency to your site plugin 
configuration, as explained in the last paragraph. Note that Doxia also 
supports several output formats, the site plugin only creates XHTML.</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>
 <pre>+- target/
@@ -485,15 +485,7 @@
 <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/content/xdoc/download.xml.vm";><tt>content/xdoc/download.xml.vm</tt></a>
 file, which uses the expression <tt>${currentStableVersion}</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/";>Apache Velocity</a> is used to apply the 
filtering. Because Velocity uses a dot-notation to traverse beans you 
<b>cannot</b> use dots in your properties defined in 
<tt>&lt;properties&gt;</tt>.</p>
-<p>If you declare these properties in your POM</p>
-<div class="source"><pre class="prettyprint linenums">  &lt;properties&gt;
-    &lt;!-- This will not work because the name of the property has a dot in 
it --&gt;
-    &lt;my.property&gt;My value&lt;/my.property&gt;
-    &lt;!-- This will work because the name of the property has no dot in it 
--&gt;
-    &lt;myProperty&gt;My other value&lt;/myProperty&gt;
-  &lt;/properties&gt;</pre></div>
-<p>and then use the expression <tt>${my.property}</tt> in your document, it 
will <b>not</b> work. If you instead use the expression <tt>${myProperty}</tt> 
it will work just fine. Alternatively, you can say <tt>$<a 
name="project.properties.getmy.property">project.properties.get(&quot;my.property&quot;)</a></tt>
 which is cumbersome to write.</p>
+<p><b>Note:</b> <a class="externalLink" 
href="http://velocity.apache.org/";>Apache Velocity</a> is used to apply the 
filtering. Because Velocity uses a dot-notation to traverse beans you 
<b>cannot</b> use dotted properties defined in <tt>&lt;properties&gt;</tt> 
directly. It is generally advised to access properties by using the 
<tt>$context</tt> tool. E.g., with 
<tt>$context.get(&quot;my.property&quot;)</tt>.</p>
 <p>Some properties are defined by default: see <a 
href="/doxia/doxia-sitetools/doxia-site-renderer/#Velocity_processing"> Doxia 
Site Renderer's Velocity processing reference</a> for more information. For a 
complete usage overview, see Velocity's <a class="externalLink" 
href="http://velocity.apache.org/engine/devel/user-guide.html";>user 
guide</a>.</p></div>
 <div class="section">
 <h3><a name="Internationalization"></a>Internationalization</h3>
@@ -507,7 +499,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&lt;/version&gt;
+        &lt;version&gt;3.6-SNAPSHOT&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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>

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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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&lt;/version&gt;
+        &lt;version&gt;3.6-SNAPSHOT&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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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 @@ [email protected]
 Maria Odea Ching
 Dennis Lundberg" />
     <meta name="Date-Creation-yyyymmdd" content="20110814" />
-    <meta name="Date-Revision-yyyymmdd" content="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -479,7 +479,7 @@ Dennis Lundberg" />
   &lt;publishDate position=&quot;none&quot;/&gt;
   ...
 &lt;/project&gt;</pre></div>
-<p>The format of the &quot;Last Published&quot; date is the ISO date format 
that is <a class="externalLink" 
href="http://www.w3.org/QA/Tips/iso-date";>recommended by the W3C</a>. Because 
the web has an international, cross-cultural audience it is recommended to 
<i>not</i> change the date format. There is however a <tt>format</tt> attribute 
to the <tt>&lt;publishDate&gt;</tt> element that can be used if you really need 
a different date format.</p></div>
+<p>The format of the &quot;Last Published&quot; date is the ISO extended date 
format that is <a class="externalLink" 
href="http://www.w3.org/QA/Tips/iso-date";>recommended by the W3C</a>. Because 
the web has an international, cross-cultural audience it is recommended to 
<i>not</i> change the date format. There is however a <tt>format</tt> attribute 
to the <tt>&lt;publishDate&gt;</tt> element that can be used if you really need 
a different date format.</p></div>
 <div class="section">
 <h3><a name="Version"></a>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>

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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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&lt;/version&gt;
+        &lt;version&gt;3.6-SNAPSHOT&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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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 @@
 [email protected]
 Maria Odea Ching" />
     <meta name="Date-Creation-yyyymmdd" content="20090308" />
-    <meta name="Date-Revision-yyyymmdd" content="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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&lt;/version&gt;
+        &lt;version&gt;3.6-SNAPSHOT&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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -453,7 +453,7 @@ under the License. --><!-- mention docbo
           
 <dd>
             Calls the <i>site</i> phase of the site lifecycle, which consists 
in the following life cycle phases: <tt>pre-site</tt>, <tt>site</tt>, 
<tt>post-site</tt> and <tt>site-deploy</tt>.
-            See <a class="externalLink" 
href="http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference";>Lifecycle
 Reference</a>.</dd>
+            See <a 
href="/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference">Lifecycle
 Reference</a>.</dd>
           
 <dt>mvn site:site</dt>
           
@@ -487,7 +487,7 @@ under the License. --><!-- mention docbo
           If you want to use a custom format like Twiki, Simple DocBook, or 
XHTML
           (or any other document format
           for which a doxia parser exists, see the list of
-          <a class="externalLink" 
href="http://maven.apache.org/doxia/references/index.html";>Doxia Markup 
Languages</a>),
+          <a href="/doxia/references/index.html">Doxia Markup Languages</a>),
           you need to specify the corresponding Doxia module dependency, e.g. 
for Twiki:
        </p>
           
@@ -536,11 +536,11 @@ under the License. --><!-- mention docbo
           If validation is switched on, <b>all</b> xml source
           files need a correct schema and/or DTD definition.
           See the Doxia documentation on
-          <a class="externalLink" 
href="http://maven.apache.org/doxia/references/xdoc-format.html#Validation";>validating
 xdocs</a>,
+          <a href="/doxia/references/xdoc-format.html#Validation">validating 
xdocs</a>,
           and the schema definitions for
-          <a class="externalLink" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xdoc/using-xdoc-xsd.html";>xdoc</a>
+          <a 
href="/doxia/doxia/doxia-modules/doxia-module-xdoc/using-xdoc-xsd.html">xdoc</a>
           and
-          <a class="externalLink" 
href="http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fml/using-fml-xsd.html";>fml</a>.
+          <a 
href="/doxia/doxia/doxia-modules/doxia-module-fml/using-fml-xsd.html">fml</a>.
        </p>
       
 <p align="right"><a href="#top">[top]</a></p><hr /></dd>

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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5:help</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.6-SNAPSHOT: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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -436,7 +436,7 @@ under the License. -->
       
 <p>
         The documentation about internationalization and localization of 
plugins has been moved to:
-        <a class="externalLink" 
href="http://maven.apache.org/plugins/localization.html";>http://maven.apache.org/plugins/localization.html</a>
+        <a 
href="/plugins/localization.html">http://maven.apache.org/plugins/localization.html</a>
       </p>
     </div>
   

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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -533,7 +533,7 @@
 <h3><a name="Usage"></a>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>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></div>
+<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="/guides/development/guide-helping.html">guide to helping with 
Maven</a>.</p></div>
 <div class="section">
 <h3><a name="Examples"></a>Examples</h3>
 <p>The following examples show how to use the Site Plugin in more advanced 
usecases:</p>

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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -525,8 +525,8 @@
 <td>0</td>
 <td>0</td>
 <td>100.0%</td>
-<td>352.8&#xa0;s</td>
-<td>6.8&#xa0;s</td></tr></table>
+<td>337.3&#xa0;s</td>
+<td>6.5&#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,32 +543,32 @@
 <tr class="a">
 <td>MSITE-658/pom.xml</td>
 <td>success</td>
-<td>5.2&#xa0;s</td>
+<td>4.3&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-2/pom.xml</td>
 <td>success</td>
-<td>9.7&#xa0;s</td>
+<td>8.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-506/pom.xml</td>
 <td>success</td>
-<td>10.1&#xa0;s</td>
+<td>10.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd/pom.xml</td>
 <td>success</td>
-<td>5.2&#xa0;s</td>
+<td>5.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-sd-stagingSiteURL/pom.xml</td>
 <td>success</td>
-<td>4.2&#xa0;s</td>
+<td>3.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-566/pom.xml</td>
 <td>success</td>
-<td>6.1&#xa0;s</td>
+<td>4.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-sd-lang/pom.xml</td>
@@ -578,42 +578,42 @@
 <tr class="b">
 <td>MSITE-609/pom.xml</td>
 <td>success</td>
-<td>3.6&#xa0;s</td>
+<td>4.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>doxia-formats/pom.xml</td>
 <td>success</td>
-<td>4.8&#xa0;s</td>
+<td>5.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-skip/pom.xml</td>
 <td>success</td>
-<td>4.6&#xa0;s</td>
+<td>4.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>no-version/pom.xml</td>
 <td>success</td>
-<td>5.0&#xa0;s</td>
+<td>5.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>surefire-report/pom.xml</td>
 <td>success</td>
-<td>5.1&#xa0;s</td>
+<td>5.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>inheritedReports/pom.xml</td>
 <td>success</td>
-<td>4.1&#xa0;s</td>
+<td>3.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>validate/pom.xml</td>
 <td>success</td>
-<td>4.9&#xa0;s</td>
+<td>4.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-inheritance/pom.xml</td>
 <td>success</td>
-<td>7.0&#xa0;s</td>
+<td>6.8&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-deploy/pom.xml</td>
@@ -623,132 +623,132 @@
 <tr class="a">
 <td>empty-report-set/pom.xml</td>
 <td>success</td>
-<td>3.6&#xa0;s</td>
+<td>3.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-top-parent-no-site/pom.xml</td>
 <td>success</td>
-<td>5.7&#xa0;s</td>
+<td>5.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-627/pom.xml</td>
 <td>success</td>
-<td>8.2&#xa0;s</td>
+<td>8.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-504/pom.xml</td>
 <td>success</td>
-<td>11.6&#xa0;s</td>
+<td>11.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>new-configuration/pom.xml</td>
 <td>success</td>
-<td>10.9&#xa0;s</td>
+<td>10.4&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-458/pom.xml</td>
 <td>success</td>
-<td>8.7&#xa0;s</td>
+<td>8.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>failure/pom.xml</td>
 <td>success</td>
-<td>16.7&#xa0;s</td>
+<td>16.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-644/pom.xml</td>
 <td>success</td>
-<td>3.0&#xa0;s</td>
+<td>2.8&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>inheritedMenus/pom.xml</td>
 <td>success</td>
-<td>4.4&#xa0;s</td>
+<td>4.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>reportConfig/pom.xml</td>
 <td>success</td>
-<td>4.2&#xa0;s</td>
+<td>4.1&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-265/pom.xml</td>
 <td>success</td>
-<td>10.0&#xa0;s</td>
+<td>7.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-top-parent-different-site/pom.xml</td>
 <td>success</td>
-<td>4.8&#xa0;s</td>
+<td>4.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-sd-top-parent-same-site/pom.xml</td>
 <td>success</td>
-<td>4.9&#xa0;s</td>
+<td>4.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-665/pom.xml</td>
 <td>success</td>
-<td>8.3&#xa0;s</td>
+<td>7.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>site-attach-descriptor/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>3.5&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>report-changes-generation/pom.xml</td>
 <td>success</td>
-<td>5.2&#xa0;s</td>
+<td>5.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-354/pom.xml</td>
 <td>success</td>
-<td>4.8&#xa0;s</td>
+<td>4.7&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-jar/pom.xml</td>
 <td>success</td>
-<td>4.3&#xa0;s</td>
+<td>3.9&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>full-reporting/pom.xml</td>
 <td>success</td>
-<td>11.7&#xa0;s</td>
+<td>9.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>it-plugin-test/pom.xml</td>
 <td>success</td>
-<td>5.3&#xa0;s</td>
+<td>5.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-484/pom.xml</td>
 <td>success</td>
-<td>10.5&#xa0;s</td>
+<td>10.1&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-512/pom.xml</td>
 <td>success</td>
-<td>6.6&#xa0;s</td>
+<td>6.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-456/pom.xml</td>
 <td>success</td>
-<td>4.6&#xa0;s</td>
+<td>4.3&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-497/pom.xml</td>
 <td>success</td>
-<td>17.2&#xa0;s</td>
+<td>18.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>effective-site/pom.xml</td>
 <td>success</td>
-<td>3.9&#xa0;s</td>
+<td>3.3&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>MSITE-723/pom.xml</td>
 <td>success</td>
-<td>4.1&#xa0;s</td>
+<td>4.3&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-548/pom.xml</td>
@@ -758,32 +758,32 @@
 <tr class="b">
 <td>MSITE-159/pom.xml</td>
 <td>success</td>
-<td>3.6&#xa0;s</td>
+<td>3.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>emma-plugin-it/pom.xml</td>
 <td>success</td>
-<td>7.9&#xa0;s</td>
+<td>7.2&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>site-sd-submodule/pom.xml</td>
 <td>success</td>
-<td>5.6&#xa0;s</td>
+<td>5.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>inheritance-interpolation/pom.xml</td>
 <td>success</td>
-<td>7.1&#xa0;s</td>
+<td>7.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
 <td>template-skin/pom.xml</td>
 <td>success</td>
-<td>9.8&#xa0;s</td>
+<td>9.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MSITE-582/pom.xml</td>
 <td>success</td>
-<td>4.8&#xa0;s</td>
+<td>5.0&#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>24.0&#xa0;s</td>
+<td>21.9&#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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5:jar</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.6-SNAPSHOT: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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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&lt;/version&gt;
+              &lt;version&gt;3.6-SNAPSHOT&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
 Sat Apr  9 06:25:27 2016
@@ -1,15 +1,16 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="author" content="Dennis Lundberg" />
-    <meta name="Date-Creation-yyyymmdd" content="20110705" />
-    <meta name="Date-Revision-yyyymmdd" content="20160215" />
+    <meta name="author" content="Dennis Lundberg
+Hervé Boutemy" />
+    <meta name="Date-Creation-yyyymmdd" content="20160409" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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 +76,9 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-02-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -418,7 +419,7 @@
 <h2><a name="Migrate"></a>Migrate</h2>
 <p>The Site Plugin has had a couple of upgrades that requires the user to make 
adjustments to their environment, documents or configuration. Below is a list 
of these changes and what you as a user need to be aware of.</p>
 <div class="section">
-<h3><a name="From_3.4_to_3.5"></a>From 3.4 to 3.5</h3>
+<h3><a name="From_3.4_to_3.5.1"></a>From 3.4 to 3.5.1</h3>
 <ul>
 <li>Since <a class="externalLink" 
href="http://velocity.apache.org";>Velocity</a> has been upgraded from version 
1.5 to version 1.7, which changes escaping rules, you may need to update escape 
sequences in your <tt>.vm</tt> documents and/or skins. If you can't update 
content and/or skin immediately, you can manually downgrade Velocity version by 
configuring a dependency to Maven Site Plugin:
 <div class="source"><pre class="prettyprint linenums">    &lt;plugin&gt;
@@ -432,7 +433,20 @@
         &lt;/dependency&gt;
       &lt;/dependencies&gt;
     &lt;/plugin&gt;</pre></div></li>
-<li>Site Decoration Model has changed type for <tt>head</tt>/<tt>footer</tt> 
from DOM to String: if your <tt>site.xml</tt> (or one parent) contains XML 
content, you'll need to escape it, usually by adding <tt>&lt;![CDATA[</tt> and 
<tt>]]&gt;</tt>.</li></ul></div>
+<li>Site Decoration Model 1.7.0 has changed type for <tt>head</tt> and 
<tt>footer</tt> from <tt>DOM</tt> to <tt>String</tt>: if your <tt>site.xml</tt> 
(or one parent) contains XML content, you'll need to escape it, usually by 
adding <tt>&lt;![CDATA[</tt> and <tt>]]&gt;</tt> around the content:
+<div class="source"><pre class="prettyprint linenums">&lt;project 
xmlns=&quot;http://maven.apache.org/DECORATION/1.7.0&quot; 
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
+    xsi:schemaLocation=&quot;http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd&quot;&gt;
+    &lt;body&gt;
+        &lt;head&gt;
+            &lt;![CDATA[&lt;anyHeadElement/&gt;]]&gt;
+        &lt;/head&gt;
+        &lt;footer&gt;
+            &lt;![CDATA[&lt;anyFooterElement/&gt;]]&gt;
+        &lt;/footer&gt;
+    ...
+    &lt;/body&gt;
+&lt;/project&gt;</pre></div></li>
+<li>Interpolation of <tt>${project.*}</tt> and <tt>${*}</tt> expressions in 
<tt>site.xml</tt> have changed to be consistent with equivalent feature in 
Maven <tt>pom.xml</tt>: interpolation is now done <i>after</i> inheritance. For 
<tt>site.xml</tt>, this may lead to failures on urls (often on 
<tt>${project.url}</tt> expression), that are expected to be rebased during 
inheritance: a new <i>early interpolation</i> feature has been added in Maven 
Site Plugin 3.5.1 throught <tt>${this.*}</tt> expressions (see <a 
href="/doxia/doxia-sitetools/doxia-integration-tools/index.html"> Doxia 
Integration Tools reference documentation</a>). With this feature (for example 
<tt>${this.url}</tt> or <tt>${this.customProperty}</tt> expressions), you'll 
get former <tt>site.xml</tt> interpolation result.</li></ul></div>
 <div class="section">
 <h3><a name="From_2.x_to_3.x"></a>From 2.x to 3.x</h3>
 <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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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&lt;/version&gt;
+          &lt;version&gt;3.6-SNAPSHOT&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&lt;/version&gt;
+        &lt;version&gt;3.6-SNAPSHOT&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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -555,7 +555,7 @@
 <td>maven-site-plugin</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>3.5</td></tr>
+<td>3.6-SNAPSHOT</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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5:run</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.6-SNAPSHOT: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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -421,7 +421,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-site-plugin:3.5:site</p>
+<p>org.apache.maven.plugins:maven-site-plugin:3.6-SNAPSHOT: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
 Sat Apr  9 06:25:27 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7  at 2016-02-15 
+ | Generated by Apache Maven Doxia 1.7  at 2016-04-09 
  | 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="20160215" />
+    <meta name="Date-Revision-yyyymmdd" content="20160409" />
     <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-15</li>
+                  <li id="publishDate" class="pull-right"><span 
class="divider">|</span> Last Published: 2016-04-09</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.5
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>



Reply via email to