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/13 15:12:58 UTC

svn commit: r980320 [21/33] - in /websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/plugins/ apidocs/org/apache/maven/plugins/...

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 Feb 13 14:12:53 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7-SNAPSHOT  at 2016-02-08 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
  | 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="20160208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160213" />
     <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,7 +75,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-08</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
               <li id="projectVersion" class="pull-right">
                     Version: 3.5-SNAPSHOT
         </li>
@@ -507,8 +507,7 @@
         &lt;/executions&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
-  &lt;/build&gt;
-</pre></div></div>
+  &lt;/build&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Using_the_same_version_of_maven-site-plugin_for_both_Maven_2_and_Maven_3"></a>Using the same version of maven-site-plugin for both Maven 2 and Maven 3</h3>
 <p>Starting with version 3.0, maven-site-plugin can run with both Maven 2.2.x and 3.x. The results should be exactly the same if reports are configured in the classical Maven 2 way, in the <tt>&lt;reporting&gt;</tt> section. If you use the new Maven 3 way of configuring reports (not recommended), in the <tt>&lt;reportPlugins&gt;</tt> section, it will only work with Maven 3.</p>
@@ -538,8 +537,7 @@
         &lt;/plugins&gt;
       &lt;/build&gt;
     &lt;/profile&gt;
-  &lt;/profiles&gt;
-</pre></div>
+  &lt;/profiles&gt;</pre></div>
 <p><b>Note:</b> The profile is needed to avoid duplicate install and deploy of the site descriptor when running with Maven 2.2.x due to POM default lifecycle mappings.</p></div>
 <div class="section">
 <h3><a name="Using_maven-site-plugin_2.x_with_Maven_2_and_maven-site-plugin_3.x_with_Maven_3"></a>Using maven-site-plugin 2.x with Maven 2 and maven-site-plugin 3.x with Maven 3</h3>
@@ -579,8 +577,7 @@
         &lt;/plugins&gt;
       &lt;/build&gt;
     &lt;/profile&gt;
-  &lt;/profiles&gt;
-</pre></div>
+  &lt;/profiles&gt;</pre></div>
 <p><b>Note:</b> Be aware that you should also use <tt>&lt;pluginManagement&gt;</tt> to specify the version for maven-site-plugin 2.x. If you define the plugin version directly inside the <tt>&lt;plugins&gt;</tt> section of the <tt>&lt;build&gt;</tt> element then that version is always used, no matter which version of Maven is used. That snippet would look like this:</p>
 <div class="source"><pre class="prettyprint linenums">  &lt;build&gt;
     &lt;pluginManagement&gt;
@@ -592,8 +589,7 @@
         &lt;/plugin&gt;
       &lt;/plugins&gt;
     &lt;/pluginManagement&gt;
-  &lt;/build&gt;
-</pre></div></div>
+  &lt;/build&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Configuration_formats"></a>Configuration formats</h3>
 <p>The <tt>&lt;reporting&gt;</tt> section of the POM has been added to the Site Plugin's configuration as <tt>&lt;reportPlugins&gt;</tt> in Maven 3. The content of the configuration has been kept as similar as possible to Maven 2 and the <tt><a href="/shared/maven-reporting-exec/">maven-reporting-exec</a></tt> component transforms the configuration on the fly.</p>
@@ -631,8 +627,7 @@
     &lt;/plugins&gt;
   &lt;/reporting&gt;
 ...
-&lt;/project&gt;
-</pre></div></div>
+&lt;/project&gt;</pre></div></div>
 <div class="section">
 <h4><a name="New_Configuration_Maven_3_only_no_reports_configuration_inheritance"></a>New Configuration (Maven 3 only, no reports configuration inheritance)</h4>
 <p>Starting with <tt>maven-site-plugin</tt> 3.0, reports could be configured in the configuration of <tt>maven-site-plugin</tt> as <tt>&lt;reportPlugins&gt;</tt> elements.</p>
@@ -672,8 +667,7 @@
         &lt;/configuration&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
-  &lt;/build&gt;
-</pre></div></div></div>
+  &lt;/build&gt;</pre></div></div></div>
 <div class="section">
 <h3><a name="Inheritance_of_reports_for_Maven_3_before_3.0.4"></a>Inheritance of reports for Maven 3 before 3.0.4</h3>
 <p>Maven 3 before 3.0.4 works differently from Maven 2 when dealing with inheritance of reports: given a plugin providing multiple report goals, in Maven 2, reports configured in child pom are added to reports from parent, whereas in Maven 3 up to 3.0.3 reports from child replace reports from parent. Since 3.0.4, though, inheritance of reports works in the same way as with Maven 2.</p>

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 Feb 13 14:12:53 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7-SNAPSHOT  at 2016-02-08 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
  | 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="20160208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160213" />
     <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,7 +75,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-08</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
               <li id="projectVersion" class="pull-right">
                     Version: 3.5-SNAPSHOT
         </li>

