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
 Mon Feb 14 21:28:44 2022
@@ -1,68 +1,134 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/index.apt.vm at 2022-02-11 -->
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/index.apt.vm at 2022-02-14
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Maven Compiler Plugin &#x2013; Introduction</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-      <meta name="author" content="Edwin Punzalan" />
-    <meta name="date" content="2013-07-22" />
+    <meta charset="UTF-8" />
+    <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="20220214" />
     <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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script type="text/javascript" 
src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
   </head>
-  <body class="composite">
-    <div id="banner">
-<div id="bannerLeft">
-Apache Maven Compiler Plugin
-</div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-      <div class="xleft">
-        <span id="publishDate">Last Published: 2022-02-11</span>
-          &nbsp;| <span id="projectVersion">Version: 3.10.0</span>
-      </div>
-      <div class="xright">      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-       <h5>Overview</h5>
-    <ul>
-     <li class="none"><strong>Introduction</strong></li>
-     <li class="none"><a href="plugin-info.html" title="Goals">Goals</a></li>
-     <li class="none"><a href="usage.html" title="Usage">Usage</a></li>
-     <li class="none"><a href="faq.html" title="FAQ">FAQ</a></li>
-     <li class="none"><a href="http://www.apache.org/licenses/"; 
class="externalLink" title="License">License</a></li>
-     <li class="none"><a href="download.html" 
title="Download">Download</a></li>
-    </ul>
-       <h5>Examples</h5>
-    <ul>
-     <li class="none"><a href="examples/compile-using-different-jdk.html" 
title="Compile Using A Different JDK">Compile Using A Different JDK</a></li>
-     <li class="none"><a href="examples/set-compiler-source-and-target.html" 
title="Compile Using -source and -target javac Options">Compile Using -source 
and -target javac Options</a></li>
-     <li class="none"><a href="examples/set-compiler-release.html" 
title="Compile Using the --release javac Option (JDK 9+)">Compile Using the 
--release javac Option (JDK 9+)</a></li>
-     <li class="none"><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements">Compile Using Memory 
Allocation Enhancements</a></li>
-     <li class="none"><a href="examples/pass-compiler-arguments.html" 
title="Pass Compiler Arguments">Pass Compiler Arguments</a></li>
-     <li class="none"><a href="non-javac-compilers.html" title="Non-javac 
compilerIds">Non-javac compilerIds</a></li>
-     <li class="none"><a href="examples/module-info.html" title="Older 
projects with module-info">Older projects with module-info</a></li>
-     <li class="none"><a href="multirelease.html" 
title="MultiRelease">MultiRelease</a></li>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/"; 
id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Compiler Plugin"/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img 
src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven Compiler 
Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
+    <li class="active ">Introduction <a 
href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.10.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: 2022-02-14</li>
+          <li id="projectVersion" class="pull-right">Version: 3.10.0</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li class="active"><a href="#"><span 
class="none"></span>Introduction</a></li>
+    <li><a href="plugin-info.html" title="Goals"><span 
class="none"></span>Goals</a></li>
+    <li><a href="usage.html" title="Usage"><span 
class="none"></span>Usage</a></li>
+    <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="http://www.apache.org/licenses/"; class="externalLink" 
title="License"><span class="none"></span>License</a></li>
+    <li><a href="download.html" title="Download"><span 
class="none"></span>Download</a></li>
+      <li class="nav-header">Examples</li>
+    <li><a href="examples/compile-using-different-jdk.html" title="Compile 
Using A Different JDK"><span class="none"></span>Compile Using A Different 
JDK</a></li>
+    <li><a href="examples/set-compiler-source-and-target.html" title="Compile 
Using -source and -target javac Options"><span class="none"></span>Compile 
Using -source and -target javac Options</a></li>
+    <li><a href="examples/set-compiler-release.html" title="Compile Using the 
--release javac Option (JDK 9+)"><span class="none"></span>Compile Using the 
--release javac Option (JDK 9+)</a></li>
+    <li><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements"><span 
class="none"></span>Compile Using Memory Allocation Enhancements</a></li>
+    <li><a href="examples/pass-compiler-arguments.html" title="Pass Compiler 
Arguments"><span class="none"></span>Pass Compiler Arguments</a></li>
+    <li><a href="non-javac-compilers.html" title="Non-javac compilerIds"><span 
class="none"></span>Non-javac compilerIds</a></li>
+    <li><a href="examples/module-info.html" title="Older projects with 
module-info"><span class="none"></span>Older projects with module-info</a></li>
+    <li><a href="multirelease.html" title="MultiRelease"><span 
class="none"></span>MultiRelease</a></li>
+      <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-down"></span>Project Information</a>
+    <ul class="nav nav-list">
+    <li class="active"><a href="#"><span class="none"></span>About</a></li>
+    <li><a href="summary.html" title="Summary"><span 
class="none"></span>Summary</a></li>
+    <li><a href="dependency-info.html" title="Dependency Information"><span 
class="none"></span>Dependency Information</a></li>
+    <li><a href="team.html" title="Team"><span 
class="none"></span>Team</a></li>
+    <li><a href="scm.html" title="Source Code Management"><span 
class="none"></span>Source Code Management</a></li>
+    <li><a href="issue-management.html" title="Issue Management"><span 
class="none"></span>Issue Management</a></li>
+    <li><a href="mailing-lists.html" title="Mailing Lists"><span 
class="none"></span>Mailing Lists</a></li>
+    <li><a href="dependency-management.html" title="Dependency 
Management"><span class="none"></span>Dependency Management</a></li>
+    <li><a href="dependencies.html" title="Dependencies"><span 
class="none"></span>Dependencies</a></li>
+    <li><a href="dependency-convergence.html" title="Dependency 
Convergence"><span class="none"></span>Dependency Convergence</a></li>
+    <li><a href="ci-management.html" title="CI Management"><span 
class="none"></span>CI Management</a></li>
+    <li><a href="plugin-management.html" title="Plugin Management"><span 
class="none"></span>Plugin Management</a></li>
+    <li><a href="plugins.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="distribution-management.html" title="Distribution 
Management"><span class="none"></span>Distribution Management</a></li>
     </ul>
