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 2019/03/27 21:13:03 UTC

svn commit: r1856438 [4/11] - in /maven/website/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/ apidocs/org/apac...

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/compile-with-memory-enhancements.apt.vm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/compile-with-memory-enhancements.apt.vm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060705" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Compile Using Memory Allocation Enhancements</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Compile Using Memory Allocation Enhancements <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/examples/compile-with-memory-enhancements.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Compile Using Memory Allocation Enhancements <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/examples/compile-with-memory-enhancements.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -122,7 +122,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.8.0&lt;/version&gt;
+        &lt;version&gt;3.8.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;fork&gt;true&lt;/fork&gt;
           &lt;meminitial&gt;128m&lt;/meminitial&gt;
@@ -141,7 +141,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/jpms_args.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/jpms_args.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/jpms_args.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/jpms_args.apt.vm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/jpms_args.apt.vm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20170822" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; jpms.args</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">jpms.args <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/examples/jpms_args.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">jpms.args <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/examples/jpms_args.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -122,7 +122,7 @@
 <li><tt>--add-modules</tt></li>
 <li><tt>--limit-modules</tt></li>
 <li><tt>--patch-module</tt></li></ul>
-<p>The <tt>--patch-module</tt> values are different compared to the original values passed to the compiler. Occording to the specification it looks like <tt>--patch-module &lt;module&gt;=&lt;file&gt;(&lt;pathsep&gt;&lt;file&gt;)*</tt> However, files are system specific. For that reason the module names are used. If the jar itself contains the patchcode, then an <tt>_</tt> (underscore) is used. As separators a <tt>, </tt> (comma + space) is used.</p>
+<p>The <tt>--patch-module</tt> values are different compared to the original values passed to the compiler. According to the specification it looks like <tt>--patch-module &lt;module&gt;=&lt;file&gt;(&lt;pathsep&gt;&lt;file&gt;)*</tt> However, files are system specific. For that reason the module names are used. If the jar itself contains the patchcode, then an <tt>_</tt> (underscore) is used. As separators a <tt>, </tt> (comma + space) is used.</p>
 <div class="source"><pre class="prettyprint linenums">  --patch-module
   &lt;module&gt;=&lt;module&gt;(, &lt;module&gt;)*</pre></div></div>
         </div>
@@ -132,7 +132,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/module-info.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/module-info.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/module-info.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/module-info.apt.vm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/module-info.apt.vm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20160927" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Older projects with module-info</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Older projects with module-info <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/examples/module-info.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Older projects with module-info <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/examples/module-info.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -123,7 +123,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.8.0&lt;/version&gt;
+        &lt;version&gt;3.8.1&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;default-compile&lt;/id&gt;
@@ -173,7 +173,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.8.0&lt;/version&gt;
+        &lt;version&gt;3.8.1&lt;/version&gt;
         &lt;executions&gt;
           &lt;execution&gt;
             &lt;id&gt;default-compile&lt;/id&gt;
@@ -216,7 +216,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/pass-compiler-arguments.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/pass-compiler-arguments.apt.vm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/pass-compiler-arguments.apt.vm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060705" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Pass Compiler Arguments</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Pass Compiler Arguments <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/examples/pass-compiler-arguments.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Pass Compiler Arguments <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/examples/pass-compiler-arguments.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -122,7 +122,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.8.0&lt;/version&gt;
+        &lt;version&gt;3.8.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;compilerArgs&gt;
             &lt;arg&gt;-verbose&lt;/arg&gt;
@@ -142,7 +142,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/set-compiler-source-and-target.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/set-compiler-source-and-target.apt.vm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/set-compiler-source-and-target.apt.vm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060705" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Setting the -source and -target of the Java Compiler</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Setting the -source and -target of the Java Compiler <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/examples/set-compiler-source-and-target.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Setting the -source and -target of the Java Compiler <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/examples/set-compiler-source-and-target.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -132,7 +132,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.8.0&lt;/version&gt;
+        &lt;version&gt;3.8.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;source&gt;1.8&lt;/source&gt;
           &lt;target&gt;1.8&lt;/target&gt;
