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 rf...@apache.org on 2016/10/26 20:17:20 UTC

svn commit: r999963 [4/8] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-use/ apidocs/org/apache/maven/plugin/compiler/ apidoc...

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-info.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-info.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-info.html Wed Oct 26 20:17:16 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Dependency Information</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -283,7 +283,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -457,31 +457,31 @@
 <div class="source"><pre class="prettyprint linenums">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
   &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-  &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;3.6.0&lt;/version&gt;
   &lt;type&gt;maven-plugin&lt;/type&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
-<div class="source"><pre class="prettyprint linenums">'org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6-SNAPSHOT'</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">'org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.0'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
-<div class="source"><pre class="prettyprint linenums">&lt;dependency org=&quot;org.apache.maven.plugins&quot; name=&quot;maven-compiler-plugin&quot; rev=&quot;3.6-SNAPSHOT&quot;&gt;
+<div class="source"><pre class="prettyprint linenums">&lt;dependency org=&quot;org.apache.maven.plugins&quot; name=&quot;maven-compiler-plugin&quot; rev=&quot;3.6.0&quot;&gt;
   &lt;artifact name=&quot;maven-compiler-plugin&quot; type=&quot;maven-plugin&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source"><pre class="prettyprint linenums">@Grapes(
-@Grab(group='org.apache.maven.plugins', module='maven-compiler-plugin', version='3.6-SNAPSHOT')
+@Grab(group='org.apache.maven.plugins', module='maven-compiler-plugin', version='3.6.0')
 )</pre></div></div>
 <div class="section">
 <h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a>
-<div class="source"><pre class="prettyprint linenums">compile 'org.apache.maven.plugins:maven-compiler-plugin:3.6-SNAPSHOT'</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">compile 'org.apache.maven.plugins:maven-compiler-plugin:3.6.0'</pre></div></div>
 <div class="section">
 <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
-<div class="source"><pre class="prettyprint linenums">libraryDependencies += &quot;org.apache.maven.plugins&quot; % &quot;maven-compiler-plugin&quot; % &quot;3.6-SNAPSHOT&quot;</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">libraryDependencies += &quot;org.apache.maven.plugins&quot; % &quot;maven-compiler-plugin&quot; % &quot;3.6.0&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
-<div class="source"><pre class="prettyprint linenums">[org.apache.maven.plugins/maven-compiler-plugin &quot;3.6-SNAPSHOT&quot;]</pre></div></div></div>
+<div class="source"><pre class="prettyprint linenums">[org.apache.maven.plugins/maven-compiler-plugin &quot;3.6.0&quot;]</pre></div></div></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-management.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-management.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-management.html Wed Oct 26 20:17:16 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Dependency Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -283,7 +283,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/distribution-management.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/distribution-management.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/distribution-management.html Wed Oct 26 20:17:16 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Distribution Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -283,7 +283,7 @@
           </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/download.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/download.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/download.html Wed Oct 26 20:17:16 2016