-      <a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" />
-      </a>
-      </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
+</li>
+    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-right"></span>Project Reports</a></li>
+      <li class="nav-header">Maven Projects</li>
+    <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
+    <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span 
class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search"; method="get" >
+  <input value="maven.apache.org/plugins/maven-compiler-plugin/" 
name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject"; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    </div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy"><img class="builtBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
 <div class="section">
 <h2><a name="Apache_Maven_Compiler_Plugin"></a>Apache Maven Compiler 
Plugin</h2>
 <p>The Compiler Plugin is used to compile the sources of your project. Since 
3.0, the default compiler is javax.tools.JavaCompiler (if you are using java 
1.6) and is used to compile Java sources. If you want to force the plugin using 
<tt>javac</tt>, you must configure the plugin option <a 
href="./compile-mojo.html#forceJavacCompilerUse"><tt>forceJavacCompilerUse</tt></a>.</p>
@@ -89,18 +155,18 @@ Apache Maven Compiler Plugin
 <li><a href="./examples/set-compiler-release.html">Compile Using the --release 
javac Option (supported since JDK 9)</a></li>
 <li><a href="./examples/compile-with-memory-enhancements.html">Compile Using 
Memory Allocation Enhancement</a></li>
 <li><a href="./examples/pass-compiler-arguments.html">Pass Compiler 
Arguments</a></li></ul></div></div>
+        </div>
       </div>
     </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-        Copyright &#169;      2001&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>.
-All rights reserved.      </div>
-      <div class="clear">
-        <hr/>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2022
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
       </div>
-    </div>
+    </footer>
   </body>
 </html>
\ No newline at end of file

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
 Mon Feb 14 21:28:44 2022
@@ -1,86 +1,151 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- 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 2022-02-11 -->
+<!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 2022-02-14
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Maven Compiler Plugin &#x2013; Issue Management</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20220214" />
     <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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script type="text/javascript" 
src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
   </head>
-  <body class="composite">
-    <div id="banner">
-<div id="bannerLeft">
-Apache Maven Compiler Plugin
-</div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-      <div class="xleft">
-        <span id="publishDate">Last Published: 2022-02-11</span>
-          &nbsp;| <span id="projectVersion">Version: 3.10.0</span>
-      </div>
-      <div class="xright">      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-       <h5>Overview</h5>
-    <ul>
-     <li class="none"><a href="index.html" 
title="Introduction">Introduction</a></li>
-     <li class="none"><a href="plugin-info.html" title="Goals">Goals</a></li>
-     <li class="none"><a href="usage.html" title="Usage">Usage</a></li>
-     <li class="none"><a href="faq.html" title="FAQ">FAQ</a></li>
-     <li class="none"><a href="http://www.apache.org/licenses/"; 
class="externalLink" title="License">License</a></li>
-     <li class="none"><a href="download.html" 
title="Download">Download</a></li>
-    </ul>
-       <h5>Examples</h5>
-    <ul>
-     <li class="none"><a href="examples/compile-using-different-jdk.html" 
title="Compile Using A Different JDK">Compile Using A Different JDK</a></li>
-     <li class="none"><a href="examples/set-compiler-source-and-target.html" 
title="Compile Using -source and -target javac Options">Compile Using -source 
and -target javac Options</a></li>
-     <li class="none"><a href="examples/set-compiler-release.html" 
title="Compile Using the --release javac Option (JDK 9+)">Compile Using the 
--release javac Option (JDK 9+)</a></li>
-     <li class="none"><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements">Compile Using Memory 
Allocation Enhancements</a></li>
-     <li class="none"><a href="examples/pass-compiler-arguments.html" 
title="Pass Compiler Arguments">Pass Compiler Arguments</a></li>
-     <li class="none"><a href="non-javac-compilers.html" title="Non-javac 
compilerIds">Non-javac compilerIds</a></li>
-     <li class="none"><a href="examples/module-info.html" title="Older 
projects with module-info">Older projects with module-info</a></li>
-     <li class="none"><a href="multirelease.html" 
title="MultiRelease">MultiRelease</a></li>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/"; 
id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Compiler Plugin"/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img 
src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven Compiler 
Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
+    <li class="active ">Issue Management</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2022-02-14</li>
+          <li id="projectVersion" class="pull-right">Version: 3.10.0</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span 
class="none"></span>Introduction</a></li>
+    <li><a href="plugin-info.html" title="Goals"><span 
class="none"></span>Goals</a></li>
+    <li><a href="usage.html" title="Usage"><span 
class="none"></span>Usage</a></li>
+    <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="http://www.apache.org/licenses/"; class="externalLink" 
title="License"><span class="none"></span>License</a></li>
+    <li><a href="download.html" title="Download"><span 
class="none"></span>Download</a></li>
+      <li class="nav-header">Examples</li>
+    <li><a href="examples/compile-using-different-jdk.html" title="Compile 
Using A Different JDK"><span class="none"></span>Compile Using A Different 
JDK</a></li>
+    <li><a href="examples/set-compiler-source-and-target.html" title="Compile 
Using -source and -target javac Options"><span class="none"></span>Compile 
Using -source and -target javac Options</a></li>
+    <li><a href="examples/set-compiler-release.html" title="Compile Using the 
--release javac Option (JDK 9+)"><span class="none"></span>Compile Using the 
--release javac Option (JDK 9+)</a></li>
+    <li><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements"><span 
class="none"></span>Compile Using Memory Allocation Enhancements</a></li>
+    <li><a href="examples/pass-compiler-arguments.html" title="Pass Compiler 
Arguments"><span class="none"></span>Pass Compiler Arguments</a></li>
+    <li><a href="non-javac-compilers.html" title="Non-javac compilerIds"><span 
class="none"></span>Non-javac compilerIds</a></li>
+    <li><a href="examples/module-info.html" title="Older projects with 
module-info"><span class="none"></span>Older projects with module-info</a></li>
+    <li><a href="multirelease.html" title="MultiRelease"><span 
class="none"></span>MultiRelease</a></li>
+      <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-down"></span>Project Information</a>
+    <ul class="nav nav-list">
+    <li><a href="index.html" title="About"><span 
class="none"></span>About</a></li>
+    <li><a href="summary.html" title="Summary"><span 
class="none"></span>Summary</a></li>
+    <li><a href="dependency-info.html" title="Dependency Information"><span 
class="none"></span>Dependency Information</a></li>
+    <li><a href="team.html" title="Team"><span 
class="none"></span>Team</a></li>
+    <li><a href="scm.html" title="Source Code Management"><span 
class="none"></span>Source Code Management</a></li>
+    <li class="active"><a href="#"><span class="none"></span>Issue 
Management</a></li>
+    <li><a href="mailing-lists.html" title="Mailing Lists"><span 
class="none"></span>Mailing Lists</a></li>
+    <li><a href="dependency-management.html" title="Dependency 
Management"><span class="none"></span>Dependency Management</a></li>
+    <li><a href="dependencies.html" title="Dependencies"><span 
class="none"></span>Dependencies</a></li>
+    <li><a href="dependency-convergence.html" title="Dependency 
Convergence"><span class="none"></span>Dependency Convergence</a></li>
+    <li><a href="ci-management.html" title="CI Management"><span 
class="none"></span>CI Management</a></li>
+    <li><a href="plugin-management.html" title="Plugin Management"><span 
class="none"></span>Plugin Management</a></li>
+    <li><a href="plugins.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="distribution-management.html" title="Distribution 
Management"><span class="none"></span>Distribution Management</a></li>
     </ul>