@@ -151,7 +151,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/fml/faq.fml at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/fml/faq.fml at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Frequently Asked Questions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -40,9 +40,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Frequently Asked Questions <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/fml/faq.fml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Frequently Asked Questions <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/fml/faq.fml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -145,7 +145,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/findbugs.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/findbugs.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/findbugs.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; FindBugs Bug Detector Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">FindBugs Bug Detector Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -180,7 +180,7 @@
 <td>The class name org.apache.maven.plugin.AbstractCompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.AbstractCompilerMojo</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</a></td>
-<td><a href="./xref/org/apache/maven/plugin/AbstractCompilerMojo.html#L35">35</a></td>
+<td><a href="./xref/org/apache/maven/plugin/AbstractCompilerMojo.html#L34">34</a></td>
 <td>High</td></tr></table></div><a name="org.apache.maven.plugin.CompilationFailureException"></a>
 <div class="section">
 <h3><a name="org.apache.maven.plugin.CompilationFailureException"></a>org.apache.maven.plugin.CompilationFailureException</h3>
@@ -195,7 +195,7 @@
 <td>The class name org.apache.maven.plugin.CompilationFailureException shadows the simple name of the superclass org.apache.maven.plugin.compiler.CompilationFailureException</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</a></td>
-<td><a href="./xref/org/apache/maven/plugin/CompilationFailureException.html#L39">39-40</a></td>
+<td><a href="./xref/org/apache/maven/plugin/CompilationFailureException.html#L38">38-39</a></td>
 <td>High</td></tr></table></div><a name="org.apache.maven.plugin.CompilerMojo"></a>
 <div class="section">
 <h3><a name="org.apache.maven.plugin.CompilerMojo"></a>org.apache.maven.plugin.CompilerMojo</h3>
@@ -210,7 +210,7 @@
 <td>The class name org.apache.maven.plugin.CompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.CompilerMojo</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</a></td>
-<td><a href="./xref/org/apache/maven/plugin/CompilerMojo.html#L31">31</a></td>
+<td><a href="./xref/org/apache/maven/plugin/CompilerMojo.html#L30">30</a></td>
 <td>High</td></tr></table></div><a name="org.apache.maven.plugin.TestCompilerMojo"></a>
 <div class="section">
 <h3><a name="org.apache.maven.plugin.TestCompilerMojo"></a>org.apache.maven.plugin.TestCompilerMojo</h3>
@@ -225,7 +225,7 @@
 <td>The class name org.apache.maven.plugin.TestCompilerMojo shadows the simple name of the superclass org.apache.maven.plugin.compiler.TestCompilerMojo</td>
 <td>BAD_PRACTICE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS">NM_SAME_SIMPLE_NAME_AS_SUPERCLASS</a></td>
-<td><a href="./xref/org/apache/maven/plugin/TestCompilerMojo.html#L31">31</a></td>
+<td><a href="./xref/org/apache/maven/plugin/TestCompilerMojo.html#L30">30</a></td>
 <td>High</td></tr></table></div><a name="org.apache.maven.plugin.compiler.AbstractCompilerMojo"></a>
 <div class="section">
 <h3><a name="org.apache.maven.plugin.compiler.AbstractCompilerMojo"></a>org.apache.maven.plugin.compiler.AbstractCompilerMojo</h3>
@@ -252,7 +252,7 @@
 <td>Possible null pointer dereference in org.apache.maven.plugin.compiler.AbstractCompilerMojo.hasNewFile(File, Date) due to return value of called method</td>
 <td>STYLE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE">NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE</a></td>
-<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1628">1628</a></td>
+<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1613">1613</a></td>
 <td>Medium</td></tr></table></div><a name="org.apache.maven.plugin.compiler.TestCompilerMojo"></a>
 <div class="section">
 <h3><a name="org.apache.maven.plugin.compiler.TestCompilerMojo"></a>org.apache.maven.plugin.compiler.TestCompilerMojo</h3>
@@ -267,13 +267,13 @@
 <td>Boxing/unboxing to parse a primitive org.apache.maven.plugin.compiler.TestCompilerMojo.preparePaths(Set)</td>
 <td>PERFORMANCE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#DM_BOXED_PRIMITIVE_FOR_PARSING">DM_BOXED_PRIMITIVE_FOR_PARSING</a></td>
-<td><a href="./xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html#L306">306</a></td>
+<td><a href="./xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html#L305">305</a></td>
 <td>High</td></tr>
 <tr class="b">
 <td>Possible null pointer dereference in org.apache.maven.plugin.compiler.TestCompilerMojo.preparePaths(Set) due to return value of called method</td>
 <td>STYLE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE">NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE</a></td>