@@ -1,500 +1,500 @@
-<!DOCTYPE html>
-<!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
- | Rendered using Apache Maven Fluido Skin 1.5
--->
-<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="20161004" />
-    <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Maven Compiler Plugin &#x2013; Download Apache Maven Compiler Plugin Source</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.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.5.min.js"></script>
-
-                  <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
-          </head>
-        <body class="topBarDisabled">
-          
-                
-                    
-    
-        <div class="container-fluid">
-          <div id="banner">
-        <div class="pull-left">
-                                    <a href="https://www.apache.org/" id="bannerLeft">
-                                                                                                <img src="../../images/apache-maven-project.png"  alt="Apache Maven Compiler Plugin"/>
-                </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="https://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="index.html" title="Apache Maven Compiler Plugin">
-        Apache Maven Compiler Plugin</a>
-                    <span class="divider">/</span>
-      </li>
-        <li class="active ">Download Apache Maven Compiler Plugin Source</li>
-        
-              
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
-              <li id="projectVersion" class="pull-right">
-                    Version: 3.6-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="http://www.apache.org/licenses/" class="externalLink" title="License">
-          <span class="none"></span>
-        License</a>
-            </li>
-                
-      <li class="active">
-  
-            <a href="#"><span class="none"></span>Download</a>
-          </li>
-                              <li class="nav-header">Examples</li>
-                              
-      <li>
-  
-                          <a href="examples/compile-using-different-jdk.html" title="Compile Using A Different JDK">
-          <span class="none"></span>
-        Compile Using A Different JDK</a>
-            </li>
-                
-      <li>
-  
-                          <a href="examples/set-compiler-source-and-target.html" title="Compile Using -source and -target javac Options">
-          <span class="none"></span>
-        Compile Using -source and -target javac Options</a>
-            </li>
-                
-      <li>
-  
-                          <a href="examples/compile-with-memory-enhancements.html" title="Compile Using Memory Allocation Enhancements">
-          <span class="none"></span>
-        Compile Using Memory Allocation Enhancements</a>
-            </li>
-                
-      <li>
-  
-                          <a href="examples/pass-compiler-arguments.html" title="Pass Compiler Arguments">
-          <span class="none"></span>
-        Pass Compiler Arguments</a>
-            </li>
-                
-      <li>
-  
-                          <a href="non-javac-compilers.html" title="Non-javac compilerIds">
-          <span class="none"></span>
-        Non-javac compilerIds</a>
-            </li>
-                
-      <li>
-  
-                          <a href="examples/module-info.html" title="Older projects with module-info">
-          <span class="none"></span>
-        Older projects with module-info</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-right"></span>
-        Project Reports</a>
-                  </li>
-                              <li class="nav-header">Maven Projects</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="https://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="https://www.apache.org/foundation/" class="externalLink" title="Foundation">
-          <span class="none"></span>
-        Foundation</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
-          <span class="none"></span>
-        Sponsoring Apache</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://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://cse.google.com/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="https://maven.apache.org/plugins/maven-compiler-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="Download_Apache_Maven_Compiler_Plugin_3.6-SNAPSHOT_Source"></a>Download Apache Maven Compiler Plugin 3.6-SNAPSHOT Source</h2>
-
-      
-<p>Apache Maven Compiler Plugin 3.6-SNAPSHOT is distributed in source format. Use a source archive if you intend to build
-      Apache Maven Compiler Plugin yourself. Otherwise, simply use the ready-made binary artifacts from central repository.</p>
-
-      
-<p>You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
-      hours to reach all mirrors.
-<p></p>
-
-      
-<p>In order to guard against corrupted downloads/installations, it is highly recommended to
-      <a class="externalLink" href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
-      of the release bundles against the public <a class="externalLink" href="http://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven
-      developers.</p>
-
-      
-<p>Apache Maven Compiler Plugin is distributed under the <a class="externalLink" href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
-
-      
-<p></p>We <b>strongly</b> encourage our users to configure a Maven repository mirror closer to their location, please read <a href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.
-
-      <a name="mirror"></a>
-      
-<div class="section">
-<h3><a name="Mirror"></a>Mirror</h3>
-
-        
-<p>
-          [if-any logo]
-          <a href="[link]">
-            <img src="[logo]" align="right" border="0" alt="logo" />
-          </a>
-          [end]
-          The currently selected mirror is
-          <b>[preferred]</b>.
-          If you encounter a problem with this mirror,
-          please select another mirror.
-          If all mirrors are failing, there are
-          <i>backup</i>
-          mirrors
-          (at the end of the mirrors list) that should be available.
-        </p>
-
-        <form action="[location]" method="get" id="SelectMirror">
-          Other mirrors:
-          <select name="Preferred">
-            [if-any http]
-            [for http]
-            <option value="[http]">[http]</option>
-            [end]
-            [end]
-            [if-any ftp]
-            [for ftp]
-            <option value="[ftp]">[ftp]</option>
-            [end]
-            [end]
-            [if-any backup]
-            [for backup]
-            <option value="[backup]">[backup] (backup)</option>
-            [end]
-            [end]
-          </select>
-          <input type="submit" value="Change" />
-        </form>
-
-        
-<p>
-          You may also consult the
-          <a class="externalLink" href="http://www.apache.org/mirrors/">complete list of
-            mirrors.</a>
-        </p>
-
-      </div>
-      
-      
-<div class="section">
-<h3><a name="Apache_Maven_Compiler_Plugin_3.6-SNAPSHOT"></a>Apache Maven Compiler Plugin 3.6-SNAPSHOT</h3>
-        
-      
-<p>This is the current stable version of Apache Maven Compiler Plugin.</p>
-        
-      
-<table border="0" class="table table-striped">
-        <thead>
-          
-<tr class="a">
-            
-<th></th>
-            
-<th>Link</th>
-            
-<th>Checksum</th>
-            
-<th>Signature</th>
-          </tr>
-        </thead>
-        <tbody>
-          
-<tr class="b">
-            
-<td>Apache Maven Compiler Plugin 3.6-SNAPSHOT (Source zip)</td>
-            
-<td><a href="[preferred]maven/plugins/maven-compiler-plugin-3.6-SNAPSHOT-source-release.zip">maven/plugins/maven-compiler-plugin-3.6-SNAPSHOT-source-release.zip</a></td>
-            
-<td><a class="externalLink" href="http://www.apache.org/dist/maven/plugins/maven-compiler-plugin-3.6-SNAPSHOT-source-release.zip.md5">maven/plugins/maven-compiler-plugin-3.6-SNAPSHOT-source-release.zip.md5</a></td>
-            
-<td><a class="externalLink" href="http://www.apache.org/dist/maven/plugins/maven-compiler-plugin-3.6-SNAPSHOT-source-release.zip.asc">maven/plugins/maven-compiler-plugin-3.6-SNAPSHOT-source-release.zip.asc</a></td>
-          </tr>
-        </tbody>
-      </table>
-      </div>
-
-      
-<div class="section">
-<h3><a name="Previous_Versions"></a>Previous Versions</h3>
-        
-      
-<p>Older non-recommended releases can be found on our <a class="externalLink" href="http://archive.apache.org/dist/maven/plugins/">archive site</a>.</p>
-
-      </div>
-    </div>
-  
-
-                  </div>
-            </div>
-          </div>
-
-    <hr/>
-
-    <footer>
-            <div class="container-fluid">
-                      <div class="row-fluid">
-                                      <p >Copyright &copy;                    2001&#x2013;2016
-                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.    
-      </p>
-                </div>
-
-        
-                </div>
-    </footer>
-        </body>
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
+ | Rendered using Apache Maven Fluido Skin 1.5
+-->
+<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="20161026" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Maven Compiler Plugin &#x2013; Download Apache Maven Compiler Plugin Source</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.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.5.min.js"></script>
+
+                  <!-- Google Analytics -->
+    <script type="text/javascript">
+
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+
+    </script>
+          </head>
+        <body class="topBarDisabled">
+          
+                
+                    
+    
+        <div class="container-fluid">
+          <div id="banner">
+        <div class="pull-left">
+                                    <a href="https://www.apache.org/" id="bannerLeft">
+                                                                                                <img src="../../images/apache-maven-project.png"  alt="Apache Maven Compiler Plugin"/>
+                </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="https://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="index.html" title="Apache Maven Compiler Plugin">
+        Apache Maven Compiler Plugin</a>
+                    <span class="divider">/</span>
+      </li>
+        <li class="active ">Download Apache Maven Compiler Plugin Source</li>
+        
+              
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
+              <li id="projectVersion" class="pull-right">
+                    Version: 3.6.0
+        </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="http://www.apache.org/licenses/" class="externalLink" title="License">
+          <span class="none"></span>
+        License</a>
+            </li>
+                
+      <li class="active">
+  
+            <a href="#"><span class="none"></span>Download</a>
+          </li>
+                              <li class="nav-header">Examples</li>
+                              
+      <li>
+  
+                          <a href="examples/compile-using-different-jdk.html" title="Compile Using A Different JDK">
+          <span class="none"></span>
+        Compile Using A Different JDK</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/set-compiler-source-and-target.html" title="Compile Using -source and -target javac Options">
+          <span class="none"></span>
+        Compile Using -source and -target javac Options</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/compile-with-memory-enhancements.html" title="Compile Using Memory Allocation Enhancements">
+          <span class="none"></span>
+        Compile Using Memory Allocation Enhancements</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/pass-compiler-arguments.html" title="Pass Compiler Arguments">
+          <span class="none"></span>
+        Pass Compiler Arguments</a>
+            </li>
+                
+      <li>
+  
+                          <a href="non-javac-compilers.html" title="Non-javac compilerIds">
+          <span class="none"></span>
+        Non-javac compilerIds</a>
+            </li>
+                
+      <li>
+  
+                          <a href="examples/module-info.html" title="Older projects with module-info">
+          <span class="none"></span>
+        Older projects with module-info</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-right"></span>
+        Project Reports</a>
+                  </li>
+                              <li class="nav-header">Maven Projects</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="https://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="https://www.apache.org/foundation/" class="externalLink" title="Foundation">
+          <span class="none"></span>
+        Foundation</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
+          <span class="none"></span>
+        Sponsoring Apache</a>
+            </li>
+                
+      <li>
+  
+                          <a href="https://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://cse.google.com/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="https://maven.apache.org/plugins/maven-compiler-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="Download_Apache_Maven_Compiler_Plugin_3.6.0_Source"></a>Download Apache Maven Compiler Plugin 3.6.0 Source</h2>
+
+      
+<p>Apache Maven Compiler Plugin 3.6.0 is distributed in source format. Use a source archive if you intend to build
+      Apache Maven Compiler Plugin yourself. Otherwise, simply use the ready-made binary artifacts from central repository.</p>
+
+      
+<p>You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
+      hours to reach all mirrors.
+<p></p>
+
+      
+<p>In order to guard against corrupted downloads/installations, it is highly recommended to
+      <a class="externalLink" href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
+      of the release bundles against the public <a class="externalLink" href="http://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven
+      developers.</p>
+
+      
+<p>Apache Maven Compiler Plugin is distributed under the <a class="externalLink" href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
+
+      
+<p></p>We <b>strongly</b> encourage our users to configure a Maven repository mirror closer to their location, please read <a href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.
+
+      <a name="mirror"></a>
+      
+<div class="section">
+<h3><a name="Mirror"></a>Mirror</h3>
+
+        
+<p>
+          [if-any logo]
+          <a href="[link]">
+            <img src="[logo]" align="right" border="0" alt="logo" />
+          </a>
+          [end]
+          The currently selected mirror is
+          <b>[preferred]</b>.
+          If you encounter a problem with this mirror,
+          please select another mirror.
+          If all mirrors are failing, there are
+          <i>backup</i>
+          mirrors
+          (at the end of the mirrors list) that should be available.
+        </p>
+
+        <form action="[location]" method="get" id="SelectMirror">
+          Other mirrors:
+          <select name="Preferred">
+            [if-any http]
+            [for http]
+            <option value="[http]">[http]</option>
+            [end]
+            [end]
+            [if-any ftp]
+            [for ftp]
+            <option value="[ftp]">[ftp]</option>
+            [end]
+            [end]
+            [if-any backup]
+            [for backup]
+            <option value="[backup]">[backup] (backup)</option>
+            [end]
+            [end]
+          </select>
+          <input type="submit" value="Change" />
+        </form>
+
+        
+<p>
+          You may also consult the
+          <a class="externalLink" href="http://www.apache.org/mirrors/">complete list of
+            mirrors.</a>
+        </p>
+
+      </div>
+      
+      
+<div class="section">
+<h3><a name="Apache_Maven_Compiler_Plugin_3.6.0"></a>Apache Maven Compiler Plugin 3.6.0</h3>
+        
+      
+<p>This is the current stable version of Apache Maven Compiler Plugin.</p>
+        
+      
+<table border="0" class="table table-striped">
+        <thead>
+          
+<tr class="a">
+            
+<th></th>
+            
+<th>Link</th>
+            
+<th>Checksum</th>
+            
+<th>Signature</th>
+          </tr>
+        </thead>
+        <tbody>
+          
+<tr class="b">
+            
+<td>Apache Maven Compiler Plugin 3.6.0 (Source zip)</td>
+            
+<td><a href="[preferred]maven/plugins/maven-compiler-plugin-3.6.0-source-release.zip">maven/plugins/maven-compiler-plugin-3.6.0-source-release.zip</a></td>
+            
+<td><a class="externalLink" href="http://www.apache.org/dist/maven/plugins/maven-compiler-plugin-3.6.0-source-release.zip.md5">maven/plugins/maven-compiler-plugin-3.6.0-source-release.zip.md5</a></td>
+            
+<td><a class="externalLink" href="http://www.apache.org/dist/maven/plugins/maven-compiler-plugin-3.6.0-source-release.zip.asc">maven/plugins/maven-compiler-plugin-3.6.0-source-release.zip.asc</a></td>
+          </tr>
+        </tbody>
+      </table>
+      </div>
+
+      
+<div class="section">
+<h3><a name="Previous_Versions"></a>Previous Versions</h3>
+        
+      
+<p>Older non-recommended releases can be found on our <a class="externalLink" href="http://archive.apache.org/dist/maven/plugins/">archive site</a>.</p>
+
+      </div>
+    </div>
+  
+
+                  </div>
+            </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container-fluid">
+                      <div class="row-fluid">
+                                      <p >Copyright &copy;                    2001&#x2013;2016
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.    
+      </p>
+                </div>
+
+        
+                </div>
+    </footer>
+        </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-using-different-jdk.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-using-different-jdk.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-using-different-jdk.html Wed Oct 26 20:17:16 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060705" />
-    <meta name="Date-Revision-yyyymmdd" content="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Compiling Sources Using A Different JDK</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Compiling Sources Using A Different JDK</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -185,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="../project-reports.html" title="Project Reports">
@@ -354,6 +354,14 @@
                                   
             <div class="section">
 <h2><a name="Compiling_Sources_Using_A_Different_JDK"></a>Compiling Sources Using A Different JDK</h2>