-      <a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" />
-      </a>
-      </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
+</li>
+    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-right"></span>Project Reports</a></li>
+      <li class="nav-header">Maven Projects</li>
+    <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
+    <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span 
class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search"; method="get" >
+  <input value="maven.apache.org/plugins/maven-compiler-plugin/" 
name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject"; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    </div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy"><img class="builtBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
 <div class="section">
 <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" 
href="http://www.atlassian.com/software/jira";>JIRA</a>.</p></div>
 <div class="section">
 <h2><a name="Issue_Management"></a>Issue Management</h2><a 
name="Issue_Management"></a>
 <p>Issues, bugs, and feature requests should be submitted to the following 
issue management system for this project.</p>
-<div class="source">
-<pre><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MCOMPILER";>https://issues.apache.org/jira/browse/MCOMPILER</a></pre></div></div>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" 
href="https://issues.apache.org/jira/browse/MCOMPILER";>https://issues.apache.org/jira/browse/MCOMPILER</a></pre></div></div>
+        </div>
       </div>
     </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-        Copyright &#169;      2001&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>.
-All rights reserved.      </div>
-      <div class="clear">
-        <hr/>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2022
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
       </div>
-    </div>
+    </footer>
   </body>
 </html>
\ No newline at end of file

Added: 
maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/js/apache-maven-fluido-1.7.min.js
==============================================================================
--- 
maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/js/apache-maven-fluido-1.7.min.js
 (added)
+++ 
maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/js/apache-maven-fluido-1.7.min.js
 Mon Feb 14 21:28:44 2022