-<td><a href="./xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html#L259">259</a></td>
+<td><a href="./xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html#L258">258</a></td>
 <td>Medium</td></tr></table></div>
         </div>
       </div>
@@ -282,7 +282,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from target/generated-site/xdoc/help-mojo.xml at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from target/generated-site/xdoc/help-mojo.xml at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; compiler:help</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">compiler:help</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -116,7 +116,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-compiler-plugin:3.8.0:help</p>
+<p>org.apache.maven.plugins:maven-compiler-plugin:3.8.1:help</p>
       
 <p><b>Description</b>:</p>
       
@@ -264,7 +264,7 @@ goals will be displayed.</div>
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/index.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/index.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/index.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/index.apt.vm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/index.apt.vm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20130722" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Introduction <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/index.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Introduction <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/index.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -160,7 +160,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/invoker-report.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/invoker-report.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/invoker-report.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-invoker-plugin:3.1.0:report at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-invoker-plugin:3.1.0:report at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Invoker Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Invoker Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -139,13 +139,13 @@
 <th>Total Time</th>
 <th>Avg Time</th></tr>
 <tr class="b">
-<td>53</td>
-<td>28</td>
+<td>55</td>
+<td>29</td>
 <td>0</td>
-<td>25</td>
+<td>26</td>
 <td>100.0%</td>
-<td>124.7&#xa0;s</td>
-<td>2.4&#xa0;s</td></tr></table>
+<td>105.7&#xa0;s</td>
+<td>1.9&#xa0;s</td></tr></table>
 <div class="section">
 <h3><a name="Build_Details"></a>Build Details</h3></div>
 <table border="0" class="table table-striped">
@@ -155,269 +155,279 @@
 <th>Time</th>
 <th>Message</th></tr>
 <tr class="b">
-<td>automodules-application/pom.xml</td>
+<td>jdk16-annotation/pom.xml</td>
+<td>success</td>
+<td>2.4&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>setup_x/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
-<tr class="a">
-<td>automodules-library/pom.xml</td>
+<tr class="b">
+<td>setup_jar_automodule/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
+<tr class="a">
+<td>MCOMPILER-228/pom.xml</td>
+<td>success</td>
+<td>2.3&#xa0;s</td>
+<td></td></tr>
 <tr class="b">
-<td>automodules-manifest/pom.xml</td>
+<td>MCOMPILER-360/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="a">
-<td>automodules-transitive-module/pom.xml</td>
+<td>automodules-manifest/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>default-incremental-disable/pom.xml</td>
+<td>MCOMPILER-170/pom.xml</td>
 <td>success</td>
-<td>5.1&#xa0;s</td>
+<td>2.2&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>default/pom.xml</td>
-<td>success</td>
-<td>3.2&#xa0;s</td>
-<td></td></tr>
+<td>MCOMPILER-366/pom.xml</td>
+<td>skipped</td>
+<td>0.0&#xa0;s</td>
+<td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>error-prone-compiler/pom.xml</td>
+<td>includes-excludes/pom.xml</td>
 <td>success</td>
-<td>6.4&#xa0;s</td>
+<td>2.9&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>groovy-project-with-new-plexus-compiler/pom.xml</td>
+<td>default/pom.xml</td>
 <td>success</td>
-<td>5.0&#xa0;s</td>
+<td>2.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>includes-excludes/pom.xml</td>
-<td>success</td>
-<td>2.7&#xa0;s</td>
-<td></td></tr>
-<tr class="a">
-<td>jdk16-annotation/pom.xml</td>
+<td>non-english-warnings/pom.xml</td>
 <td>success</td>
-<td>2.9&#xa0;s</td>
+<td>2.3&#xa0;s</td>
 <td></td></tr>
-<tr class="b">
-<td>jdk9-exportsto/pom.xml</td>
-<td>skipped</td>
-<td>0.0&#xa0;s</td>
-<td>Skipped due to JRE version</td></tr>
 <tr class="a">