+<div class="section">
+<h3><a name="Using_Maven_Toolchains"></a>Using Maven Toolchains</h3>
+<p>The preferable way to use a different JDK is to use the toolchains mechanism. During the build of a project, Maven, without toolchains, will use the JDK to perform various steps, like compiling the Java sources, generate the Javadoc, run unit tests or sign JARs. Each of those plugins need a tool of the JDK to operate: <tt>javac</tt>, <tt>javadoc</tt>, <tt>jarsigner</tt>, etc. A toolchains is a way to specify the path to the JDK to use for all of those plugins in a centralized manner, independant from the one running Maven itself.</p>
+<p>To set this up, refer to the <a href="/guides/mini/guide-using-toolchains.html">Guide to Using Toolchains</a>, which makes use of the <a href="/plugins/maven-toolchains-plugin/">Maven Toolchains Plugin</a>.</p>
+<p>With the maven-toolchains-plugin you configure 1 default JDK toolchain for all related maven-plugins. Since maven-compiler-plugin 3.6.0 when using with Maven 3.3.1+ it is also possible to give the plugin its own toolchain, which can be useful in case of different JDK calls per execution block (e.g. the test sources require a different compiler compared to the main sources). </p></div>
+<div class="section">
+<h3><a name="Configuring_the_Compiler_Plugin"></a>Configuring the Compiler Plugin</h3>
+<p>Outside of a toolchains, it is still possible to tell the Compiler Plugin the specific JDK to use during compilation. Note that such configuration will be specific to this plugin, and will not affect others.</p>
 <p>The <tt>compilerVersion</tt> parameter can be used to specify the version of the compiler that the plugin will use. However, you also need to set <tt>fork</tt> to <tt>true</tt> for this to work. For example:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   [...]