@@ -0,0 +1,25 @@
+/*!
+ * jQuery JavaScript Library v1.11.2
+ * http://jquery.com/
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ *
+ * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-17T15:27Z
+ */
+(function(b,a){if(typeof module==="object"&&typeof 
module.exports==="object"){module.exports=b.document?a(b,true):function(c){if(!c.document){throw
 new Error("jQuery requires a window with a document")}return 
a(c)}}else{a(b)}}(typeof window!=="undefined"?window:this,function(a5,av){var 
aP=[];var P=aP.slice;var az=aP.concat;var x=aP.push;var bU=aP.indexOf;var 
ac={};var y=ac.toString;var K=ac.hasOwnProperty;var D={};var 
ai="1.11.2",bI=function(e,i){return new 
bI.fn.init(e,i)},E=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,bS=/^-ms-/,aW=/-([\da-z])/gi,O=function(e,i){return
 
i.toUpperCase()};bI.fn=bI.prototype={jquery:ai,constructor:bI,selector:"",length:0,toArray:function(){return
 P.call(this)},get:function(e){return 
e!=null?(e<0?this[e+this.length]:this[e]):P.call(this)},pushStack:function(e){var
 
i=bI.merge(this.constructor(),e);i.prevObject=this;i.context=this.context;return
 i},each:function(i,e){return bI.each(this,i,e)},map:function(e){return 
this.pushStack(bI.map(this,function(b7,b6){retu
 rn e.call(b7,b6,b7)}))},slice:function(){return 
this.pushStack(P.apply(this,arguments))},first:function(){return 
this.eq(0)},last:function(){return this.eq(-1)},eq:function(b7){var 
e=this.length,b6=+b7+(b7<0?e:0);return 
this.pushStack(b6>=0&&b6<e?[this[b6]]:[])},end:function(){return 
this.prevObject||this.constructor(null)},push:x,sort:aP.sort,splice:aP.splice};bI.extend=bI.fn.extend=function(){var
 
e,cb,b6,b7,ce,cc,ca=arguments[0]||{},b9=1,b8=arguments.length,cd=false;if(typeof
 ca==="boolean"){cd=ca;ca=arguments[b9]||{};b9++}if(typeof 
ca!=="object"&&!bI.isFunction(ca)){ca={}}if(b9===b8){ca=this;b9--}for(;b9<b8;b9++){if((ce=arguments[b9])!=null){for(b7
 in 
ce){e=ca[b7];b6=ce[b7];if(ca===b6){continue}if(cd&&b6&&(bI.isPlainObject(b6)||(cb=bI.isArray(b6)))){if(cb){cb=false;cc=e&&bI.isArray(e)?e:[]}else{cc=e&&bI.isPlainObject(e)?e:{}}ca[b7]=bI.extend(cd,cc,b6)}else{if(b6!==undefined){ca[b7]=b6}}}}}return
 
ca};bI.extend({expando:"jQuery"+(ai+Math.random()).replace(/\D/g,""),isReady:true,err
 or:function(e){throw new 
Error(e)},noop:function(){},isFunction:function(e){return 
bI.type(e)==="function"},isArray:Array.isArray||function(e){return 
bI.type(e)==="array"},isWindow:function(e){return 
e!=null&&e==e.window},isNumeric:function(e){return 
!bI.isArray(e)&&(e-parseFloat(e)+1)>=0},isEmptyObject:function(i){var e;for(e 
in i){return false}return true},isPlainObject:function(b7){var 
i;if(!b7||bI.type(b7)!=="object"||b7.nodeType||bI.isWindow(b7)){return 
false}try{if(b7.constructor&&!K.call(b7,"constructor")&&!K.call(b7.constructor.prototype,"isPrototypeOf")){return
 false}}catch(b6){return false}if(D.ownLast){for(i in b7){return 
K.call(b7,i)}}for(i in b7){}return 
i===undefined||K.call(b7,i)},type:function(e){if(e==null){return e+""}return 
typeof e==="object"||typeof e==="function"?ac[y.call(e)]||"object":typeof 
e},globalEval:function(e){if(e&&bI.trim(e)){(a5.execScript||function(i){a5["eval"].call(a5,i)})(e)}},camelCase:function(e){return
 e.replace(bS,"ms-").replace(aW,O)},nodeN
 ame:function(i,e){return 
i.nodeName&&i.nodeName.toLowerCase()===e.toLowerCase()},each:function(ca,cb,b6){var
 
b9,b7=0,b8=ca.length,e=ad(ca);if(b6){if(e){for(;b7<b8;b7++){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}else{for(b7
 in 
ca){b9=cb.apply(ca[b7],b6);if(b9===false){break}}}}else{if(e){for(;b7<b8;b7++){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}else{for(b7
 in ca){b9=cb.call(ca[b7],b7,ca[b7]);if(b9===false){break}}}}return 
ca},trim:function(e){return 
e==null?"":(e+"").replace(E,"")},makeArray:function(e,b6){var 
i=b6||[];if(e!=null){if(ad(Object(e))){bI.merge(i,typeof 
e==="string"?[e]:e)}else{x.call(i,e)}}return i},inArray:function(b8,b6,b7){var 
e;if(b6){if(bU){return 
bU.call(b6,b8,b7)}e=b6.length;b7=b7?b7<0?Math.max(0,e+b7):b7:0;for(;b7<e;b7++){if(b7
 in b6&&b6[b7]===b8){return b7}}}return -1},merge:function(b9,b7){var 
e=+b7.length,b6=0,b8=b9.length;while(b6<e){b9[b8++]=b7[b6++]}if(e!==e){while(b7[b6]!==undefined){b9[b8++]=b7[b6++]}}b9.length=b8;return
 b9},grep:function(
 e,cc,b9){var 
cb,b8=[],b6=0,b7=e.length,ca=!b9;for(;b6<b7;b6++){cb=!cc(e[b6],b6);if(cb!==ca){b8.push(e[b6])}}return
 b8},map:function(b7,cc,e){var 
cb,b9=0,ca=b7.length,b6=ad(b7),b8=[];if(b6){for(;b9<ca;b9++){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}else{for(b9
 in b7){cb=cc(b7[b9],b9,e);if(cb!=null){b8.push(cb)}}}return 
az.apply([],b8)},guid:1,proxy:function(b8,b7){var e,b6,i;if(typeof 
b7==="string"){i=b8[b7];b7=b8;b8=i}if(!bI.isFunction(b8)){return 
undefined}e=P.call(arguments,2);b6=function(){return 
b8.apply(b7||this,e.concat(P.call(arguments)))};b6.guid=b8.guid=b8.guid||bI.guid++;return
 b6},now:function(){return +(new Date())},support:D});bI.each("Boolean Number 
String Function Array Date RegExp Object Error".split(" 
"),function(b6,e){ac["[object "+e+"]"]=e.toLowerCase()});function ad(b6){var 
i=b6.length,e=bI.type(b6);if(e==="function"||bI.isWindow(b6)){return 
false}if(b6.nodeType===1&&i){return true}return e==="array"||i===0||typeof 
i==="number"&&i>0&&(i-1) in b6}var m=
+/*!
+ * Sizzle CSS Selector Engine v2.2.0-pre
+ * http://sizzlejs.com/
+ *
+ * Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
+ * Released under the MIT license
+ * http://jquery.org/license
+ *
+ * Date: 2014-12-16
+ */

[... 3 lines stripped ...]
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
 Mon Feb 14 21:28:44 2022
@@ -1,70 +1,136 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- 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 2022-02-11 -->
+<!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 2022-02-14
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Maven Compiler Plugin &#x2013; Project Mailing Lists</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20220214" />
     <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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script type="text/javascript" 
src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
   </head>
-  <body class="composite">
-    <div id="banner">
-<div id="bannerLeft">
-Apache Maven Compiler Plugin
-</div>
-      <div class="clear">
-        <hr/>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/"; 
id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Compiler Plugin"/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img 
src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
       </div>
-    </div>
-    <div id="breadcrumbs">
-      <div class="xleft">
-        <span id="publishDate">Last Published: 2022-02-11</span>
-          &nbsp;| <span id="projectVersion">Version: 3.10.0</span>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven Compiler 
Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
+    <li class="active ">Project Mailing Lists</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2022-02-14</li>
+          <li id="projectVersion" class="pull-right">Version: 3.10.0</li>
+        </ul>
       </div>
-      <div class="xright">      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-       <h5>Overview</h5>
-    <ul>
-     <li class="none"><a href="index.html" 
title="Introduction">Introduction</a></li>
-     <li class="none"><a href="plugin-info.html" title="Goals">Goals</a></li>
-     <li class="none"><a href="usage.html" title="Usage">Usage</a></li>
-     <li class="none"><a href="faq.html" title="FAQ">FAQ</a></li>
-     <li class="none"><a href="http://www.apache.org/licenses/"; 
class="externalLink" title="License">License</a></li>
-     <li class="none"><a href="download.html" 
title="Download">Download</a></li>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span 
class="none"></span>Introduction</a></li>
+    <li><a href="plugin-info.html" title="Goals"><span 
class="none"></span>Goals</a></li>
+    <li><a href="usage.html" title="Usage"><span 
class="none"></span>Usage</a></li>
+    <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="http://www.apache.org/licenses/"; class="externalLink" 
title="License"><span class="none"></span>License</a></li>
+    <li><a href="download.html" title="Download"><span 
class="none"></span>Download</a></li>
+      <li class="nav-header">Examples</li>
+    <li><a href="examples/compile-using-different-jdk.html" title="Compile 
Using A Different JDK"><span class="none"></span>Compile Using A Different 
JDK</a></li>
+    <li><a href="examples/set-compiler-source-and-target.html" title="Compile 
Using -source and -target javac Options"><span class="none"></span>Compile 
Using -source and -target javac Options</a></li>
+    <li><a href="examples/set-compiler-release.html" title="Compile Using the 
--release javac Option (JDK 9+)"><span class="none"></span>Compile Using the 
--release javac Option (JDK 9+)</a></li>
+    <li><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements"><span 
class="none"></span>Compile Using Memory Allocation Enhancements</a></li>
+    <li><a href="examples/pass-compiler-arguments.html" title="Pass Compiler 
Arguments"><span class="none"></span>Pass Compiler Arguments</a></li>
+    <li><a href="non-javac-compilers.html" title="Non-javac compilerIds"><span 
class="none"></span>Non-javac compilerIds</a></li>
+    <li><a href="examples/module-info.html" title="Older projects with 
module-info"><span class="none"></span>Older projects with module-info</a></li>
+    <li><a href="multirelease.html" title="MultiRelease"><span 
class="none"></span>MultiRelease</a></li>
+      <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-down"></span>Project Information</a>
+    <ul class="nav nav-list">
+    <li><a href="index.html" title="About"><span 
class="none"></span>About</a></li>
+    <li><a href="summary.html" title="Summary"><span 
class="none"></span>Summary</a></li>
+    <li><a href="dependency-info.html" title="Dependency Information"><span 
class="none"></span>Dependency Information</a></li>
+    <li><a href="team.html" title="Team"><span 
class="none"></span>Team</a></li>
+    <li><a href="scm.html" title="Source Code Management"><span 
class="none"></span>Source Code Management</a></li>
+    <li><a href="issue-management.html" title="Issue Management"><span 
class="none"></span>Issue Management</a></li>
+    <li class="active"><a href="#"><span class="none"></span>Mailing 
Lists</a></li>
+    <li><a href="dependency-management.html" title="Dependency 
Management"><span class="none"></span>Dependency Management</a></li>
+    <li><a href="dependencies.html" title="Dependencies"><span 
class="none"></span>Dependencies</a></li>
+    <li><a href="dependency-convergence.html" title="Dependency 
Convergence"><span class="none"></span>Dependency Convergence</a></li>
+    <li><a href="ci-management.html" title="CI Management"><span 
class="none"></span>CI Management</a></li>
+    <li><a href="plugin-management.html" title="Plugin Management"><span 
class="none"></span>Plugin Management</a></li>
+    <li><a href="plugins.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="distribution-management.html" title="Distribution 
Management"><span class="none"></span>Distribution Management</a></li>
     </ul>
-       <h5>Examples</h5>
-    <ul>
-     <li class="none"><a href="examples/compile-using-different-jdk.html" 
title="Compile Using A Different JDK">Compile Using A Different JDK</a></li>
-     <li class="none"><a href="examples/set-compiler-source-and-target.html" 
title="Compile Using -source and -target javac Options">Compile Using -source 
and -target javac Options</a></li>
-     <li class="none"><a href="examples/set-compiler-release.html" 
title="Compile Using the --release javac Option (JDK 9+)">Compile Using the 
--release javac Option (JDK 9+)</a></li>
-     <li class="none"><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements">Compile Using Memory 
Allocation Enhancements</a></li>
-     <li class="none"><a href="examples/pass-compiler-arguments.html" 
title="Pass Compiler Arguments">Pass Compiler Arguments</a></li>
-     <li class="none"><a href="non-javac-compilers.html" title="Non-javac 
compilerIds">Non-javac compilerIds</a></li>
-     <li class="none"><a href="examples/module-info.html" title="Older 
projects with module-info">Older projects with module-info</a></li>
-     <li class="none"><a href="multirelease.html" 
title="MultiRelease">MultiRelease</a></li>
-    </ul>
-      <a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" />
-      </a>
-      </div>
+</li>
+    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-right"></span>Project Reports</a></li>
+      <li class="nav-header">Maven Projects</li>
+    <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
+    <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span 
class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search"; method="get" >
+  <input value="maven.apache.org/plugins/maven-compiler-plugin/" 
name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject"; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy"><img class="builtBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
 <div class="section">
 <h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a 
name="Project_Mailing_Lists"></a>
 <p>These are the mailing lists that have been established for this project. 
For each list, there is a subscribe, unsubscribe, and an archive link.</p>
-<table border="0" class="bodyTable">
+<table border="0" class="table table-striped">
 <tr class="a">
 <th>Name</th>
 <th>Subscribe</th>
@@ -240,18 +306,18 @@ Apache Maven Compiler Plugin
 <td>-</td>
 <td>-</td>
 <td><a class="externalLink" 
href="https://maven-notifications.markmail.org/";>maven-notifications.markmail.org</a></td></tr></table></div>
+        </div>
       </div>
     </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-        Copyright &#169;      2001&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>.
-All rights reserved.      </div>
-      <div class="clear">
-        <hr/>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2022
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
       </div>
-    </div>
+    </footer>
   </body>
 </html>
\ No newline at end of file

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
 Mon Feb 14 21:28:44 2022
@@ -1,68 +1,117 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/multirelease.apt at 2022-02-11 -->
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/multirelease.apt at 2022-02-14
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Maven Compiler Plugin &#x2013; Multi Release</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-      <meta name="author" content="Robert Scholte" />
-    <meta name="date" content="2018-05-08" />
+    <meta charset="UTF-8" />
+    <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="20220214" />
     <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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script type="text/javascript" 
src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
   </head>
-  <body class="composite">
-    <div id="banner">
-<div id="bannerLeft">
-Apache Maven Compiler Plugin
-</div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-      <div class="xleft">
-        <span id="publishDate">Last Published: 2022-02-11</span>
-          &nbsp;| <span id="projectVersion">Version: 3.10.0</span>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/"; 
id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Compiler Plugin"/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img 
src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
       </div>
-      <div class="xright">      </div>
-      <div class="clear">
-        <hr/>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven Compiler 
Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
+    <li class="active ">Multi Release <a 
href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.10.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: 2022-02-14</li>
+          <li id="projectVersion" class="pull-right">Version: 3.10.0</li>
+        </ul>
       </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span 
class="none"></span>Introduction</a></li>
+    <li><a href="plugin-info.html" title="Goals"><span 
class="none"></span>Goals</a></li>
+    <li><a href="usage.html" title="Usage"><span 
class="none"></span>Usage</a></li>
+    <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="http://www.apache.org/licenses/"; class="externalLink" 
title="License"><span class="none"></span>License</a></li>
+    <li><a href="download.html" title="Download"><span 
class="none"></span>Download</a></li>
+      <li class="nav-header">Examples</li>
+    <li><a href="examples/compile-using-different-jdk.html" title="Compile 
Using A Different JDK"><span class="none"></span>Compile Using A Different 
JDK</a></li>
+    <li><a href="examples/set-compiler-source-and-target.html" title="Compile 
Using -source and -target javac Options"><span class="none"></span>Compile 
Using -source and -target javac Options</a></li>
+    <li><a href="examples/set-compiler-release.html" title="Compile Using the 
--release javac Option (JDK 9+)"><span class="none"></span>Compile Using the 
--release javac Option (JDK 9+)</a></li>
+    <li><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements"><span 
class="none"></span>Compile Using Memory Allocation Enhancements</a></li>
+    <li><a href="examples/pass-compiler-arguments.html" title="Pass Compiler 
Arguments"><span class="none"></span>Pass Compiler Arguments</a></li>
+    <li><a href="non-javac-compilers.html" title="Non-javac compilerIds"><span 
class="none"></span>Non-javac compilerIds</a></li>
+    <li><a href="examples/module-info.html" title="Older projects with 
module-info"><span class="none"></span>Older projects with module-info</a></li>
+    <li class="active"><a href="#"><span 
class="none"></span>MultiRelease</a></li>
+      <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-right"></span>Project Information</a></li>
+    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-right"></span>Project Reports</a></li>
+      <li class="nav-header">Maven Projects</li>
+    <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
+    <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span 
class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search"; method="get" >
+  <input value="maven.apache.org/plugins/maven-compiler-plugin/" 
name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject"; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-       <h5>Overview</h5>
-    <ul>
-     <li class="none"><a href="index.html" 
title="Introduction">Introduction</a></li>
-     <li class="none"><a href="plugin-info.html" title="Goals">Goals</a></li>
-     <li class="none"><a href="usage.html" title="Usage">Usage</a></li>
-     <li class="none"><a href="faq.html" title="FAQ">FAQ</a></li>
-     <li class="none"><a href="http://www.apache.org/licenses/"; 
class="externalLink" title="License">License</a></li>
-     <li class="none"><a href="download.html" 
title="Download">Download</a></li>
-    </ul>
-       <h5>Examples</h5>
-    <ul>
-     <li class="none"><a href="examples/compile-using-different-jdk.html" 
title="Compile Using A Different JDK">Compile Using A Different JDK</a></li>
-     <li class="none"><a href="examples/set-compiler-source-and-target.html" 
title="Compile Using -source and -target javac Options">Compile Using -source 
and -target javac Options</a></li>
-     <li class="none"><a href="examples/set-compiler-release.html" 
title="Compile Using the --release javac Option (JDK 9+)">Compile Using the 
--release javac Option (JDK 9+)</a></li>
-     <li class="none"><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements">Compile Using Memory 
Allocation Enhancements</a></li>
-     <li class="none"><a href="examples/pass-compiler-arguments.html" 
title="Pass Compiler Arguments">Pass Compiler Arguments</a></li>
-     <li class="none"><a href="non-javac-compilers.html" title="Non-javac 
compilerIds">Non-javac compilerIds</a></li>
-     <li class="none"><a href="examples/module-info.html" title="Older 
projects with module-info">Older projects with module-info</a></li>
-     <li class="none"><strong>MultiRelease</strong></li>
-    </ul>
-      <a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" />
-      </a>
-      </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy"><img class="builtBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
 <div class="section">
 <h2><a name="Multi_Release"></a>Multi Release</h2>
 <p>With <a class="externalLink" 
href="http://openjdk.java.net/jeps/238";>JEP-238</a> the support of multirelease 
jars was introduced. This means that you can have Java version dependent 
classes inside one jar. Based on the runtime it will pick up the best matching 
version of a class.</p>
@@ -158,7 +207,7 @@ META-INF/MANIFEST.MF { Multi-Release: tr
 <div class="section">
 <h2><a name="Patterns_Summary"></a>Patterns Summary</h2>
 <p>For every pattern there are integration tests created, based on the same 
set of sourcefiles. See <a class="externalLink" 
href="https://github.com/apache/maven-compiler-plugin/tree/master/src/it/multirelease-patterns";>https://github.com/apache/maven-compiler-plugin/tree/master/src/it/multirelease-patterns</a></p>
-<table border="1" class="bodyTable">
+<table border="1" class="table table-striped">
 <tr class="a">
 <th align="center"></th>
 <th align="center">Maven Multimodule</th>
@@ -224,18 +273,18 @@ META-INF/MANIFEST.MF { Multi-Release: tr
 <p>(g) Maven extension+plugin hides the multiple executions in the 
<tt>perReleaseConfiguration</tt> configuration</p>
 <p>(h) Requires a --patch-module on a dependency </p>
 <p>(i) IDE Support: All classes are recognized and can be tested within the 
IDE.</p></div>
+        </div>
       </div>
     </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-        Copyright &#169;      2001&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>.
-All rights reserved.      </div>
-      <div class="clear">
-        <hr/>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2022
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
       </div>
-    </div>
+    </footer>
   </body>
 </html>
\ No newline at end of file

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
 Mon Feb 14 21:28:44 2022
@@ -1,68 +1,117 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/non-javac-compilers.apt.vm at 2022-02-11 -->
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from 
src/site/apt/non-javac-compilers.apt.vm at 2022-02-14
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <title>Apache Maven Compiler Plugin &#x2013; Using Non-Javac 
Compilers</title>
-    <style type="text/css" media="all">
-      @import url("./css/maven-base.css");
-      @import url("./css/maven-theme.css");
-      @import url("./css/site.css");
-    </style>
-    <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-      <meta name="author" content="Edwin Punzalan" />
-    <meta name="date" content="2006-07-19" />
+    <meta charset="UTF-8" />
+    <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="20220214" />
     <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" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script type="text/javascript" 
src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
   </head>
-  <body class="composite">
-    <div id="banner">
-<div id="bannerLeft">
-Apache Maven Compiler Plugin
-</div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="breadcrumbs">
-      <div class="xleft">
-        <span id="publishDate">Last Published: 2022-02-11</span>
-          &nbsp;| <span id="projectVersion">Version: 3.10.0</span>
-      </div>
-      <div class="xright">      </div>
-      <div class="clear">
-        <hr/>
-      </div>
-    </div>
-    <div id="leftColumn">
-      <div id="navcolumn">
-       <h5>Overview</h5>
-    <ul>
-     <li class="none"><a href="index.html" 
title="Introduction">Introduction</a></li>
-     <li class="none"><a href="plugin-info.html" title="Goals">Goals</a></li>
-     <li class="none"><a href="usage.html" title="Usage">Usage</a></li>
-     <li class="none"><a href="faq.html" title="FAQ">FAQ</a></li>
-     <li class="none"><a href="http://www.apache.org/licenses/"; 
class="externalLink" title="License">License</a></li>
-     <li class="none"><a href="download.html" 
title="Download">Download</a></li>
-    </ul>
-       <h5>Examples</h5>
-    <ul>
-     <li class="none"><a href="examples/compile-using-different-jdk.html" 
title="Compile Using A Different JDK">Compile Using A Different JDK</a></li>
-     <li class="none"><a href="examples/set-compiler-source-and-target.html" 
title="Compile Using -source and -target javac Options">Compile Using -source 
and -target javac Options</a></li>
-     <li class="none"><a href="examples/set-compiler-release.html" 
title="Compile Using the --release javac Option (JDK 9+)">Compile Using the 
--release javac Option (JDK 9+)</a></li>
-     <li class="none"><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements">Compile Using Memory 
Allocation Enhancements</a></li>
-     <li class="none"><a href="examples/pass-compiler-arguments.html" 
title="Pass Compiler Arguments">Pass Compiler Arguments</a></li>
-     <li class="none"><strong>Non-javac compilerIds</strong></li>
-     <li class="none"><a href="examples/module-info.html" title="Older 
projects with module-info">Older projects with module-info</a></li>
-     <li class="none"><a href="multirelease.html" 
title="MultiRelease">MultiRelease</a></li>
-    </ul>
-      <a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy">
-        <img class="poweredBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" />
-      </a>
-      </div>
-    </div>
-    <div id="bodyColumn">
-      <div id="contentBox">
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/"; 
id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt="Apache 
Maven Compiler Plugin"/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img 
src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven Compiler 
Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li>
+    <li class="active ">Using Non-Javac Compilers <a 
href="https://github.com/apache/maven-compiler-plugin/tree/maven-compiler-plugin-3.10.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: 2022-02-14</li>
+          <li id="projectVersion" class="pull-right">Version: 3.10.0</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li><a href="index.html" title="Introduction"><span 
class="none"></span>Introduction</a></li>
+    <li><a href="plugin-info.html" title="Goals"><span 
class="none"></span>Goals</a></li>
+    <li><a href="usage.html" title="Usage"><span 
class="none"></span>Usage</a></li>
+    <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="http://www.apache.org/licenses/"; class="externalLink" 
title="License"><span class="none"></span>License</a></li>
+    <li><a href="download.html" title="Download"><span 
class="none"></span>Download</a></li>
+      <li class="nav-header">Examples</li>
+    <li><a href="examples/compile-using-different-jdk.html" title="Compile 
Using A Different JDK"><span class="none"></span>Compile Using A Different 
JDK</a></li>
+    <li><a href="examples/set-compiler-source-and-target.html" title="Compile 
Using -source and -target javac Options"><span class="none"></span>Compile 
Using -source and -target javac Options</a></li>
+    <li><a href="examples/set-compiler-release.html" title="Compile Using the 
--release javac Option (JDK 9+)"><span class="none"></span>Compile Using the 
--release javac Option (JDK 9+)</a></li>
+    <li><a href="examples/compile-with-memory-enhancements.html" 
title="Compile Using Memory Allocation Enhancements"><span 
class="none"></span>Compile Using Memory Allocation Enhancements</a></li>
+    <li><a href="examples/pass-compiler-arguments.html" title="Pass Compiler 
Arguments"><span class="none"></span>Pass Compiler Arguments</a></li>
+    <li class="active"><a href="#"><span class="none"></span>Non-javac 
compilerIds</a></li>
+    <li><a href="examples/module-info.html" title="Older projects with 
module-info"><span class="none"></span>Older projects with module-info</a></li>
+    <li><a href="multirelease.html" title="MultiRelease"><span 
class="none"></span>MultiRelease</a></li>
+      <li class="nav-header">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-right"></span>Project Information</a></li>
+    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-right"></span>Project Reports</a></li>
+      <li class="nav-header">Maven Projects</li>
+    <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
+    <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span 
class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search"; method="get" >
+  <input value="maven.apache.org/plugins/maven-compiler-plugin/" 
name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 
'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject"; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    </div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/"; title="Built by Maven" 
class="poweredBy"><img class="builtBy" alt="Built by Maven" 
src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
 <div class="section">
 <h2><a name="Using_Non-Javac_Compilers"></a>Using Non-Javac Compilers</h2>
 <p>Contrary to this plugin's name, the Compiler Plugin does not compile the 
sources of your project by itself. To compile, the Compiler Plugin uses another 
class to compile them. The parameter <tt>compilerId</tt> determines which class 
will be used. Currently, the Compiler Plugin is bundled with the <tt>javac</tt> 
compiler artifact with artifactId <tt>plexus-compiler-javac</tt>, which can be 
seen as one of the dependencies declared inside the Compiler Plugin's POM.</p>
@@ -75,8 +124,7 @@ Apache Maven Compiler Plugin
 <div class="section">
 <h3><a name="Using_The_Other_Plexus_Compilers"></a>Using The Other Plexus 
Compilers</h3>
 <p>To use any of the non-javac compilers, you need to make the artifact 
available in the classpath when the Compiler Plugin runs. This is possible by 
adding the dependency when declaring the plugin in your project's 
<tt>pom.xml</tt>. The example below shows how to use the <tt>csharp</tt> 
compiler:</p>
-<div class="source">
-<pre>&lt;project&gt;
+<div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   [...]
   &lt;build&gt;
     [...]
@@ -98,18 +146,18 @@ Apache Maven Compiler Plugin
       &lt;/plugin&gt;
   [...]
 &lt;/project&gt;</pre></div></div></div>
+        </div>
       </div>
     </div>
-    <div class="clear">
-      <hr/>
-    </div>
-    <div id="footer">
-      <div class="xright">
-        Copyright &#169;      2001&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>.
-All rights reserved.      </div>
-      <div class="clear">
-        <hr/>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2022
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
       </div>
-    </div>
+    </footer>
   </body>
 </html>
\ No newline at end of file


Reply via email to