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 kh...@apache.org on 2015/03/23 19:41:18 UTC

svn commit: r944784 [7/12] - in /websites/production/maven/content/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/ apidocs/...

Modified: websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/help-doc.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/help-doc.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/help-doc.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>API Help (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>API Help (Apache Maven Compiler Plugin 3.3 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="API Help (Apache Maven Compiler Plugin 3.2 Test API)";
+        parent.document.title="API Help (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -215,6 +215,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/index-all.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/index-all.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/index-all.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Index (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>Index (Apache Maven Compiler Plugin 3.3 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="Index (Apache Maven Compiler Plugin 3.2 Test API)";
+        parent.document.title="Index (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -219,6 +219,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/index.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/index.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/index.html Mon Mar 23 18:41:16 2015
@@ -3,20 +3,16 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Apache Maven Compiler Plugin 3.2 Test API</title>
+<title>Apache Maven Compiler Plugin 3.3 Test API</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")
         targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+    if (targetPage.indexOf(":") != -1)
+        targetPage = "undefined";
+    if (targetPage != "" && !validURL(targetPage))
         targetPage = "undefined";
     function validURL(url) {
-        try {
-            url = decodeURIComponent(url);
-        }
-        catch (error) {
-            return false;
-        }
         var pos = url.indexOf(".html");
         if (pos == -1 || pos != url.length - 5)
             return false;
@@ -28,8 +24,7 @@
             if ('a' <= ch && ch <= 'z' ||
                     'A' <= ch && ch <= 'Z' ||
                     ch == '$' ||
-                    ch == '_' ||
-                    ch.charCodeAt(0) > 127) {
+                    ch == '_') {
                 allowNumber = true;
                 allowSep = true;
             } else if ('0' <= ch && ch <= '9'

Modified: websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/CompilerMojoTestCase.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CompilerMojoTestCase (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>CompilerMojoTestCase (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="CompilerMojoTestCase (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -206,14 +206,14 @@ 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#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#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#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, org.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, java.lang.String, java.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, java.io.File)" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="http://ma
 ven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration(java.lang.String, org.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/AbstractMojoTestCa
 se.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, java.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 interface in org.a
 pache.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, java.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#lookupEmptyMojo(java.lang.String, java.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, java.lang.String)" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apac
 he.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo(java.lang.String, java.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, java.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, java.lang.String, java.lang.String, java.lang.String, org.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/a
 pidocs/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#setVariableValueToObject(java.lang.Object, java.lang.String, java.lang.Object)" 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">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.codehaus.plexus.<a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true" title="class or interface in org.codehaus.plexus">PlexusTestCase</a></h3>
-<code><a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeComponentConfiguration()" title="class or interface in org.codehaus.plexus">customizeComponentConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeContainerConfiguration(org.codehaus.plexus.ContainerConfiguration)" title="class or interface in org.codehaus.plexus">customizeContainerConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeContext(org.codehaus.plexus.context.Context)" title="class or interface in org.codehaus.plexus">customizeContext</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#ge
 tBasedir()" title="class or interface in org.codehaus.plexus">getBasedir</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getClassLoader()" title="class or interface in org.codehaus.plexus">getClassLoader</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfiguration()" title="class or interface in org.codehaus.plexus">getConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfiguration(java.lang.String)" title="class or interface in org.codehaus.plexus">getConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfigurationName(java.lang.String)" title="class or
  interface in org.codehaus.plexus">getConfigurationName</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getCustomConfigurationName()" title="class or interface in org.codehaus.plexus">getCustomConfigurationName</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getResourceAsStream(java.lang.String)" title="class or interface in org.codehaus.plexus">getResourceAsStream</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestConfiguration()" title="class or interface in org.codehaus.plexus">getTestConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestConfiguration(java.lang.Cla
 ss)" title="class or interface in org.codehaus.plexus">getTestConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestFile(java.lang.String)" title="class or interface in org.codehaus.plexus">getTestFile</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestFile(java.lang.String,%20java.lang.String)" title="class or interface in org.codehaus.plexus">getTestFile</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestPath(java.lang.String)" title="class or interface in org.codehaus.plexus">getTestPath</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestPath(java.lang.Stri
 ng,%20java.lang.String)" title="class or interface in org.codehaus.plexus">getTestPath</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.Class)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.Class,%20java.lang.String)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.String)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.String,%20java.lang.String)" t
 itle="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#release(java.lang.Object)" title="class or interface in org.codehaus.plexus">release</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#tearDown()" title="class or interface in org.codehaus.plexus">tearDown</a></code></li>
+<code><a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeComponentConfiguration()" title="class or interface in org.codehaus.plexus">customizeComponentConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeContainerConfiguration(org.codehaus.plexus.ContainerConfiguration)" title="class or interface in org.codehaus.plexus">customizeContainerConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#customizeContext(org.codehaus.plexus.context.Context)" title="class or interface in org.codehaus.plexus">customizeContext</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#ge
 tBasedir()" title="class or interface in org.codehaus.plexus">getBasedir</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getClassLoader()" title="class or interface in org.codehaus.plexus">getClassLoader</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfiguration()" title="class or interface in org.codehaus.plexus">getConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfiguration(java.lang.String)" title="class or interface in org.codehaus.plexus">getConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getConfigurationName(java.lang.String)" title="class or
  interface in org.codehaus.plexus">getConfigurationName</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getCustomConfigurationName()" title="class or interface in org.codehaus.plexus">getCustomConfigurationName</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getResourceAsStream(java.lang.String)" title="class or interface in org.codehaus.plexus">getResourceAsStream</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestConfiguration()" title="class or interface in org.codehaus.plexus">getTestConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestConfiguration(java.lang.Cla
 ss)" title="class or interface in org.codehaus.plexus">getTestConfiguration</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestFile(java.lang.String)" title="class or interface in org.codehaus.plexus">getTestFile</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestFile(java.lang.String, java.lang.String)" title="class or interface in org.codehaus.plexus">getTestFile</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestPath(java.lang.String)" title="class or interface in org.codehaus.plexus">getTestPath</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#getTestPath(java.lang.String
 , java.lang.String)" title="class or interface in org.codehaus.plexus">getTestPath</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.Class)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.Class, java.lang.String)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.String)" title="class or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#lookup(java.lang.String, java.lang.String)" title="cl
 ass or interface in org.codehaus.plexus">lookup</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#release(java.lang.Object)" title="class or interface in org.codehaus.plexus">release</a>, <a href="http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true#tearDown()" title="class or interface in org.codehaus.plexus">tearDown</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_junit.framework.TestCase">
@@ -234,7 +234,7 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -446,6 +446,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojoTestCase.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.CompilerMojoTestCase (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-frame.html Mon Mar 23 18:41:16 2015
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.3 Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -128,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -139,6 +139,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerManagerStub.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CompilerManagerStub (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>CompilerManagerStub (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="CompilerManagerStub (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -167,7 +167,7 @@ implements <a href="http://plexus.codeha
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -291,6 +291,6 @@ implements <a href="http://plexus.codeha
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerStub.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/CompilerStub.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>CompilerStub (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>CompilerStub (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="CompilerStub (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -195,7 +195,7 @@ implements <a href="http://plexus.codeha
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -422,6 +422,6 @@ implements <a href="http://plexus.codeha
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/DebugEnabledLog.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/DebugEnabledLog.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/DebugEnabledLog.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DebugEnabledLog (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>DebugEnabledLog (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="DebugEnabledLog (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -153,14 +153,14 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.maven.plugin.logging.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">SystemStreamLog</a></h3>
-<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#debug(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">debug</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#debug(java.lang.CharSequence,%20java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#debug(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#error(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">error</a>, <a href="http://maven.apache.org/maven-plug
 in-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#error(java.lang.CharSequence,%20java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#error(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#info(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">info</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#info(java.lang.CharSequence,%20java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/mave
 n/plugin/logging/SystemStreamLog.html?is-external=true#info(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#isErrorEnabled()" title="class or interface in org.apache.maven.plugin.logging">isErrorEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#isInfoEnabled()" title="class or interface in org.apache.maven.plugin.logging">isInfoEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#isWarnEnabled()" title="class or interface in org.apache.maven.plugin.logging">isWarnEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#warn(java.lang.CharSequence)" title
 ="class or interface in org.apache.maven.plugin.logging">warn</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#warn(java.lang.CharSequence,%20java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#warn(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code></li>
+<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#debug(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">debug</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#debug(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#debug(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">debug</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#error(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">error</a>, <a href="http://maven.apache.org/maven-plugin
 -api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#error(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#error(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">error</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#info(java.lang.CharSequence)" title="class or interface in org.apache.maven.plugin.logging">info</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#info(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plug
 in/logging/SystemStreamLog.html?is-external=true#info(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">info</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#isErrorEnabled()" title="class or interface in org.apache.maven.plugin.logging">isErrorEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#isInfoEnabled()" title="class or interface in org.apache.maven.plugin.logging">isInfoEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#isWarnEnabled()" title="class or interface in org.apache.maven.plugin.logging">isWarnEnabled</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#warn(java.lang.CharSequence)" title="clas
 s or interface in org.apache.maven.plugin.logging">warn</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#warn(java.lang.CharSequence, java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true#warn(java.lang.Throwable)" title="class or interface in org.apache.maven.plugin.logging">warn</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -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;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerManagerStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerManagerStub.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerManagerStub.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerStub.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerStub.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/CompilerStub.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerStub (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.CompilerStub (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/DebugEnabledLog.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/DebugEnabledLog.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/class-use/DebugEnabledLog.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.stubs.DebugEnabledLog (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.compiler.stubs.DebugEnabledLog (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-frame.html Mon Mar 23 18:41:16 2015
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.3 Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-summary.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -136,6 +136,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-tree.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-tree.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-tree.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>org.apache.maven.plugin.compiler.stubs Class Hierarchy (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="org.apache.maven.plugin.compiler.stubs Class Hierarchy (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -129,6 +129,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-use.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-use.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/stubs/package-use.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <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.2 Test API)</title>
+<title>Uses of Package org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.compiler.stubs (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-frame.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-frame.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-frame.html Mon Mar 23 18:41:16 2015
@@ -3,7 +3,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Overview List (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>Overview List (Apache Maven Compiler Plugin 3.3 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Overview (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>Overview (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Overview (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -62,7 +62,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Maven Compiler Plugin 3.2 Test API</h1>
+<h1 class="title">Apache Maven Compiler Plugin 3.3 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;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://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/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html (original)
+++ websites/production/maven/content/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html Mon Mar 23 18:41:16 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Class Hierarchy (Apache Maven Compiler Plugin 3.2 Test API)</title>
+<title>Class Hierarchy (Apache Maven Compiler Plugin 3.3 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.2 Test API)";
+        parent.document.title="Class Hierarchy (Apache Maven Compiler Plugin 3.3 Test API)";
     }
 //-->
 </script>
@@ -147,6 +147,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file