@@ -363,7 +371,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.6.0&lt;/version&gt;
         &lt;configuration&gt;
           &lt;verbose&gt;true&lt;/verbose&gt;
           &lt;fork&gt;true&lt;/fork&gt;
@@ -375,9 +383,11 @@
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;</pre></div>
+&lt;/project&gt;
+</pre></div>
 <p>To avoid hard-coding a filesystem path for the executable, you can use a property. For example:</p>
-<div class="source"><pre class="prettyprint linenums">          &lt;executable&gt;${JAVA_1_4_HOME}/bin/javac&lt;/executable&gt;</pre></div>
+<div class="source"><pre class="prettyprint linenums">          &lt;executable&gt;${JAVA_1_4_HOME}/bin/javac&lt;/executable&gt;
+</pre></div>
 <p>Each developer then defines this property in <a class="externalLink" href="http://maven.apache.org/ref/current/maven-settings/settings.html">settings.xml</a>, or sets an environment variable, so that the build remains portable.</p>
 <div class="source"><pre class="prettyprint linenums">&lt;settings&gt;
   [...]
@@ -394,8 +404,9 @@
   &lt;activeProfiles&gt;
     &lt;activeProfile&gt;compiler&lt;/activeProfile&gt;
   &lt;/activeProfiles&gt;