-<td>jpms_add-exports/pom.xml</td>
+<td>jpms_compile-main-foo-test-bar/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>jpms_compile-main-empty-test-bar/pom.xml</td>
+<td>jpms_add-exports/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="a">
-<td>jpms_compile-main-foo-test-bar/pom.xml</td>
+<td>automodules-application/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>jpms_compile-main-foo-test-foo/pom.xml</td>
+<td>multirelease-patterns/singleproject-runtime/pom.xml</td>
+<td>success</td>
+<td>5.0&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>MCOMPILER-336_incremental-modulepath/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
-<tr class="a">
-<td>jpms_patch-module/pom.xml</td>
+<tr class="b">
+<td>MCOMPILER-268_modulepath/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
-<tr class="b">
-<td>mcompiler-106/pom.xml</td>
-<td>success</td>
-<td>2.6&#xa0;s</td>
-<td></td></tr>
 <tr class="a">
-<td>mcompiler-120/pom.xml</td>
+<td>MCOMPILER-129/pom.xml</td>
 <td>success</td>
-<td>3.4&#xa0;s</td>
+<td>2.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCOMPILER-129/pom.xml</td>
+<td>default-incremental-disable/pom.xml</td>
 <td>success</td>
-<td>2.6&#xa0;s</td>
+<td>3.6&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>mcompiler-135/pom.xml</td>
-<td>success</td>
-<td>3.5&#xa0;s</td>
-<td></td></tr>
+<td>multirelease-patterns/multiproject/pom.xml</td>
+<td>skipped</td>
+<td>0.0&#xa0;s</td>
+<td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>MCOMPILER-157/pom.xml</td>
+<td>MCOMPILER-298/pom.xml</td>
 <td>success</td>
-<td>5.1&#xa0;s</td>
+<td>3.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCOMPILER-170/pom.xml</td>
+<td>mcompiler-21_class-remove/pom.xml</td>
 <td>success</td>
-<td>2.9&#xa0;s</td>
+<td>8.7&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>mcompiler-179/pom.xml</td>
-<td>success</td>
-<td>2.4&#xa0;s</td>
-<td></td></tr>
+<td>jpms_compile-main-foo-test-foo/pom.xml</td>
+<td>skipped</td>
+<td>0.0&#xa0;s</td>
+<td>Skipped due to JRE version</td></tr>
 <tr class="a">
-<td>mcompiler-182/pom.xml</td>
+<td>mcompiler-106/pom.xml</td>
 <td>success</td>
-<td>10.8&#xa0;s</td>
+<td>2.0&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCOMPILER-190/pom.xml</td>
+<td>MCOMPILER-260_customArguments/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>1.9&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCOMPILER-192/pom.xml</td>
-<td>success</td>
-<td>2.4&#xa0;s</td>
-<td></td></tr>
+<td>setup_jar_module/pom.xml</td>
+<td>skipped</td>
+<td>0.0&#xa0;s</td>
+<td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>MCOMPILER-197/pom.xml</td>
+<td>MCOMPILER-349_dependencyChanged/pom.xml</td>
 <td>success</td>
-<td>3.4&#xa0;s</td>
+<td>8.7&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
 <td>MCOMPILER-203-processorpath/pom.xml</td>
 <td>success</td>
-<td>8.5&#xa0;s</td>
+<td>7.6&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>mcompiler-21_class-remove/pom.xml</td>
-<td>success</td>
-<td>10.1&#xa0;s</td>
-<td></td></tr>
+<td>MCOMPILER-328_multiReleaseOutput/pom.xml</td>
+<td>skipped</td>
+<td>0.0&#xa0;s</td>
+<td>Skipped due to JRE version</td></tr>
 <tr class="a">
 <td>mcompiler-21_methodname-change/pom.xml</td>
 <td>success</td>
-<td>8.7&#xa0;s</td>
+<td>6.4&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCOMPILER-224/pom.xml</td>
+<td>mcompiler-120/pom.xml</td>
 <td>success</td>
-<td>4.3&#xa0;s</td>
+<td>2.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCOMPILER-228/pom.xml</td>
+<td>mcompiler-135/pom.xml</td>
 <td>success</td>
-<td>3.5&#xa0;s</td>
+<td>1.9&#xa0;s</td>
 <td></td></tr>
 <tr class="b">
-<td>MCOMPILER-260_customArguments/pom.xml</td>
-<td>success</td>
-<td>2.8&#xa0;s</td>
-<td></td></tr>
-<tr class="a">
-<td>MCOMPILER-268_modulepath/pom.xml</td>
-<td>skipped</td>
-<td>0.0&#xa0;s</td>
-<td>Skipped due to JRE version</td></tr>
-<tr class="b">
-<td>MCOMPILER-270_release/pom.xml</td>
+<td>MCOMPILER-294/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="a">
-<td>MCOMPILER-275_separate-moduleinfo/pom.xml</td>
-<td>skipped</td>
-<td>0.0&#xa0;s</td>
-<td>Skipped due to JRE version</td></tr>
-<tr class="b">
 <td>MCOMPILER-284/pom.xml</td>
 <td>success</td>
