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/10/04 20:35:51 UTC

svn commit: r998881 [14/20] - 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/ apid...

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CompilerMojoTestCase (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>CompilerMojoTestCase (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CompilerMojoTestCase (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="CompilerMojoTestCase (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -172,46 +172,50 @@ extends <a href="http://maven.apache.org
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#setUp()">setUp</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompileFailOnError()">testCompileFailOnError</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompileFailure()">testCompileFailure</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerArgs()">testCompilerArgs</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerBasic()">testCompilerBasic</a></strong>()</code>
 <div class="block">tests the ability of the plugin to compile a basic file</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerEmptySource()">testCompilerEmptySource</a></strong>()</code>
 <div class="block">tests the ability of the plugin to respond to empty source</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerFork()">testCompilerFork</a></strong>()</code>
 <div class="block">tests the ability of the plugin to fork and successfully compile</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testCompilerIncludesExcludes()">testCompilerIncludesExcludes</a></strong>()</code>
 <div class="block">tests the ability of the plugin to respond to includes and excludes correctly</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testOneOutputFileForAllInput()">testOneOutputFileForAllInput</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/compiler/CompilerMojoTestCase.html#testOneOutputFileForAllInput2()">testOneOutputFileForAllInput2</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -221,7 +225,7 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.maven.plugin.testing.<a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase</a></h3>
-<code><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo(org.apache.maven.plugin.Mojo,%20org.codehaus.plexus.configuration.PlexusConfiguration)" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo(org.apache.maven.plugin.Mojo,%20java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="h
 ttp://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String,%20org.codehaus.plexus.util.xml.Xpp3Dom)" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getContainer()" title="class or interface in org.apache.maven.plugin.testing">getContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorLocation()" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorLocation</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/Abstract
 MojoTestCase.html?is-external=true#getPluginDescriptorPath()" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorPath</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPublicDescriptorStream()" title="class or interface in org.apache.maven.plugin.testing">getPublicDescriptorStream</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Class,%20java.lang.Object)" title="class or interface in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Object)" title="class or interf
 ace in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariableValueFromObject(java.lang.Object,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">getVariableValueFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.project.MavenProject,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.execution.MavenSession,%20org.apache.maven.plugin.MojoExecution)" title="
 class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo(java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo(java.lang.String,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-
 testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20org.codehaus.plexus.configuration.PlexusConfiguration)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMavenSession(org.apache.maven.project.MavenProject)" title="class or interface in org.apache.maven.plugin.testing">newMavenSession</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-test
 ing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMojoExecution(java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">newMojoExecution</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setUp()" title="class or interface in org.apache.maven.plugin.testing">setUp</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainer()" title="class or interface in org.apache.maven.plugin.testing">setupContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainerConfiguration()" title="class or interface in org.apache.maven.plugin.testing">setupContainerConfiguration
 </a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setVariableValueToObject(java.lang.Object,%20java.lang.String,%20java.lang.Object)" title="class or interface in org.apache.maven.plugin.testing">setVariableValueToObject</a></code></li>
+<code><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo(org.apache.maven.plugin.Mojo,%20org.codehaus.plexus.configuration.PlexusConfiguration)" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo(org.apache.maven.plugin.Mojo,%20java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="h
 ttp://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String,%20org.codehaus.plexus.util.xml.Xpp3Dom)" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getContainer()" title="class or interface in org.apache.maven.plugin.testing">getContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorLocation()" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorLocation</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/Abstract
 MojoTestCase.html?is-external=true#getPluginDescriptorPath()" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorPath</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPublicDescriptorStream()" title="class or interface in org.apache.maven.plugin.testing">getPublicDescriptorStream</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Class,%20java.lang.Object)" title="class or interface in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject(java.lang.Object)" title="class or interf
 ace in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariableValueFromObject(java.lang.Object,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">getVariableValueFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.project.MavenProject,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo(org.apache.maven.execution.MavenSession,%20org.apache.maven.plugin.MojoExecution)" title="
 class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo(java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo(java.lang.String,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String,%20java.io.File)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-
 testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String,%20java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20org.codehaus.plexus.configuration.PlexusConfiguration)" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMavenSession(org.apache.maven.project.MavenProject)" title="class or interface in org.apache.maven.plugin.testing">newMavenSession</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-test
 ing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMojoExecution(java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">newMojoExecution</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainer()" title="class or interface in org.apache.maven.plugin.testing">setupContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainerConfiguration()" title="class or interface in org.apache.maven.plugin.testing">setupContainerConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setVariableValueToObject(java.lang.Object,%20java.lang.String,%20java.lang.O
 bject)" title="class or interface in org.apache.maven.plugin.testing">setVariableValueToObject</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.codehaus.plexus.PlexusTestCase">
@@ -275,6 +279,21 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="setUp()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUp</h4>
+<pre>protected&nbsp;void&nbsp;setUp()
+              throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setUp()" title="class or interface in org.apache.maven.plugin.testing">setUp</a></code>&nbsp;in class&nbsp;<code><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase</a></code></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
+</li>
+</ul>
 <a name="testCompilerBasic()">
 <!--   -->
 </a>
@@ -454,6 +473,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-frame.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-frame.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-frame.html Tue Oct  4 20:35:50 2016
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -128,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -139,6 +139,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CompilerManagerStub (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>CompilerManagerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CompilerManagerStub (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="CompilerManagerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -291,6 +291,6 @@ implements org.codehaus.plexus.compiler.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerStub.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerStub.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerStub.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CompilerStub (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>CompilerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CompilerStub (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="CompilerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -422,6 +422,6 @@ implements org.codehaus.plexus.compiler.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/DebugEnabledLog.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/DebugEnabledLog.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/DebugEnabledLog.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DebugEnabledLog (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>DebugEnabledLog (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DebugEnabledLog (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="DebugEnabledLog (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -275,6 +275,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerManagerStub.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerManagerStub.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerManagerStub.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerStub.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerStub.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerStub.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerStub (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerStub (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerStub (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/DebugEnabledLog.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/DebugEnabledLog.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/DebugEnabledLog.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.stubs.DebugEnabledLog (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.stubs.DebugEnabledLog (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.DebugEnabledLog (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.DebugEnabledLog (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-frame.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-frame.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-frame.html Tue Oct  4 20:35:50 2016
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-summary.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -136,6 +136,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-tree.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-tree.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-tree.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler.stubs Class Hierarchy (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>org.apache.maven.plugin.compiler.stubs Class Hierarchy (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.compiler.stubs Class Hierarchy (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler.stubs Class Hierarchy (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -129,6 +129,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-use.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-use.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-use.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Uses of Package org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-frame.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-frame.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-frame.html Tue Oct  4 20:35:50 2016
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Overview List (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Overview List (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Overview (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Overview (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Overview (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -62,7 +62,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Maven Compiler Plugin 3.5.1 Test API</h1>
+<h1 class="title">Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
@@ -128,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html Tue Oct  4 20:35:50 2016
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- NewPage -->
-<html lang="de">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Class Hierarchy (Apache Maven Compiler Plugin 3.5.1 Test API)</title>
+<title>Class Hierarchy (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Apache Maven Compiler Plugin 3.5.1 Test API)";
+        parent.document.title="Class Hierarchy (Apache Maven Compiler Plugin 3.6-SNAPSHOT Test API)";
     }
 //-->
 </script>
@@ -147,6 +147,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/package-list
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/package-list (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/package-list Tue Oct  4 20:35:50 2016
@@ -1,2 +1,2 @@
-org.apache.maven.plugin.compiler
-org.apache.maven.plugin.compiler.stubs
+org.apache.maven.plugin.compiler
+org.apache.maven.plugin.compiler.stubs

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/usage.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/usage.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/usage.html Tue Oct  4 20:35:50 2016
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-02-06 
- | Rendered using Apache Maven Fluido Skin 1.4
+ | 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>
@@ -9,25 +9,31 @@
     <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="20160206" />
+    <meta name="Date-Revision-yyyymmdd" content="20161004" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Usage</title>
-    <link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
+    <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.4.min.js"></script>
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.5.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>
+                  <!-- 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">
           
                 
@@ -36,8 +42,8 @@
         <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 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">
@@ -49,10 +55,9 @@
 
       <div id="breadcrumbs">
         <ul class="breadcrumb">
-                
-                    
+              
                               <li class="">
-                    <a href="http://www.apache.org/" class="externalLink" title="Apache">
+                    <a href="https://www.apache.org/" class="externalLink" title="Apache">
         Apache</a>
                     <span class="divider">/</span>
       </li>
@@ -66,18 +71,17 @@
         Plugins</a>
                     <span class="divider">/</span>
       </li>
-                <li class="">
-                    <a href="./" title="Apache Maven Compiler Plugin">
+            <li class="">
+                    <a href="index.html" title="Apache Maven Compiler Plugin">
         Apache Maven Compiler Plugin</a>
                     <span class="divider">/</span>
       </li>
         <li class="active ">Usage</li>
         
-                
-                    
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-02-06</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.5.1
+                    Version: 3.6-SNAPSHOT
         </li>
             
                             </ul>
@@ -87,8 +91,7 @@
       <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>
                               
@@ -167,6 +170,13 @@
           <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>
@@ -175,7 +185,7 @@
           <span class="icon-chevron-right"></span>
         Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                        
+                                                                                                                                                                                                                                                      
       <li>
   
                           <a href="project-reports.html" title="Project Reports">
@@ -186,13 +196,6 @@
                               
       <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>
@@ -292,40 +295,39 @@
                               
       <li>
   
-                          <a href="http://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
+                          <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="http://www.apache.org/foundation/" class="externalLink" title="Foundation">
+                          <a href="https://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">
+                          <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="http://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
+                          <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://www.google.com/coop/cse/brand?form=search-form"></script>
+<script type="text/javascript" src="https://cse.google.com/brand?form=search-form"></script>
           
           <hr />
 
@@ -334,7 +336,7 @@
     <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-compiler-plugin/" data-size="tall" ></div>
+    <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>
@@ -350,16 +352,14 @@
                 
         <div id="bodyColumn"  class="span10" >
                                   
-            <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/references/
 apt-format.html --><div class="section">
+            <div class="section">
 <h2><a name="Usage"></a>Usage</h2>
 <div class="section">
 <h3><a name="Compiling_Your_Java_Sources"></a>Compiling Your Java Sources</h3>
 <p>The goals for the Compiler Plugin are bound to their respective phases in the build lifecycle. So to compile your sources, you need only to tell maven until which lifecycle to execute. The following will compile your sources:</p>
-<div class="source"><pre class="prettyprint linenums">mvn compile
-</pre></div>
+<div class="source"><pre class="prettyprint linenums">mvn compile</pre></div>
 <p>To compile your test sources, you'll do:</p>
-<div class="source"><pre class="prettyprint linenums">mvn test-compile
-</pre></div>
+<div class="source"><pre class="prettyprint linenums">mvn test-compile</pre></div>
 <p>The above command will execute both <tt>compiler:compile</tt> and <tt>compiler:testCompile</tt> since the <tt>compile</tt> phase happens a few phases before the <tt>test-compile</tt> phase.</p></div>
 <div class="section">
 <h3><a name="Configuring_Your_Compiler_Plugin"></a>Configuring Your Compiler Plugin</h3>
@@ -372,7 +372,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.5.1&lt;/version&gt;
+          &lt;version&gt;3.6-SNAPSHOT&lt;/version&gt;
           &lt;configuration&gt;
             &lt;!-- put your configurations here --&gt;
           &lt;/configuration&gt;
@@ -381,8 +381,7 @@
     &lt;/pluginManagement&gt;
   &lt;/build&gt;
   ...
-&lt;/project&gt;
-</pre></div>
+&lt;/project&gt;</pre></div>
 <p><b>Note</b>: Maven 3.0 will issue warnings if you do not specify the version of a plugin.</p></div></div>
                   </div>
             </div>
@@ -394,9 +393,8 @@
             <div class="container-fluid">
                       <div class="row-fluid">
                                       <p >Copyright &copy;                    2001&#x2013;2016
-                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.      
-                    
+                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
+            All rights reserved.    
       </p>
                 </div>
 

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/index.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/index.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref-test/index.html Tue Oct  4 20:35:50 2016
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Maven Compiler Plugin 3.5.1 Reference</title>
+		<title>Apache Maven Compiler Plugin 3.6-SNAPSHOT Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">