-&lt;/settings&gt;</pre></div>
-<p>If you build with a different JDK, you may want to <a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html"> customize</a> the jar file manifest.</p></div>
+&lt;/settings&gt;
+</pre></div>
+<p>If you build with a different JDK, you may want to <a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html"> customize</a> the jar file manifest.</p></div></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html Wed Oct 26 20:17:16 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060705" />
-    <meta name="Date-Revision-yyyymmdd" content="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Compile Using Memory Allocation Enhancements</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Compile Using Memory Allocation Enhancements</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -185,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="../project-reports.html" title="Project Reports">
@@ -363,7 +363,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.6.0&lt;/version&gt;
         &lt;configuration&gt;
           &lt;fork&gt;true&lt;/fork&gt;
           &lt;meminitial&gt;128m&lt;/meminitial&gt;
@@ -374,7 +374,8 @@
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;</pre></div></div>
+&lt;/project&gt;
+</pre></div></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/module-info.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/module-info.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/module-info.html Wed Oct 26 20:17:16 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20160927" />
-    <meta name="Date-Revision-yyyymmdd" content="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Older projects with module-info</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Older projects with module-info</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -185,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="../project-reports.html" title="Project Reports">
@@ -364,12 +364,13 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.6.0&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;default-compile&lt;/id&gt;
             &lt;configuration&gt;
               &lt;!-- compile everything to ensure module-info contains right entries --&gt;