-<td>2.3&#xa0;s</td>
+<td>1.6&#xa0;s</td>
 <td></td></tr>
+<tr class="b">
+<td>MCOMPILER-275_separate-moduleinfo/pom.xml</td>
+<td>skipped</td>
+<td>0.0&#xa0;s</td>
+<td>Skipped due to Toolchain</td></tr>
 <tr class="a">
-<td>MCOMPILER-294/pom.xml</td>
+<td>multirelease-patterns/packaging-plugin/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>MCOMPILER-298/pom.xml</td>
+<td>error-prone-compiler/pom.xml</td>
 <td>success</td>
-<td>4.0&#xa0;s</td>
+<td>5.9&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>MCOMPILER-321_pathexceptions/pom.xml</td>
+<td>automodules-transitive-module/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>MCOMPILER-328_multiReleaseOutput/pom.xml</td>
+<td>jdk9-exportsto/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="a">
-<td>MCOMPILER-332_release10/pom.xml</td>
-<td>skipped</td>
-<td>0.0&#xa0;s</td>
-<td>Skipped due to JRE version</td></tr>
+<td>MCOMPILER-197/pom.xml</td>
+<td>success</td>
+<td>2.4&#xa0;s</td>
+<td></td></tr>
 <tr class="b">
-<td>MCOMPILER-336_incremental-modulepath/pom.xml</td>
-<td>skipped</td>
-<td>0.0&#xa0;s</td>
-<td>Skipped due to JRE version</td></tr>
+<td>mcompiler-182/pom.xml</td>
+<td>success</td>
+<td>7.3&#xa0;s</td>
+<td></td></tr>
 <tr class="a">
-<td>multirelease-patterns/multimodule/pom.xml</td>
+<td>jpms_compile-main-empty-test-bar/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>multirelease-patterns/multiproject/pom.xml</td>
-<td>skipped</td>
-<td>0.0&#xa0;s</td>
-<td>Skipped due to JRE version</td></tr>
+<td>MCOMPILER-157/pom.xml</td>
+<td>success</td>
+<td>3.5&#xa0;s</td>
+<td></td></tr>
 <tr class="a">
-<td>multirelease-patterns/packaging-plugin/pom.xml</td>
+<td>jpms_patch-module/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>multirelease-patterns/singleproject-runtime/pom.xml</td>
+<td>test1/pom.xml</td>
 <td>success</td>
-<td>6.1&#xa0;s</td>
+<td>2.0&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>multirelease-patterns/singleproject-toolchains/pom.xml</td>
+<td>MCOMPILER-224/pom.xml</td>
+<td>success</td>
+<td>2.1&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>multirelease-patterns/multimodule/pom.xml</td>
+<td>skipped</td>
+<td>0.0&#xa0;s</td>
+<td>Skipped due to JRE version</td></tr>
+<tr class="a">
+<td>MCOMPILER-321_pathexceptions/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>non-english-warnings/pom.xml</td>
+<td>MCOMPILER-190/pom.xml</td>
 <td>success</td>
-<td>2.9&#xa0;s</td>
+<td>3.5&#xa0;s</td>
 <td></td></tr>
 <tr class="a">
-<td>setup_jar_automodule/pom.xml</td>
+<td>automodules-library/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="b">
-<td>setup_jar_module/pom.xml</td>
+<td>MCOMPILER-270_release/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
 <td>Skipped due to JRE version</td></tr>
 <tr class="a">
-<td>setup_x/pom.xml</td>
+<td>MCOMPILER-192/pom.xml</td>
+<td>success</td>
+<td>2.3&#xa0;s</td>
+<td></td></tr>
+<tr class="b">
+<td>mcompiler-179/pom.xml</td>
+<td>success</td>
+<td>2.4&#xa0;s</td>
+<td></td></tr>
+<tr class="a">
+<td>multirelease-patterns/singleproject-toolchains/pom.xml</td>
 <td>skipped</td>
 <td>0.0&#xa0;s</td>