Added: 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 (added)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.html Sat Feb 13 14:12:53 2016
@@ -0,0 +1,639 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | 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 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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
+                  </head>
+        <body class="topBarDisabled">
+          
+                
+                    
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                    <a href="http://www.apache.org/" id="bannerLeft">
+                                                                                                <img src="../../images/apache-maven-project.png"  alt="Apache Maven"/>
+                </a>
+                      </div>
+        <div class="pull-right">                                <a href="../../" id="bannerRight">
+                                                                                                <img src="../../images/maven-logo-black-on-white.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../../index.html" title="Maven">
+        Maven</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../index.html" title="Plugins">
+        Plugins</a>
+                    <span class="divider">/</span>
+      </li>
+                <li class="">
+                    <a href="./" title="Apache Maven Site Plugin">
+        Apache Maven Site Plugin</a>
+                    <span class="divider">/</span>
+      </li>
+        <li class="active ">Plugin Documentation</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+              <li id="projectVersion" class="pull-right">
+                    Version: 3.5-SNAPSHOT
+        </li>
+            
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <span class="none"></span>
+        Introduction</a>
+            </li>
+                
+      <li class="active">
+  
+            <a href="#"><span class="none"></span>Goals</a>
+          </li>
+                
+      <li>
+  
+                          <a href="usage.html" title="Usage">
+          <span class="none"></span>
+        Usage</a>
+            </li>
+                
+      <li>
+  
+                          <a href="faq.html" title="FAQ">
+          <span class="none"></span>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="migrate.html" title="Migrate">
+          <span class="none"></span>
+        Migrate</a>
+            </li>
+                
+      <li>
+  
+                          <a href="maven-3.html" title="Maven 3">
+          <span class="none"></span>
+        Maven 3</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
+          <span class="none"></span>
+        License</a>
+            </li>
+                
+      <li>
+  
+                          <a href="download.html" title="Download">
+          <span class="none"></span>
+        Download</a>
+            </li>
+                              <li class="nav-header">Configuration</li>
+                              
+      <li>
+  
+                          <a href="i18n.html" title="Internationalization">
+          <span class="none"></span>
+        Internationalization</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../doxia/doxia-sitetools/doxia-decoration-model/decoration.html" title="Site Descriptor">
+          <span class="none"></span>
+        Site Descriptor</a>
+            </li>
+                              <li class="nav-header">Examples</li>
+                              
+      <li>
+  
+                          <a href="examples/creating-content.html" title="Creating Content">
+          <span class="none"></span>
+        Creating Content</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/sitedescriptor.html" title="Configuring the Site Descriptor">
+          <span class="none"></span>
+        Configuring the Site Descriptor</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/multimodule.html" title="Building a multi-module site">
+          <span class="none"></span>
+        Building a multi-module site</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/configuring-reports.html" title="Configuring Reports">
+          <span class="none"></span>
+        Configuring Reports</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/siterun.html" title="Configuring Site Run">
+          <span class="none"></span>
+        Configuring Site Run</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/adding-deploy-protocol.html" title="Adding a Protocol to Deploy the Site">
+          <span class="none"></span>
+        Adding a Protocol to Deploy the Site</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/templatefile.html" title="Changing the Template File">
+          <span class="none"></span>
+        Changing the Template File</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/creatingskins.html" title="Creating Skins">
+          <span class="none"></span>
+        Creating Skins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/moduleexcludes.html" title="Excluding Document Formats">
+          <span class="none"></span>
+        Excluding Document Formats</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/site-deploy-to-sourceforge.net.html" title="Deploying to sourceforge.net">
+          <span class="none"></span>
+        Deploying to sourceforge.net</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                                                                                                                                                                          
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <span class="icon-chevron-right"></span>
+        Project Information</a>
+                  </li>
+                                                                                                                                                                                                                                                                                                    
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <span class="icon-chevron-down"></span>
+        Project Reports</a>
+                    <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="surefire-report.html" title="Surefire Report">
+          <span class="none"></span>
+        Surefire Report</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="checkstyle.html" title="Checkstyle">
+          <span class="none"></span>
+        Checkstyle</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="pmd.html" title="PMD">
+          <span class="none"></span>
+        PMD</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref/index.html" title="Source Xref">
+          <span class="none"></span>
+        Source Xref</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref-test/index.html" title="Test Source Xref">
+          <span class="none"></span>
+        Test Source Xref</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="taglist.html" title="Tag List">
+          <span class="none"></span>
+        Tag List</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="apidocs/index.html" title="JavaDocs">
+          <span class="none"></span>
+        JavaDocs</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="testapidocs/index.html" title="Test JavaDocs">
+          <span class="none"></span>
+        Test JavaDocs</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="findbugs.html" title="FindBugs">
+          <span class="none"></span>
+        FindBugs</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="sonar.html" title="Sonar">
+          <span class="none"></span>
+        Sonar</a>
+            </li>
+                    
+      <li class="active">
+  
+            <a href="#"><span class="none"></span>Plugin Documentation</a>
+          </li>
+                    
+      <li>
+  
+                          <a href="invoker-report.html" title="Invoker Build Results">
+          <span class="none"></span>
+        Invoker Build Results</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="l10n-status.html" title="L10n Status">
+          <span class="none"></span>
+        L10n Status</a>
+            </li>
+              </ul>
+        </li>
+                              <li class="nav-header">Maven Projects</li>
+                              
+      <li>
+  
+                          <a href="../../ant-tasks/index.html" title="Ant Tasks">
+          <span class="none"></span>
+        Ant Tasks</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../archetype/index.html" title="Archetype">
+          <span class="none"></span>
+        Archetype</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../doxia/index.html" title="Doxia">
+          <span class="none"></span>
+        Doxia</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../jxr/index.html" title="JXR">
+          <span class="none"></span>
+        JXR</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../ref/current" title="Maven">
+          <span class="none"></span>
+        Maven</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../pom/index.html" title="Parent POMs">
+          <span class="none"></span>
+        Parent POMs</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../index.html" title="Plugins">
+          <span class="none"></span>
+        Plugins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../plugin-testing/index.html" title="Plugin Testing">
+          <span class="none"></span>
+        Plugin Testing</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../plugin-tools/index.html" title="Plugin Tools">
+          <span class="none"></span>
+        Plugin Tools</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../apache-resource-bundles/index.html" title="Resource Bundles">
+          <span class="none"></span>
+        Resource Bundles</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../scm/index.html" title="SCM">
+          <span class="none"></span>
+        SCM</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../shared/index.html" title="Shared Components">
+          <span class="none"></span>
+        Shared Components</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../skins/index.html" title="Skins">
+          <span class="none"></span>
+        Skins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../surefire/index.html" title="Surefire">
+          <span class="none"></span>
+        Surefire</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../wagon/index.html" title="Wagon">
+          <span class="none"></span>
+        Wagon</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
+          <span class="none"></span>
+        How Apache Works</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">
+          <span class="none"></span>
+        Foundation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
+          <span class="none"></span>
+        Sponsoring Apache</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <span class="none"></span>
+        Thanks</a>
+            </li>
+            </ul>
+                
+                    
+                            <form id="search-form" action="https://www.google.com/search" method="get" >
+    
+  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+          <hr />
+
+           <div id="poweredBy">
+                   
+    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+
+    
+    <div class="g-plusone" data-href="http://maven.apache.org/plugins/maven-site-plugin/" data-size="tall" ></div>
+
+                   <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span10" >
+                                  
+            <div class="section">
+<h2><a name="Plugin_Documentation"></a>Plugin Documentation</h2><a name="Plugin_Documentation"></a>
+<p>Goals available for this plugin:</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Goal</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="attach-descriptor-mojo.html">site:attach-descriptor</a></td>
+<td>Adds the site descriptor (<code>site.xml</code>) to the list of
+files to be installed/deployed.<br />
+For Maven-2.x this is enabled by default only when the project has
+<code>pom</code> packaging since it will be used by modules
+inheriting, but this can be enabled for other projects packaging if
+needed.<br />
+This default execution has been removed from the built-in lifecycle
+of Maven 3.x for <code>pom</code>-projects. Users that actually use
+those projects to provide a common site descriptor for sub modules
+will need to explicitly define this goal execution to restore the
+intended behavior.</td></tr>
+<tr class="a">
+<td><a href="deploy-mojo.html">site:deploy</a></td>
+<td>Deploys the generated site using <a href="/wagon/">wagon supported
+protocols</a> to the site URL specified in the
+<code>&lt;distributionManagement&gt;</code> section of the POM. 
+<p>For <code>scp</code> protocol, the website files are packaged by
+wagon into zip archive, then the archive is transfered to the
+remote host, next it is un-archived which is much faster than
+making a file by file copy.</p></td></tr>
+<tr class="b">
+<td><a href="effective-site-mojo.html">site:effective-site</a></td>
+<td>Displays the effective site descriptor as an XML for this build,
+after inheritance and interpolation of <code>site.xml</code>, for
+the first locale.</td></tr>
+<tr class="a">
+<td><a href="help-mojo.html">site:help</a></td>
+<td>Display help information on maven-site-plugin.<br />
+Call <code>mvn site:help -Ddetail=true
+-Dgoal=&lt;goal-name&gt;</code> to display parameter details.</td></tr>
+<tr class="b">
+<td><a href="jar-mojo.html">site:jar</a></td>
+<td>Bundles the site output into a JAR so that it can be deployed to a
+repository.</td></tr>
+<tr class="a">
+<td><a href="run-mojo.html">site:run</a></td>
+<td>Starts the site up, rendering documents as requested for faster
+editing. It uses Jetty as the web server.</td></tr>
+<tr class="b">
+<td><a href="site-mojo.html">site:site</a></td>
+<td>Generates the site for a single project. 
+<p>Note that links between module sites in a multi module build
+will <b>not</b> work, since local build directory structure doesn't
+match deployed site.</p></td></tr>
+<tr class="a">
+<td><a href="stage-mojo.html">site:stage</a></td>
+<td>Deploys the generated site to a local staging or mock directory
+based on the site URL specified in the
+<code>&lt;distributionManagement&gt;</code> section of the POM. 
+<p>It can be used to test that links between module sites in a
+multi-module build work.</p></td></tr>
+<tr class="b">
+<td><a href="stage-deploy-mojo.html">site:stage-deploy</a></td>
+<td>Deploys the generated site to a staging or mock URL to the site URL
+specified in the <code>&lt;distributionManagement&gt;</code>
+section of the POM, using <a href="/wagon/">wagon supported
+protocols</a></td></tr></table>
+<div class="section">
+<h3><a name="System_Requirements"></a>System Requirements</h3><a name="System_Requirements"></a>
+<p>The following specifies the minimum requirements to run this Maven plugin:</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td>Maven</td>
+<td>2.2.1</td></tr>
+<tr class="b">
+<td>JDK</td>
+<td>1.6</td></tr>
+<tr class="a">
+<td>Memory</td>
+<td>No minimum requirement.</td></tr>
+<tr class="b">
+<td>Disk Space</td>
+<td>No minimum requirement.</td></tr></table></div>
+<div class="section">
+<h3><a name="Usage"></a>Usage</h3><a name="Usage"></a>
+<p>You should specify the version in your project's plugin configuration:</p>
+<div class="source"><pre class="prettyprint linenums">&lt;project&gt;
+  ...
+  &lt;build&gt;
+    &lt;!-- To define the plugin version in your parent POM --&gt;
+    &lt;pluginManagement&gt;
+      &lt;plugins&gt;
+        &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;/plugin&gt;
+        ...
+      &lt;/plugins&gt;
+    &lt;/pluginManagement&gt;
+    &lt;!-- To use the plugin goals in your POM or parent POM --&gt;
+    &lt;plugins&gt;
+      &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;/plugin&gt;
+      ...
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+  ...
+&lt;/project&gt;
+</pre></div>
+<p>For more information, see <a class="externalLink" href="http://maven.apache.org/guides/mini/guide-configuring-plugins.html">&quot;Guide to Configuring Plug-ins&quot;</a></p></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                                      <p >Copyright &copy;                    2002&#x2013;2016
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+                </div>
+
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

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 Feb 13 14:12:53 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7-SNAPSHOT  at 2016-02-08 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
  | 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="20160208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160213" />
     <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,7 +73,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-08</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
               <li id="projectVersion" class="pull-right">
                     Version: 3.5-SNAPSHOT
         </li>

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 Feb 13 14:12:53 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7-SNAPSHOT  at 2016-02-08 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
  | 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="20160208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160213" />
     <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,7 +73,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-08</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
               <li id="projectVersion" class="pull-right">
                     Version: 3.5-SNAPSHOT
         </li>