+              &lt;!-- required when JAVA_HOME is JDK 8 or below --&gt;
               &lt;jdkToolchain&gt;
                 &lt;version&gt;9&lt;/version&gt;
               &lt;/jdkToolchain&gt;
@@ -390,12 +391,20 @@
             &lt;/configuration&gt;
           &lt;/execution&gt;
         &lt;/executions&gt;
+        &lt;configuration&gt;
+          &lt;!-- default for compile and testCompile, required when JAVA_HOME is JDK 9 or above --&gt;
+          &lt;jdkToolchain&gt;
+            &lt;version&gt;[1.5,9)&lt;/version&gt;
+          &lt;/jdkToolchain&gt;
+          &lt;release&gt;9&lt;/release&gt;
+        &lt;/configuration&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;</pre></div>
+&lt;/project&gt;
+</pre></div>
 <p>In case you want the project to be Java 6 compatible, the easiest to do this is to use Java 9 for both execution blocks. You can use the maven-toolchain-plugin to specify the shared JDK (supported since Maven 2.0.9) or a custom jdkToolchain (supported since Maven 3.3.1) and refer to the JDK 9 installation on your system. Or simply use Java 9 as the runtime for Maven by setting <tt>JAVA_HOME=/path/to/jdk-9</tt>. </p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   [...]