-<td>Skipped due to JRE version</td></tr>
+<td>Skipped due to Toolchain</td></tr>
 <tr class="b">
-<td>test1/pom.xml</td>
+<td>groovy-project-with-new-plexus-compiler/pom.xml</td>
 <td>success</td>
-<td>3.0&#xa0;s</td>
+<td>4.8&#xa0;s</td>
 <td></td></tr></table>
         </div>
       </div>
@@ -426,7 +436,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/issue-management.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/issue-management.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/issue-management.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Issue Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -140,7 +140,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/mailing-lists.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/mailing-lists.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/mailing-lists.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Mailing Lists</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -139,9 +139,9 @@
 <th>Other Archives</th></tr>
 <tr class="b">
 <td>Maven User List</td>
-<td><a href="users-subscribe@maven.apache.org">Subscribe</a></td>
-<td><a href="users-unsubscribe@maven.apache.org">Unsubscribe</a></td>
-<td><a href="users@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="mailto:users-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:users-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:users@maven.apache.org">Post</a></td>
 <td><a class="externalLink" href="https://lists.apache.org/list.html?users@maven.apache.org">lists.apache.org</a></td>
 <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/maven-users">mail-archives.apache.org</a></td></tr>
 <tr class="a">
@@ -157,7 +157,7 @@
 <td>-</td>
 <td>-</td>
 <td>-</td>
-<td><a class="externalLink" href="https://maven.40175.n5.nabble.com/Maven-Users-f40176.html">maven.40175.n5.nabble.com</a></td></tr>
+<td><a class="externalLink" href="http://maven.40175.n5.nabble.com/Maven-Users-f40176.html">maven.40175.n5.nabble.com</a></td></tr>
 <tr class="a">
 <td>-</td>
 <td>-</td>
@@ -167,9 +167,9 @@
 <td><a class="externalLink" href="https://maven-users.markmail.org/">maven-users.markmail.org</a></td></tr>
 <tr class="b">
 <td>Maven Developer List</td>
-<td><a href="dev-subscribe@maven.apache.org">Subscribe</a></td>
-<td><a href="dev-unsubscribe@maven.apache.org">Unsubscribe</a></td>
-<td><a href="dev@maven.apache.org">Post</a></td>
+<td><a class="externalLink" href="mailto:dev-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:dev-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:dev@maven.apache.org">Post</a></td>
 <td><a class="externalLink" href="https://lists.apache.org/list.html?dev@maven.apache.org">lists.apache.org</a></td>
 <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/maven-dev">mail-archives.apache.org</a></td></tr>
 <tr class="a">
@@ -185,7 +185,7 @@
 <td>-</td>
 <td>-</td>
 <td>-</td>
-<td><a class="externalLink" href="https://maven.40175.n5.nabble.com/Maven-Developers-f142166.html">maven.40175.n5.nabble.com</a></td></tr>
+<td><a class="externalLink" href="http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html">maven.40175.n5.nabble.com</a></td></tr>
 <tr class="a">
 <td>-</td>
 <td>-</td>
@@ -195,8 +195,8 @@
 <td><a class="externalLink" href="https://maven-dev.markmail.org/">maven-dev.markmail.org</a></td></tr>
 <tr class="b">
 <td>Maven Issues List</td>
-<td><a href="issues-subscribe@maven.apache.org">Subscribe</a></td>
-<td><a href="issues-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:issues-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:issues-unsubscribe@maven.apache.org">Unsubscribe</a></td>
 <td>-</td>
 <td><a class="externalLink" href="https://lists.apache.org/list.html?issues@maven.apache.org">lists.apache.org</a></td>
 <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/maven-issues/">mail-archives.apache.org</a></td></tr>
@@ -213,7 +213,7 @@
 <td>-</td>
 <td>-</td>
 <td>-</td>
-<td><a class="externalLink" href="https://maven.40175.n5.nabble.com/Maven-Issues-f219593.html">maven.40175.n5.nabble.com</a></td></tr>
+<td><a class="externalLink" href="http://maven.40175.n5.nabble.com/Maven-Issues-f219593.html">maven.40175.n5.nabble.com</a></td></tr>
 <tr class="a">
 <td>-</td>
 <td>-</td>
@@ -223,8 +223,8 @@
 <td><a class="externalLink" href="https://maven-issues.markmail.org/">maven-issues.markmail.org</a></td></tr>
 <tr class="b">
 <td>Maven Commits List</td>