@@ -545,45 +545,41 @@
 <td>2.5.2</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
-<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td>
-<td>2.0.0</td></tr>
-<tr class="a">
-<td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td>
 <td>2.5</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td>
 <td>3.4</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td>
 <td>1.5</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td>
 <td>2.7</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin">maven-scm-publish-plugin</a></td>
 <td>1.1</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-shade-plugin/">maven-shade-plugin</a></td>
 <td>1.4</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td>
 <td>3.4</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin">maven-surefire-plugin</a></td>
 <td>2.18.1</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.rat</td>
 <td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td>
 <td>0.11</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.codehaus.plexus</td>
 <td><a class="externalLink" href="http://plexus.codehaus.org/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td>
 <td>1.6</td></tr></table></div>

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 Feb 13 14:12:53 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7-SNAPSHOT  at 2016-02-08 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
  | 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="20160208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160213" />
     <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,7 +73,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-08</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
               <li id="projectVersion" class="pull-right">
                     Version: 3.5-SNAPSHOT
         </li>

Added: 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 (added)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-info.html Sat Feb 13 14:12:53 2016
@@ -0,0 +1,586 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | 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 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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
+                  </head>
+        <body class="topBarDisabled">
+          
+                
+                    
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                    <a href="http://www.apache.org/" id="bannerLeft">
+                                                                                                <img src="../../images/apache-maven-project.png"  alt="Apache Maven"/>
+                </a>
+                      </div>
+        <div class="pull-right">                                <a href="../../" id="bannerRight">
+                                                                                                <img src="../../images/maven-logo-black-on-white.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../../index.html" title="Maven">
+        Maven</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../index.html" title="Plugins">
+        Plugins</a>
+                    <span class="divider">/</span>
+      </li>
+                <li class="">
+                    <a href="./" title="Apache Maven Site Plugin">
+        Apache Maven Site Plugin</a>
+                    <span class="divider">/</span>
+      </li>
+        <li class="active ">Project Information</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+              <li id="projectVersion" class="pull-right">
+                    Version: 3.5-SNAPSHOT
+        </li>
+            
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <span class="none"></span>
+        Introduction</a>
+            </li>
+                
+      <li>
+  
+                          <a href="plugin-info.html" title="Goals">
+          <span class="none"></span>
+        Goals</a>
+            </li>
+                
+      <li>
+  
+                          <a href="usage.html" title="Usage">
+          <span class="none"></span>
+        Usage</a>
+            </li>
+                
+      <li>
+  
+                          <a href="faq.html" title="FAQ">
+          <span class="none"></span>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="migrate.html" title="Migrate">
+          <span class="none"></span>
+        Migrate</a>
+            </li>
+                
+      <li>
+  
+                          <a href="maven-3.html" title="Maven 3">
+          <span class="none"></span>
+        Maven 3</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
+          <span class="none"></span>
+        License</a>
+            </li>
+                
+      <li>
+  
+                          <a href="download.html" title="Download">
+          <span class="none"></span>
+        Download</a>
+            </li>
+                              <li class="nav-header">Configuration</li>
+                              
+      <li>
+  
+                          <a href="i18n.html" title="Internationalization">
+          <span class="none"></span>
+        Internationalization</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../doxia/doxia-sitetools/doxia-decoration-model/decoration.html" title="Site Descriptor">
+          <span class="none"></span>
+        Site Descriptor</a>
+            </li>
+                              <li class="nav-header">Examples</li>
+                              
+      <li>
+  
+                          <a href="examples/creating-content.html" title="Creating Content">
+          <span class="none"></span>
+        Creating Content</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/sitedescriptor.html" title="Configuring the Site Descriptor">
+          <span class="none"></span>
+        Configuring the Site Descriptor</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/multimodule.html" title="Building a multi-module site">
+          <span class="none"></span>
+        Building a multi-module site</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/configuring-reports.html" title="Configuring Reports">
+          <span class="none"></span>
+        Configuring Reports</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/siterun.html" title="Configuring Site Run">
+          <span class="none"></span>
+        Configuring Site Run</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/adding-deploy-protocol.html" title="Adding a Protocol to Deploy the Site">
+          <span class="none"></span>
+        Adding a Protocol to Deploy the Site</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/templatefile.html" title="Changing the Template File">
+          <span class="none"></span>
+        Changing the Template File</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/creatingskins.html" title="Creating Skins">
+          <span class="none"></span>
+        Creating Skins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/moduleexcludes.html" title="Excluding Document Formats">
+          <span class="none"></span>
+        Excluding Document Formats</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/site-deploy-to-sourceforge.net.html" title="Deploying to sourceforge.net">
+          <span class="none"></span>
+        Deploying to sourceforge.net</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                                                                                                                                                                              
+      <li class="active">
+  
+            <a href="#"><span class="icon-chevron-down"></span>Project Information</a>
+                  <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="index.html" title="About">
+          <span class="none"></span>
+        About</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="project-summary.html" title="Project Summary">
+          <span class="none"></span>
+        Project Summary</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="dependency-info.html" title="Dependency Information">
+          <span class="none"></span>
+        Dependency Information</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="team-list.html" title="Project Team">
+          <span class="none"></span>
+        Project Team</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="source-repository.html" title="Source Repository">
+          <span class="none"></span>
+        Source Repository</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="issue-tracking.html" title="Issue Tracking">
+          <span class="none"></span>
+        Issue Tracking</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="mail-lists.html" title="Mailing Lists">
+          <span class="none"></span>
+        Mailing Lists</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="dependency-management.html" title="Dependency Management">
+          <span class="none"></span>
+        Dependency Management</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="dependencies.html" title="Dependencies">
+          <span class="none"></span>
+        Dependencies</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="dependency-convergence.html" title="Dependency Convergence">
+          <span class="none"></span>
+        Dependency Convergence</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="integration.html" title="Continuous Integration">
+          <span class="none"></span>
+        Continuous Integration</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="plugin-management.html" title="Plugin Management">
+          <span class="none"></span>
+        Plugin Management</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="plugins.html" title="Project Plugins">
+          <span class="none"></span>
+        Project Plugins</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="distribution-management.html" title="Distribution Management">
+          <span class="none"></span>
+        Distribution Management</a>
+            </li>
+              </ul>
+        </li>
+                                                                                                                                                                                                                                                                                          
+      <li>
+  
+                          <a href="project-reports.html" title="Project Reports">
+          <span class="icon-chevron-right"></span>
+        Project Reports</a>
+                  </li>
+                              <li class="nav-header">Maven Projects</li>
+                              
+      <li>
+  
+                          <a href="../../ant-tasks/index.html" title="Ant Tasks">
+          <span class="none"></span>
+        Ant Tasks</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../archetype/index.html" title="Archetype">
+          <span class="none"></span>
+        Archetype</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../doxia/index.html" title="Doxia">
+          <span class="none"></span>
+        Doxia</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../jxr/index.html" title="JXR">
+          <span class="none"></span>
+        JXR</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../ref/current" title="Maven">
+          <span class="none"></span>
+        Maven</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../pom/index.html" title="Parent POMs">
+          <span class="none"></span>
+        Parent POMs</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../index.html" title="Plugins">
+          <span class="none"></span>
+        Plugins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../plugin-testing/index.html" title="Plugin Testing">
+          <span class="none"></span>
+        Plugin Testing</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../plugin-tools/index.html" title="Plugin Tools">
+          <span class="none"></span>
+        Plugin Tools</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../apache-resource-bundles/index.html" title="Resource Bundles">
+          <span class="none"></span>
+        Resource Bundles</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../scm/index.html" title="SCM">
+          <span class="none"></span>
+        SCM</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../shared/index.html" title="Shared Components">
+          <span class="none"></span>
+        Shared Components</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../skins/index.html" title="Skins">
+          <span class="none"></span>
+        Skins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../surefire/index.html" title="Surefire">
+          <span class="none"></span>
+        Surefire</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../wagon/index.html" title="Wagon">
+          <span class="none"></span>
+        Wagon</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
+          <span class="none"></span>
+        How Apache Works</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">
+          <span class="none"></span>
+        Foundation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
+          <span class="none"></span>
+        Sponsoring Apache</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <span class="none"></span>
+        Thanks</a>
+            </li>
+            </ul>
+                
+                    
+                            <form id="search-form" action="https://www.google.com/search" method="get" >
+    
+  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+          <hr />
+
+           <div id="poweredBy">
+                   
+    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+
+    
+    <div class="g-plusone" data-href="http://maven.apache.org/plugins/maven-site-plugin/" data-size="tall" ></div>
+
+                   <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span10" >
+                                  
+            <div class="section">
+<h2><a name="Project_Information"></a>Project Information</h2>
+<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
+<div class="section">
+<h3><a name="Overview"></a>Overview</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="index.html">About</a></td>
+<td>The Maven Site Plugin is a plugin that generates a site for the current project.</td></tr>
+<tr class="a">
+<td><a href="project-summary.html">Project Summary</a></td>
+<td>This document lists other related information of this project</td></tr>
+<tr class="b">
+<td><a href="dependency-info.html">Dependency Information</a></td>
+<td>This document describes how to to include this project as a dependency using various dependency management tools.</td></tr>
+<tr class="a">
+<td><a href="team-list.html">Project Team</a></td>
+<td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr>
+<tr class="b">
+<td><a href="source-repository.html">Source Repository</a></td>
+<td>This document lists ways to access the online source repository.</td></tr>
+<tr class="a">
+<td><a href="issue-tracking.html">Issue Tracking</a></td>
+<td>This document provides information on the issue management system used in this project.</td></tr>
+<tr class="b">
+<td><a href="mail-lists.html">Mailing Lists</a></td>
+<td>This document provides subscription and archive information for this project's mailing lists.</td></tr>
+<tr class="a">
+<td><a href="dependency-management.html">Dependency Management</a></td>
+<td>This document lists the dependencies that are defined through dependencyManagement.</td></tr>
+<tr class="b">
+<td><a href="dependencies.html">Dependencies</a></td>
+<td>This document lists the project's dependencies and provides information on each dependency.</td></tr>
+<tr class="a">
+<td><a href="dependency-convergence.html">Dependency Convergence</a></td>
+<td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td></tr>
+<tr class="b">
+<td><a href="integration.html">Continuous Integration</a></td>
+<td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr>
+<tr class="a">
+<td><a href="plugin-management.html">Plugin Management</a></td>
+<td>This document lists the plugins that are defined through pluginManagement.</td></tr>
+<tr class="b">
+<td><a href="plugins.html">Project Plugins</a></td>
+<td>This document lists the build plugins and the report plugins used by this project.</td></tr>
+<tr class="a">
+<td><a href="distribution-management.html">Distribution Management</a></td>
+<td>This document provides informations on the distribution management of this project.</td></tr></table></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                                      <p >Copyright &copy;                    2002&#x2013;2016
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+                </div>
+
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-info.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-info.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: 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 (added)
+++ websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-reports.html Sat Feb 13 14:12:53 2016
@@ -0,0 +1,576 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
+ | 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 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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.4.min.js"></script>
+
+                          
+        
+<script src="https://www.google-analytics.com/urchin.js" type="text/javascript"></script>
+                      
+        
+<script type="text/javascript">_uacct = "UA-140879-1";
+        urchinTracker();</script>
+          
+                  </head>
+        <body class="topBarDisabled">
+          
+                
+                    
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                    <a href="http://www.apache.org/" id="bannerLeft">
+                                                                                                <img src="../../images/apache-maven-project.png"  alt="Apache Maven"/>
+                </a>
+                      </div>
+        <div class="pull-right">                                <a href="../../" id="bannerRight">
+                                                                                                <img src="../../images/maven-logo-black-on-white.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+        Apache</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../../index.html" title="Maven">
+        Maven</a>
+                    <span class="divider">/</span>
+      </li>
+            <li class="">
+                    <a href="../index.html" title="Plugins">
+        Plugins</a>
+                    <span class="divider">/</span>
+      </li>
+                <li class="">
+                    <a href="./" title="Apache Maven Site Plugin">
+        Apache Maven Site Plugin</a>
+                    <span class="divider">/</span>
+      </li>
+        <li class="active ">Generated Reports</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
+              <li id="projectVersion" class="pull-right">
+                    Version: 3.5-SNAPSHOT
+        </li>
+            
+                            </ul>
+      </div>
+
+            
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+                
+                    
+                <ul class="nav nav-list">
+                    <li class="nav-header">Overview</li>
+                              
+      <li>
+  
+                          <a href="index.html" title="Introduction">
+          <span class="none"></span>
+        Introduction</a>
+            </li>
+                
+      <li>
+  
+                          <a href="plugin-info.html" title="Goals">
+          <span class="none"></span>
+        Goals</a>
+            </li>
+                
+      <li>
+  
+                          <a href="usage.html" title="Usage">
+          <span class="none"></span>
+        Usage</a>
+            </li>
+                
+      <li>
+  
+                          <a href="faq.html" title="FAQ">
+          <span class="none"></span>
+        FAQ</a>
+            </li>
+                
+      <li>
+  
+                          <a href="migrate.html" title="Migrate">
+          <span class="none"></span>
+        Migrate</a>
+            </li>
+                
+      <li>
+  
+                          <a href="maven-3.html" title="Maven 3">
+          <span class="none"></span>
+        Maven 3</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
+          <span class="none"></span>
+        License</a>
+            </li>
+                
+      <li>
+  
+                          <a href="download.html" title="Download">
+          <span class="none"></span>
+        Download</a>
+            </li>
+                              <li class="nav-header">Configuration</li>
+                              
+      <li>
+  
+                          <a href="i18n.html" title="Internationalization">
+          <span class="none"></span>
+        Internationalization</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../doxia/doxia-sitetools/doxia-decoration-model/decoration.html" title="Site Descriptor">
+          <span class="none"></span>
+        Site Descriptor</a>
+            </li>
+                              <li class="nav-header">Examples</li>
+                              
+      <li>
+  
+                          <a href="examples/creating-content.html" title="Creating Content">
+          <span class="none"></span>
+        Creating Content</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/sitedescriptor.html" title="Configuring the Site Descriptor">
+          <span class="none"></span>
+        Configuring the Site Descriptor</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/multimodule.html" title="Building a multi-module site">
+          <span class="none"></span>
+        Building a multi-module site</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/configuring-reports.html" title="Configuring Reports">
+          <span class="none"></span>
+        Configuring Reports</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/siterun.html" title="Configuring Site Run">
+          <span class="none"></span>
+        Configuring Site Run</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/adding-deploy-protocol.html" title="Adding a Protocol to Deploy the Site">
+          <span class="none"></span>
+        Adding a Protocol to Deploy the Site</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/templatefile.html" title="Changing the Template File">
+          <span class="none"></span>
+        Changing the Template File</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/creatingskins.html" title="Creating Skins">
+          <span class="none"></span>
+        Creating Skins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/moduleexcludes.html" title="Excluding Document Formats">
+          <span class="none"></span>
+        Excluding Document Formats</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/site-deploy-to-sourceforge.net.html" title="Deploying to sourceforge.net">
+          <span class="none"></span>
+        Deploying to sourceforge.net</a>
+            </li>
+                              <li class="nav-header">Project Documentation</li>
+                                                                                                                                                                                                                                                                                                                          
+      <li>
+  
+                          <a href="project-info.html" title="Project Information">
+          <span class="icon-chevron-right"></span>
+        Project Information</a>
+                  </li>
+                                                                                                                                                                                                                                                                                              
+      <li class="active">
+  
+            <a href="#"><span class="icon-chevron-down"></span>Project Reports</a>
+                  <ul class="nav nav-list">
+                    
+      <li>
+  
+                          <a href="surefire-report.html" title="Surefire Report">
+          <span class="none"></span>
+        Surefire Report</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="checkstyle.html" title="Checkstyle">
+          <span class="none"></span>
+        Checkstyle</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="pmd.html" title="PMD">
+          <span class="none"></span>
+        PMD</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref/index.html" title="Source Xref">
+          <span class="none"></span>
+        Source Xref</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="xref-test/index.html" title="Test Source Xref">
+          <span class="none"></span>
+        Test Source Xref</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="taglist.html" title="Tag List">
+          <span class="none"></span>
+        Tag List</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="apidocs/index.html" title="JavaDocs">
+          <span class="none"></span>
+        JavaDocs</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="testapidocs/index.html" title="Test JavaDocs">
+          <span class="none"></span>
+        Test JavaDocs</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="findbugs.html" title="FindBugs">
+          <span class="none"></span>
+        FindBugs</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="sonar.html" title="Sonar">
+          <span class="none"></span>
+        Sonar</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="plugin-info.html" title="Plugin Documentation">
+          <span class="none"></span>
+        Plugin Documentation</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="invoker-report.html" title="Invoker Build Results">
+          <span class="none"></span>
+        Invoker Build Results</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="l10n-status.html" title="L10n Status">
+          <span class="none"></span>
+        L10n Status</a>
+            </li>
+              </ul>
+        </li>
+                              <li class="nav-header">Maven Projects</li>
+                              
+      <li>
+  
+                          <a href="../../ant-tasks/index.html" title="Ant Tasks">
+          <span class="none"></span>
+        Ant Tasks</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../archetype/index.html" title="Archetype">
+          <span class="none"></span>
+        Archetype</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../doxia/index.html" title="Doxia">
+          <span class="none"></span>
+        Doxia</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../jxr/index.html" title="JXR">
+          <span class="none"></span>
+        JXR</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../ref/current" title="Maven">
+          <span class="none"></span>
+        Maven</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../pom/index.html" title="Parent POMs">
+          <span class="none"></span>
+        Parent POMs</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../index.html" title="Plugins">
+          <span class="none"></span>
+        Plugins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../plugin-testing/index.html" title="Plugin Testing">
+          <span class="none"></span>
+        Plugin Testing</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../plugin-tools/index.html" title="Plugin Tools">
+          <span class="none"></span>
+        Plugin Tools</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../apache-resource-bundles/index.html" title="Resource Bundles">
+          <span class="none"></span>
+        Resource Bundles</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../scm/index.html" title="SCM">
+          <span class="none"></span>
+        SCM</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../shared/index.html" title="Shared Components">
+          <span class="none"></span>
+        Shared Components</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../skins/index.html" title="Skins">
+          <span class="none"></span>
+        Skins</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../surefire/index.html" title="Surefire">
+          <span class="none"></span>
+        Surefire</a>
+            </li>
+                
+      <li>
+  
+                          <a href="../../wagon/index.html" title="Wagon">
+          <span class="none"></span>
+        Wagon</a>
+            </li>
+                              <li class="nav-header">ASF</li>
+                              
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
+          <span class="none"></span>
+        How Apache Works</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/" class="externalLink" title="Foundation">
+          <span class="none"></span>
+        Foundation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
+          <span class="none"></span>
+        Sponsoring Apache</a>
+            </li>
+                
+      <li>
+  
+                          <a href="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+          <span class="none"></span>
+        Thanks</a>
+            </li>
+            </ul>
+                
+                    
+                            <form id="search-form" action="https://www.google.com/search" method="get" >
+    
+  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+          <hr />
+
+           <div id="poweredBy">
+                   
+    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+
+    
+    <div class="g-plusone" data-href="http://maven.apache.org/plugins/maven-site-plugin/" data-size="tall" ></div>
+
+                   <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                            <div class="clear"></div>
+                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+      </a>
+                  </div>
+          </div>
+        </div>
+        
+                
+        <div id="bodyColumn"  class="span10" >
+                                  
+            <div class="section">
+<h2><a name="Generated_Reports"></a>Generated Reports</h2>
+<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p>
+<div class="section">
+<h3><a name="Overview"></a>Overview</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Document</th>
+<th>Description</th></tr>
+<tr class="b">
+<td><a href="surefire-report.html">Surefire Report</a></td>
+<td>Report on the test results of the project.</td></tr>
+<tr class="a">
+<td><a href="checkstyle.html">Checkstyle</a></td>
+<td>Report on coding style conventions.</td></tr>
+<tr class="b">
+<td><a href="pmd.html">PMD</a></td>
+<td>Verification of coding rules.</td></tr>
+<tr class="a">
+<td><a href="xref/index.html">Source Xref</a></td>
+<td>HTML based, cross-reference version of Java source code.</td></tr>
+<tr class="b">
+<td><a href="xref-test/index.html">Test Source Xref</a></td>
+<td>HTML based, cross-reference version of Java test source code.</td></tr>
+<tr class="a">
+<td><a href="taglist.html">Tag List</a></td>
+<td>Report on various tags found in the code.</td></tr>
+<tr class="b">
+<td><a href="apidocs/index.html">JavaDocs</a></td>
+<td>JavaDoc API documentation.</td></tr>
+<tr class="a">
+<td><a href="testapidocs/index.html">Test JavaDocs</a></td>
+<td>Test JavaDoc API documentation.</td></tr>
+<tr class="b">
+<td><a href="findbugs.html">FindBugs</a></td>
+<td>Generates a source code report with the FindBugs Library.</td></tr>
+<tr class="a">
+<td><a href="sonar.html">Sonar</a></td>
+<td>Quality analysis dashboard.</td></tr>
+<tr class="b">
+<td><a href="plugin-info.html">Plugin Documentation</a></td>
+<td>This report provides goals and parameters documentation of a plugin.</td></tr>
+<tr class="a">
+<td><a href="invoker-report.html">Invoker Build Results</a></td>
+<td>The results of the Maven invocations.</td></tr>
+<tr class="b">
+<td><a href="l10n-status.html">L10n Status</a></td>
+<td>This report provides information about the completeness of localization.</td></tr></table></div></div>
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                                      <p >Copyright &copy;                    2002&#x2013;2016
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.      
+                    
+      </p>
+                </div>
+
+        
+                </div>
+    </footer>
+        </body>
+</html>
\ No newline at end of file

Propchange: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-reports.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: websites/production/maven/components/plugins-archives/maven-site-plugin-LATEST/project-reports.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

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 Feb 13 14:12:53 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia 1.7-SNAPSHOT  at 2016-02-08 
+ | Generated by Apache Maven Doxia 1.7  at 2016-02-13 
  | 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="20160208" />
+    <meta name="Date-Revision-yyyymmdd" content="20160213" />
     <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,7 +73,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-08</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-13</li>
               <li id="projectVersion" class="pull-right">
                     Version: 3.5-SNAPSHOT
         </li>