@@ -405,7 +414,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.6.0&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;default-compile&lt;/id&gt;
@@ -438,7 +447,8 @@
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;</pre></div></div>
+&lt;/project&gt;
+</pre></div></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html Wed Oct 26 20:17:16 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060705" />
-    <meta name="Date-Revision-yyyymmdd" content="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Pass Compiler Arguments</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Pass Compiler Arguments</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -185,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="../project-reports.html" title="Project Reports">
@@ -363,7 +363,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.6.0&lt;/version&gt;
         &lt;configuration&gt;
           &lt;compilerArgs&gt;
             &lt;arg&gt;-verbose&lt;/arg&gt;
@@ -375,7 +375,8 @@
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;</pre></div></div>
+&lt;/project&gt;
+</pre></div></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html Wed Oct 26 20:17:16 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060705" />
-    <meta name="Date-Revision-yyyymmdd" content="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Setting the -source and -target of the Java Compiler</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Setting the -source and -target of the Java Compiler</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -185,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="../project-reports.html" title="Project Reports">
@@ -355,7 +355,17 @@
             <div class="section">
 <h2><a name="Setting_the_-source_and_-target_of_the_Java_Compiler"></a>Setting the <tt>-source</tt> and <tt>-target</tt> of the Java Compiler</h2>
 <p>Sometimes when you may need to compile a certain project to a different version than what you are currently using. The <tt>javac</tt> can accept such command using <tt>-source</tt> and <tt>-target</tt>. The Compiler Plugin can also be configured to provide these options during compilation.</p>
-<p>For example, if you want to enable assertions (<tt>-source 1.4</tt>) and also want the compiled classes to be compatible with JVM 1.4 (<tt>-target 1.4</tt>), you can then put:</p>
+<p>For example, if you want to use the Java 8 language features (<tt>-source 1.8</tt>) and also want the compiled classes to be compatible with JVM 1.8 (<tt>-target 1.8</tt>), you can either add the two following properties, which are the default property names for the plugin parameters:</p>
+<div class="source"><pre class="prettyprint linenums">&lt;project&gt;
+  [...]
+  &lt;properties&gt;
+    &lt;maven.compiler.source&gt;1.8&lt;/maven.compiler.source&gt;
+    &lt;maven.compiler.target&gt;1.8&lt;/maven.compiler.target&gt;
+  &lt;/properties&gt;
+  [...]
+&lt;/project&gt;
+</pre></div>
+<p>or configure the plugin directly:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   [...]
   &lt;build&gt;
@@ -364,18 +374,19 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
+        &lt;version&gt;3.6.0&lt;/version&gt;
         &lt;configuration&gt;