-<td><a href="commits-subscribe@maven.apache.org">Subscribe</a></td>
-<td><a href="commits-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:commits-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:commits-unsubscribe@maven.apache.org">Unsubscribe</a></td>
 <td>-</td>
 <td><a class="externalLink" href="https://lists.apache.org/list.html?commits@maven.apache.org">lists.apache.org</a></td>
 <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/maven-commits/">mail-archives.apache.org</a></td></tr>
@@ -241,7 +241,7 @@
 <td>-</td>
 <td>-</td>
 <td>-</td>
-<td><a class="externalLink" href="https://maven.40175.n5.nabble.com/Maven-Commits-f277168.html">maven.40175.n5.nabble.com</a></td></tr>
+<td><a class="externalLink" href="http://maven.40175.n5.nabble.com/Maven-Commits-f277168.html">maven.40175.n5.nabble.com</a></td></tr>
 <tr class="a">
 <td>-</td>
 <td>-</td>
@@ -251,8 +251,8 @@
 <td><a class="externalLink" href="https://maven-commits.markmail.org/">maven-commits.markmail.org</a></td></tr>
 <tr class="b">
 <td>Maven Announcements List</td>
-<td><a href="announce-subscribe@maven.apache.org">Subscribe</a></td>
-<td><a href="announce-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:announce-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:announce-unsubscribe@maven.apache.org">Unsubscribe</a></td>
 <td><a href="announce@maven.apache.org">Post</a></td>
 <td><a class="externalLink" href="https://lists.apache.org/list.html?announce@maven.apache.org">lists.apache.org</a></td>
 <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/maven-announce/">mail-archives.apache.org</a></td></tr>
@@ -269,7 +269,7 @@
 <td>-</td>
 <td>-</td>
 <td>-</td>
-<td><a class="externalLink" href="https://maven.40175.n5.nabble.com/Maven-Announcements-f326045.html">maven.40175.n5.nabble.com</a></td></tr>
+<td><a class="externalLink" href="http://maven.40175.n5.nabble.com/Maven-Announcements-f326045.html">maven.40175.n5.nabble.com</a></td></tr>
 <tr class="a">
 <td>-</td>
 <td>-</td>
@@ -279,8 +279,8 @@
 <td><a class="externalLink" href="https://maven-announce.markmail.org/">maven-announce.markmail.org</a></td></tr>
 <tr class="b">
 <td>Maven Notifications List</td>
-<td><a href="notifications-subscribe@maven.apache.org">Subscribe</a></td>
-<td><a href="notifications-unsubscribe@maven.apache.org">Unsubscribe</a></td>
+<td><a class="externalLink" href="mailto:notifications-subscribe@maven.apache.org">Subscribe</a></td>
+<td><a class="externalLink" href="mailto:notifications-unsubscribe@maven.apache.org">Unsubscribe</a></td>
 <td>-</td>
 <td><a class="externalLink" href="https://lists.apache.org/list.html?notifications@maven.apache.org">lists.apache.org</a></td>
 <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/maven-notifications/">mail-archives.apache.org</a></td></tr>
@@ -297,7 +297,7 @@
 <td>-</td>
 <td>-</td>
 <td>-</td>
-<td><a class="externalLink" href="https://maven.40175.n5.nabble.com/Maven-Notifications-f301718.html">maven.40175.n5.nabble.com</a></td></tr>
+<td><a class="externalLink" href="http://maven.40175.n5.nabble.com/Maven-Notifications-f301718.html">maven.40175.n5.nabble.com</a></td></tr>
 <tr class="a">
 <td>-</td>
 <td>-</td>
@@ -312,7 +312,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/multirelease.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/multirelease.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/multirelease.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/multirelease.apt at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/multirelease.apt at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20180508" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Multi Release</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Multi Release <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/multirelease.apt"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Multi Release <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/multirelease.apt"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -267,7 +267,7 @@ META-INF/MANIFEST.MF { Multi-Release: tr
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/non-javac-compilers.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/non-javac-compilers.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/non-javac-compilers.html Wed Mar 27 21:13:02 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/non-javac-compilers.apt.vm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/non-javac-compilers.apt.vm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Edwin Punzalan" />
     <meta name="Date-Creation-yyyymmdd" content="20060719" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Using Non-Javac Compilers</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,9 +42,9 @@
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Using Non-Javac Compilers <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0/src/site/apt/non-javac-compilers.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+    <li class="active ">Using Non-Javac Compilers <a href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1/src/site/apt/non-javac-compilers.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -131,7 +131,7 @@
       [...]
       &lt;plugin&gt;
         &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;