-          &lt;source&gt;1.4&lt;/source&gt;
-          &lt;target&gt;1.4&lt;/target&gt;
+          &lt;source&gt;1.8&lt;/source&gt;
+          &lt;target&gt;1.8&lt;/target&gt;
         &lt;/configuration&gt;
       &lt;/plugin&gt;
     &lt;/plugins&gt;
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;</pre></div>
-<p><b>Note:</b> Merely setting the <tt>target</tt> option does not guarantee that your code actually runs on a JRE with the specified version. The pitfall is unintended usage of APIs that only exist in later JREs which would make your code fail at runtime with a linkage error. To avoid this issue, you can either configure the compiler's boot classpath to match the target JRE or use the <a class="externalLink" href="http://mojo.codehaus.org/animal-sniffer-maven-plugin/">Animal Sniffer Maven Plugin</a> to verify your code doesn't use unintended APIs.</p></div>
+&lt;/project&gt;
+</pre></div>
+<p><b>Note:</b> Merely setting the <tt>target</tt> option does not guarantee that your code actually runs on a JRE with the specified version. The pitfall is unintended usage of APIs that only exist in later JREs which would make your code fail at runtime with a linkage error. To avoid this issue, you can either configure the compiler's boot classpath to match the target JRE or use the <a class="externalLink" href="http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/">Animal Sniffer Maven Plugin</a> to verify your code doesn't use unintended APIs. In the same way, setting the <tt>source</tt> option does not guarantee that your code actually compiles on a JDK with the specified version. To compile your code with a specific JDK version, different than the one used to launch Maven, refer to the <a href="../examples/compile-using-different-jdk.html">Compile Using A Different JDK</a> example.</p></div>
                   </div>
             </div>
           </div>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html Wed Oct 26 20:17:16 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Frequently Asked Questions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Frequently Asked Questions</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -183,7 +183,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/findbugs.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/findbugs.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/findbugs.html Wed Oct 26 20:17:16 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; FindBugs Bug Detector Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">FindBugs Bug Detector Report</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -185,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                
+                                                                                                                                                                                                                                                                                  
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -267,6 +267,13 @@
           <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>
               </ul>
         </li>
                               <li class="nav-header">Maven Projects</li>
@@ -545,13 +552,13 @@
 <td>Boxing/unboxing to parse a primitive org.apache.maven.plugin.compiler.AbstractCompilerMojo.getRequestThreadCount()</td>
 <td>PERFORMANCE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_BOXED_PRIMITIVE_FOR_PARSING">DM_BOXED_PRIMITIVE_FOR_PARSING</a></td>
-<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1159">1159</a></td>
+<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1169">1169</a></td>
 <td>High</td></tr>
 <tr class="b">
-<td>Un pointeur &#xe0; null renvoy&#xe9; par une m&#xe9;thode risque d'&#xea;tre d&#xe9;r&#xe9;f&#xe9;renc&#xe9; dans org.apache.maven.plugin.compiler.AbstractCompilerMojo.hasNewFile(File, Date)</td>
+<td>Possible null pointer dereference in org.apache.maven.plugin.compiler.AbstractCompilerMojo.hasNewFile(File, Date) due to return value of called method</td>
 <td>STYLE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE">NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE</a></td>
-<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1432">1432</a></td>
+<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1442">1442</a></td>
 <td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.compiler.TestCompilerMojo"></a>
 <div class="section">
 <h3><a name="org.apache.maven.plugin.compiler.TestCompilerMojo"></a>org.apache.maven.plugin.compiler.TestCompilerMojo</h3>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html Wed Oct 26 20:17:16 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; compiler:help</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">compiler:help</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -185,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -359,7 +359,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-compiler-plugin:3.6-SNAPSHOT:help</p>
+<p>org.apache.maven.plugins:maven-compiler-plugin:3.6.0:help</p>
       
 <p><b>Description</b>:</p>
       

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/index.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/index.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/index.html Wed Oct 26 20:17:16 2016
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20130722" />
-    <meta name="Date-Revision-yyyymmdd" content="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -79,9 +79,9 @@
         <li class="active ">Introduction</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -283,7 +283,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/integration.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/integration.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/integration.html Wed Oct 26 20:17:16 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-04 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-10-26 
  | Rendered using Apache Maven Fluido Skin 1.5
 -->
 <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="20161004" />
+    <meta name="Date-Revision-yyyymmdd" content="20161026" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; CI Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">CI Management</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-04</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-10-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6-SNAPSHOT
+                    Version: 3.6.0
         </li>
             
                             </ul>
@@ -283,7 +283,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                      
+                                                                                                                                                                                                                                                                        
       <li>
   
                           <a href="project-reports.html" title="Project Reports">