-        &lt;version&gt;3.8.0&lt;/version&gt;
+        &lt;version&gt;3.8.1&lt;/version&gt;
         &lt;configuration&gt;
           &lt;compilerId&gt;csharp&lt;/compilerId&gt;
         &lt;/configuration&gt;
@@ -152,7 +152,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-info.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-info.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-info.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-plugin-plugin:3.5.2:report at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-plugin-plugin:3.5.2:report at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Plugin Documentation</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Plugin Documentation</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -170,7 +170,7 @@ Call <code>mvn compiler:help -Ddetail=tr
         &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.8.0&lt;/version&gt;
+          &lt;version&gt;3.8.1&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;
@@ -180,7 +180,7 @@ Call <code>mvn compiler:help -Ddetail=tr
       &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.8.0&lt;/version&gt;
+        &lt;version&gt;3.8.1&lt;/version&gt;
       &lt;/plugin&gt;
       ...
     &lt;/plugins&gt;
@@ -196,7 +196,7 @@ Call <code>mvn compiler:help -Ddetail=tr
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Plugin Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -294,9 +294,9 @@
 <td><a class="externalLink" href="http://codehaus-plexus.github.io/plexus-containers/plexus-component-metadata/">plexus-component-metadata</a></td>
 <td>1.7.1</td></tr>
 <tr class="b">
-<td>org.codehaus.plexus</td>
-<td>plexus-maven-plugin</td>
-<td>1.3.8</td></tr></table></div>
+<td>org.eclipse.m2e</td>
+<td>lifecycle-mapping</td>
+<td>1.0.0</td></tr></table></div>
         </div>
       </div>
     </div>
@@ -304,7 +304,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugins.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugins.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/plugins.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugins at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugins at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Project Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Plugins</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -247,7 +247,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/pmd.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/pmd.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/pmd.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-pmd-plugin:3.8:pmd at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-pmd-plugin:3.8:pmd at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; PMD Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">PMD Results</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -167,7 +167,7 @@
 <td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1398">1398</a></td></tr>
 <tr class="b">
 <td>These nested if statements could be combined</td>
-<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1596">1596</a>&#x2013;<a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1600">1600</a></td></tr></table></div>
+<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1581">1581</a>&#x2013;<a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1585">1585</a></td></tr></table></div>
 <div class="section">
 <h3><a name="org.2Fapache.2Fmaven.2Fplugin.2Fcompiler.2FTestCompilerMojo.java"></a>org/apache/maven/plugin/compiler/TestCompilerMojo.java</h3>
 <table border="0" class="table table-striped">
@@ -176,7 +176,7 @@
 <th>Line</th></tr>
 <tr class="b">
 <td>Avoid unused private fields such as 'compilePath'.</td>
-<td><a href="./xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html#L159">159</a></td></tr></table></div></div>
+<td><a href="./xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html#L158">158</a></td></tr></table></div></div>
         </div>
       </div>
     </div>
@@ -184,7 +184,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-info.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-info.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-info.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Information</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -184,7 +184,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-reports.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-reports.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/project-reports.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Generated Reports</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -176,7 +176,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/scm.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/scm.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/scm.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:scm at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:scm at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Source Code Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Source Code Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -132,15 +132,15 @@
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0">https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.0</a></pre></div></div>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1">https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.8.1</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
 <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-compiler-plugin-3.8.0 https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-compiler-plugin-3.8.1 https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
 <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p>
-<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-compiler-plugin-3.8.0 https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-compiler-plugin-3.8.1 https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
@@ -151,7 +151,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/sonar.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/sonar.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/sonar.html Wed Mar 27 21:13:02 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.sonar-plugins:maven-report:0.1:report at 2018-07-26
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.sonar-plugins:maven-report:0.1:report at 2019-03-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180726" />
+    <meta name="Date-Revision-yyyymmdd" content="20190327" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
     <li class="active ">Sonar</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.8.0</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-03-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.8.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -132,7 +132,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2001&#x2013;2018
+            <p>Copyright &copy;2001&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>