You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2018/07/11 23:43:17 UTC

svn commit: r1835688 [9/29] - 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-using-different-jdk.html
==============================================================================
--- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-using-different-jdk.html (original)
+++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-using-different-jdk.html Wed Jul 11 23:43:15 2018
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-09-01 
- | Rendered using Apache Maven Fluido Skin 1.5
+ | Generated by Apache Maven Doxia Site Renderer 1.8 from src/site/apt/examples/compile-using-different-jdk.apt.vm at 2018-07-12
+ | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -9,350 +9,109 @@
     <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="20170901" />
+    <meta name="Date-Revision-yyyymmdd" content="20180712" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Compiling Sources Using A Different JDK</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
+    <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.5.min.js"></script>
-
-                  <!-- Google Analytics -->
+    <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="topBarDisabled">
-          
-                
-                    
-    
-        <div class="container-fluid">
-          <div id="banner">
-        <div class="pull-left">
-                                    <a href="https://www.apache.org/" id="bannerLeft">
-                                                                                                <img src="../../../images/apache-maven-project.png"  alt="Apache Maven Compiler Plugin"/>
-                </a>
-                      </div>
-        <div class="pull-right">                                <a href="../../../" id="bannerRight">
-                                                                                                <img src="../../../images/maven-logo-black-on-white.png" />
-                </a>
-      </div>
+  </head>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt="Apache Maven Compiler Plugin"/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  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 ">Compiling Sources Using A Different JDK</li>
-        
-              
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-09-01</li>
-              <li id="projectVersion" class="pull-right">
-                    Version: 3.7.0
-        </li>
-            
-                            </ul>
+      <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 ">Compiling Sources Using A Different JDK</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-12</li>
+          <li id="projectVersion" class="pull-right">Version: 3.7.1-SNAPSHOT</li>
+        </ul>
       </div>
-
-            
       <div class="row-fluid">
         <div id="leftColumn" class="span2">
           <div class="well sidebar-nav">
-              
-                <ul class="nav nav-list">
-                    <li class="nav-header">Overview</li>
-                              
-      <li>
-  
-                          <a href="../index.html" title="Introduction">
-          <span class="none"></span>
-        Introduction</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../plugin-info.html" title="Goals">
-          <span class="none"></span>
-        Goals</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../usage.html" title="Usage">
-          <span class="none"></span>
-        Usage</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../faq.html" title="FAQ">
-          <span class="none"></span>
-        FAQ</a>
-            </li>
-                
-      <li>
-  
-                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
-          <span class="none"></span>
-        License</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../download.html" title="Download">
-          <span class="none"></span>
-        Download</a>
-            </li>
-                              <li class="nav-header">Examples</li>
-                              
-      <li class="active">
-  
-            <a href="#"><span class="none"></span>Compile Using A Different JDK</a>
-          </li>
-                
-      <li>
-  
-                          <a href="../examples/set-compiler-source-and-target.html" title="Compile Using -source and -target javac Options">
-          <span class="none"></span>
-        Compile Using -source and -target javac Options</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../examples/compile-with-memory-enhancements.html" title="Compile Using Memory Allocation Enhancements">
-          <span class="none"></span>
-        Compile Using Memory Allocation Enhancements</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../examples/pass-compiler-arguments.html" title="Pass Compiler Arguments">
-          <span class="none"></span>
-        Pass Compiler Arguments</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../non-javac-compilers.html" title="Non-javac compilerIds">
-          <span class="none"></span>
-        Non-javac compilerIds</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../examples/module-info.html" title="Older projects with module-info">
-          <span class="none"></span>
-        Older projects with module-info</a>
-            </li>
-                              <li class="nav-header">Project Documentation</li>
-                                                                                                                                                                                                                                                                                                                          
-      <li>
-  
-                          <a href="../project-info.html" title="Project Information">
-          <span class="icon-chevron-right"></span>
-        Project Information</a>
-                  </li>
-                                                                                                                                                                                                                                                                        
-      <li>
-  
-                          <a href="../project-reports.html" title="Project Reports">
-          <span class="icon-chevron-right"></span>
-        Project Reports</a>
-                  </li>
-                              <li class="nav-header">Maven Projects</li>
-                              
-      <li>
-  
-                          <a href="../../../archetype/index.html" title="Archetype">
-          <span class="none"></span>
-        Archetype</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../doxia/index.html" title="Doxia">
-          <span class="none"></span>
-        Doxia</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../jxr/index.html" title="JXR">
-          <span class="none"></span>
-        JXR</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../ref/current" title="Maven">
-          <span class="none"></span>
-        Maven</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../pom/index.html" title="Parent POMs">
-          <span class="none"></span>
-        Parent POMs</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../index.html" title="Plugins">
-          <span class="none"></span>
-        Plugins</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../plugin-testing/index.html" title="Plugin Testing">
-          <span class="none"></span>
-        Plugin Testing</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../plugin-tools/index.html" title="Plugin Tools">
-          <span class="none"></span>
-        Plugin Tools</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../apache-resource-bundles/index.html" title="Resource Bundles">
-          <span class="none"></span>
-        Resource Bundles</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../scm/index.html" title="SCM">
-          <span class="none"></span>
-        SCM</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../shared/index.html" title="Shared Components">
-          <span class="none"></span>
-        Shared Components</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../skins/index.html" title="Skins">
-          <span class="none"></span>
-        Skins</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../surefire/index.html" title="Surefire">
-          <span class="none"></span>
-        Surefire</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../wagon/index.html" title="Wagon">
-          <span class="none"></span>
-        Wagon</a>
-            </li>
-                              <li class="nav-header">ASF</li>
-                              
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
-          <span class="none"></span>
-        How Apache Works</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation">
-          <span class="none"></span>
-        Foundation</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
-          <span class="none"></span>
-        Sponsoring Apache</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
-          <span class="none"></span>
-        Thanks</a>
-            </li>
-            </ul>
-              
-                            <form id="search-form" action="https://www.google.com/search" method="get" >
-    
+    <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 class="active"><a href="#"><span class="none"></span>Compile Using A Different JDK</a></li>
+    <li><a href="../examples/set-compiler-source-and-target.html" title="Compile Using -source and -target javac Options"><span class="none"></span>Compile Using -source and -target javac Options</a></li>
+    <li><a href="../examples/compile-with-memory-enhancements.html" title="Compile Using Memory Allocation Enhancements"><span class="none"></span>Compile Using Memory Allocation Enhancements</a></li>
+    <li><a href="../examples/pass-compiler-arguments.html" title="Pass Compiler Arguments"><span class="none"></span>Pass Compiler Arguments</a></li>
+    <li><a href="../non-javac-compilers.html" title="Non-javac compilerIds"><span class="none"></span>Non-javac compilerIds</a></li>
+    <li><a href="../examples/module-info.html" title="Older projects with module-info"><span class="none"></span>Older projects with module-info</a></li>
+    <li><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="$sitesearchValue" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript" src="https://cse.google.com/brand?form=search-form"></script>
-          
+<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
           <hr />
-
-           <div id="poweredBy">
-                   
-    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
-
-    
-    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-compiler-plugin/" data-size="tall" ></div>
-
-                   <div class="clear"></div>
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
-      </a>
-                  </div>
+          <div 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">
+<div class="section">
 <h2><a name="Compiling_Sources_Using_A_Different_JDK"></a>Compiling Sources Using A Different JDK</h2>
 <div class="section">
 <h3><a name="Using_Maven_Toolchains"></a>Using Maven Toolchains</h3>
@@ -371,7 +130,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.7.0&lt;/version&gt;
+        &lt;version&gt;3.7.1-SNAPSHOT&lt;/version&gt;
         &lt;configuration&gt;
           &lt;verbose&gt;true&lt;/verbose&gt;
           &lt;fork&gt;true&lt;/fork&gt;
@@ -383,11 +142,9 @@
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;
-</pre></div>
+&lt;/project&gt;</pre></div>
 <p>To avoid hard-coding a filesystem path for the executable, you can use a property. For example:</p>
-<div class="source"><pre class="prettyprint linenums">          &lt;executable&gt;${JAVA_1_4_HOME}/bin/javac&lt;/executable&gt;
-</pre></div>
+<div class="source"><pre class="prettyprint linenums">          &lt;executable&gt;${JAVA_1_4_HOME}/bin/javac&lt;/executable&gt;</pre></div>
 <p>Each developer then defines this property in <a class="externalLink" href="http://maven.apache.org/ref/current/maven-settings/settings.html">settings.xml</a>, or sets an environment variable, so that the build remains portable.</p>
 <div class="source"><pre class="prettyprint linenums">&lt;settings&gt;
   [...]
@@ -404,26 +161,20 @@
   &lt;activeProfiles&gt;
     &lt;activeProfile&gt;compiler&lt;/activeProfile&gt;
   &lt;/activeProfiles&gt;
-&lt;/settings&gt;
-</pre></div>
+&lt;/settings&gt;</pre></div>
 <p>If you build with a different JDK, you may want to <a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html"> customize</a> the jar file manifest.</p></div></div>
-                  </div>
-            </div>
-          </div>
-
+        </div>
+      </div>
+    </div>
     <hr/>
-
     <footer>
-            <div class="container-fluid">
-                      <div class="row-fluid">
-                                      <p >Copyright &copy;                    2001&#x2013;2017
-                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.    
-      </p>
-                </div>
-
-        
-                </div>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2018
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+      </div>
     </footer>
-        </body>
+  </body>
 </html>
\ No newline at end of file

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 Jul 11 23:43:15 2018
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-09-01 
- | Rendered using Apache Maven Fluido Skin 1.5
+ | Generated by Apache Maven Doxia Site Renderer 1.8 from src/site/apt/examples/compile-with-memory-enhancements.apt.vm at 2018-07-12
+ | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -9,350 +9,109 @@
     <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="20170901" />
+    <meta name="Date-Revision-yyyymmdd" content="20180712" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Compile Using Memory Allocation Enhancements</title>
-    <link rel="stylesheet" href="../css/apache-maven-fluido-1.5.min.css" />
+    <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.5.min.js"></script>
-
-                  <!-- Google Analytics -->
+    <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="topBarDisabled">
-          
-                
-                    
-    
-        <div class="container-fluid">
-          <div id="banner">
-        <div class="pull-left">
-                                    <a href="https://www.apache.org/" id="bannerLeft">
-                                                                                                <img src="../../../images/apache-maven-project.png"  alt="Apache Maven Compiler Plugin"/>
-                </a>
-                      </div>
-        <div class="pull-right">                                <a href="../../../" id="bannerRight">
-                                                                                                <img src="../../../images/maven-logo-black-on-white.png" />
-                </a>
-      </div>
+  </head>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt="Apache Maven Compiler Plugin"/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  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 ">Compile Using Memory Allocation Enhancements</li>
-        
-              
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-09-01</li>
-              <li id="projectVersion" class="pull-right">
-                    Version: 3.7.0
-        </li>
-            
-                            </ul>
+      <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 ">Compile Using Memory Allocation Enhancements</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-12</li>
+          <li id="projectVersion" class="pull-right">Version: 3.7.1-SNAPSHOT</li>
+        </ul>
       </div>
-
-            
       <div class="row-fluid">
         <div id="leftColumn" class="span2">
           <div class="well sidebar-nav">
-              
-                <ul class="nav nav-list">
-                    <li class="nav-header">Overview</li>
-                              
-      <li>
-  
-                          <a href="../index.html" title="Introduction">
-          <span class="none"></span>
-        Introduction</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../plugin-info.html" title="Goals">
-          <span class="none"></span>
-        Goals</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../usage.html" title="Usage">
-          <span class="none"></span>
-        Usage</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../faq.html" title="FAQ">
-          <span class="none"></span>
-        FAQ</a>
-            </li>
-                
-      <li>
-  
-                          <a href="http://www.apache.org/licenses/" class="externalLink" title="License">
-          <span class="none"></span>
-        License</a>
-            </li>
-                
-      <li>
-  
-                          <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 class="active">
-  
-            <a href="#"><span class="none"></span>Compile Using Memory Allocation Enhancements</a>
-          </li>
-                
-      <li>
-  
-                          <a href="../examples/pass-compiler-arguments.html" title="Pass Compiler Arguments">
-          <span class="none"></span>
-        Pass Compiler Arguments</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../non-javac-compilers.html" title="Non-javac compilerIds">
-          <span class="none"></span>
-        Non-javac compilerIds</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../examples/module-info.html" title="Older projects with module-info">
-          <span class="none"></span>
-        Older projects with module-info</a>
-            </li>
-                              <li class="nav-header">Project Documentation</li>
-                                                                                                                                                                                                                                                                                                                          
-      <li>
-  
-                          <a href="../project-info.html" title="Project Information">
-          <span class="icon-chevron-right"></span>
-        Project Information</a>
-                  </li>
-                                                                                                                                                                                                                                                                        
-      <li>
-  
-                          <a href="../project-reports.html" title="Project Reports">
-          <span class="icon-chevron-right"></span>
-        Project Reports</a>
-                  </li>
-                              <li class="nav-header">Maven Projects</li>
-                              
-      <li>
-  
-                          <a href="../../../archetype/index.html" title="Archetype">
-          <span class="none"></span>
-        Archetype</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../doxia/index.html" title="Doxia">
-          <span class="none"></span>
-        Doxia</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../jxr/index.html" title="JXR">
-          <span class="none"></span>
-        JXR</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../ref/current" title="Maven">
-          <span class="none"></span>
-        Maven</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../pom/index.html" title="Parent POMs">
-          <span class="none"></span>
-        Parent POMs</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../index.html" title="Plugins">
-          <span class="none"></span>
-        Plugins</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../plugin-testing/index.html" title="Plugin Testing">
-          <span class="none"></span>
-        Plugin Testing</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../plugin-tools/index.html" title="Plugin Tools">
-          <span class="none"></span>
-        Plugin Tools</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../apache-resource-bundles/index.html" title="Resource Bundles">
-          <span class="none"></span>
-        Resource Bundles</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../scm/index.html" title="SCM">
-          <span class="none"></span>
-        SCM</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../shared/index.html" title="Shared Components">
-          <span class="none"></span>
-        Shared Components</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../skins/index.html" title="Skins">
-          <span class="none"></span>
-        Skins</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../surefire/index.html" title="Surefire">
-          <span class="none"></span>
-        Surefire</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../wagon/index.html" title="Wagon">
-          <span class="none"></span>
-        Wagon</a>
-            </li>
-                              <li class="nav-header">ASF</li>
-                              
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
-          <span class="none"></span>
-        How Apache Works</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation">
-          <span class="none"></span>
-        Foundation</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
-          <span class="none"></span>
-        Sponsoring Apache</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
-          <span class="none"></span>
-        Thanks</a>
-            </li>
-            </ul>
-              
-                            <form id="search-form" action="https://www.google.com/search" method="get" >
-    
+    <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 class="active"><a href="#"><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-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="$sitesearchValue" name="sitesearch" type="hidden"/>
   <input class="search-query" name="q" id="query" type="text" />
 </form>
-<script type="text/javascript" src="https://cse.google.com/brand?form=search-form"></script>
-          
+<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
           <hr />
-
-           <div id="poweredBy">
-                   
-    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
-
-    
-    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-compiler-plugin/" data-size="tall" ></div>
-
-                   <div class="clear"></div>
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
-      </a>
-                  </div>
+          <div 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">
+<div class="section">
 <h2><a name="Compile_Using_Memory_Allocation_Enhancements"></a>Compile Using Memory Allocation Enhancements</h2>
 <p>The Compiler Plugin accepts configurations for <tt>meminitial</tt> and <tt>maxmem</tt>. You can follow the example below to set the initial memory size to 128MB and the maximum memory usage to 512MB:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
@@ -363,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.7.0&lt;/version&gt;
+        &lt;version&gt;3.7.1-SNAPSHOT&lt;/version&gt;
         &lt;configuration&gt;
           &lt;fork&gt;true&lt;/fork&gt;
           &lt;meminitial&gt;128m&lt;/meminitial&gt;
@@ -374,25 +133,19 @@
     [...]
   &lt;/build&gt;
   [...]
-&lt;/project&gt;
-</pre></div></div>
-                  </div>
-            </div>
-          </div>
-
+&lt;/project&gt;</pre></div></div>
+        </div>
+      </div>
+    </div>
     <hr/>
-
     <footer>
-            <div class="container-fluid">
-                      <div class="row-fluid">
-                                      <p >Copyright &copy;                    2001&#x2013;2017
-                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.    
-      </p>
-                </div>
-
-        
-                </div>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2018
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+      </div>
     </footer>
-        </body>
+  </body>
 </html>
\ No newline at end of file

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 Jul 11 23:43:15 2018
@@ -1,391 +1,142 @@
-<!DOCTYPE html>
-<!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-09-01 
- | Rendered using Apache Maven Fluido Skin 1.5
--->
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="author" content="Robert Scholte" />
-    <meta name="Date-Creation-yyyymmdd" content="20170822" />
-    <meta name="Date-Revision-yyyymmdd" content="20170901" />
-    <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.5.min.css" />
-    <link rel="stylesheet" href="../css/site.css" />
-    <link rel="stylesheet" href="../css/print.css" media="print" />
-
-      
-    <script type="text/javascript" src="../js/apache-maven-fluido-1.5.min.js"></script>
-
-                  <!-- Google Analytics -->
-    <script type="text/javascript">
-
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', 'UA-140879-1']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
-          </head>
-        <body class="topBarDisabled">
-          
-                
-                    
-    
-        <div class="container-fluid">
-          <div id="banner">
-        <div class="pull-left">
-                                    <a href="https://www.apache.org/" id="bannerLeft">
-                                                                                                <img src="../../../images/apache-maven-project.png"  alt="Apache Maven Compiler Plugin"/>
-                </a>
-                      </div>
-        <div class="pull-right">                                <a href="../../../" id="bannerRight">
-                                                                                                <img src="../../../images/maven-logo-black-on-white.png" />
-                </a>
-      </div>
-        <div class="clear"><hr/></div>
-      </div>
-
-      <div id="breadcrumbs">
-        <ul class="breadcrumb">
-              
-                              <li class="">
-                    <a href="https://www.apache.org/" class="externalLink" title="Apache">
-        Apache</a>
-                    <span class="divider">/</span>
-      </li>
-            <li class="">
-                    <a href="../../../index.html" title="Maven">
-        Maven</a>
-                    <span class="divider">/</span>
-      </li>
-            <li class="">
-                    <a href="../../index.html" title="Plugins">
-        Plugins</a>
-                    <span class="divider">/</span>
-      </li>
-            <li class="">
-                    <a href="../index.html" title="Apache Maven Compiler Plugin">
-        Apache Maven Compiler Plugin</a>
-                    <span class="divider">/</span>
-      </li>
-        <li class="active ">jpms.args</li>
-        
-              
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-09-01</li>
-              <li id="projectVersion" class="pull-right">
-                    Version: 3.7.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/compile-with-memory-enhancements.html" title="Compile Using Memory Allocation Enhancements">
-          <span class="none"></span>
-        Compile Using Memory Allocation Enhancements</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../examples/pass-compiler-arguments.html" title="Pass Compiler Arguments">
-          <span class="none"></span>
-        Pass Compiler Arguments</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../non-javac-compilers.html" title="Non-javac compilerIds">
-          <span class="none"></span>
-        Non-javac compilerIds</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../examples/module-info.html" title="Older projects with module-info">
-          <span class="none"></span>
-        Older projects with module-info</a>
-            </li>
-                              <li class="nav-header">Project Documentation</li>
-                                                                                                                                                                                                                                                                                                                          
-      <li>
-  
-                          <a href="../project-info.html" title="Project Information">
-          <span class="icon-chevron-right"></span>
-        Project Information</a>
-                  </li>
-                                                                                                                                                                                                                                                                        
-      <li>
-  
-                          <a href="../project-reports.html" title="Project Reports">
-          <span class="icon-chevron-right"></span>
-        Project Reports</a>
-                  </li>
-                              <li class="nav-header">Maven Projects</li>
-                              
-      <li>
-  
-                          <a href="../../../archetype/index.html" title="Archetype">
-          <span class="none"></span>
-        Archetype</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../doxia/index.html" title="Doxia">
-          <span class="none"></span>
-        Doxia</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../jxr/index.html" title="JXR">
-          <span class="none"></span>
-        JXR</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../ref/current" title="Maven">
-          <span class="none"></span>
-        Maven</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../pom/index.html" title="Parent POMs">
-          <span class="none"></span>
-        Parent POMs</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../index.html" title="Plugins">
-          <span class="none"></span>
-        Plugins</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../plugin-testing/index.html" title="Plugin Testing">
-          <span class="none"></span>
-        Plugin Testing</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../plugin-tools/index.html" title="Plugin Tools">
-          <span class="none"></span>
-        Plugin Tools</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../apache-resource-bundles/index.html" title="Resource Bundles">
-          <span class="none"></span>
-        Resource Bundles</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../scm/index.html" title="SCM">
-          <span class="none"></span>
-        SCM</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../shared/index.html" title="Shared Components">
-          <span class="none"></span>
-        Shared Components</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../skins/index.html" title="Skins">
-          <span class="none"></span>
-        Skins</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../surefire/index.html" title="Surefire">
-          <span class="none"></span>
-        Surefire</a>
-            </li>
-                
-      <li>
-  
-                          <a href="../../../wagon/index.html" title="Wagon">
-          <span class="none"></span>
-        Wagon</a>
-            </li>
-                              <li class="nav-header">ASF</li>
-                              
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works">
-          <span class="none"></span>
-        How Apache Works</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation">
-          <span class="none"></span>
-        Foundation</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache">
-          <span class="none"></span>
-        Sponsoring Apache</a>
-            </li>
-                
-      <li>
-  
-                          <a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks">
-          <span class="none"></span>
-        Thanks</a>
-            </li>
-            </ul>
-              
-                            <form id="search-form" action="https://www.google.com/search" method="get" >
-    
-  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
-  <input class="search-query" name="q" id="query" type="text" />
-</form>
-<script type="text/javascript" src="https://cse.google.com/brand?form=search-form"></script>
-          
-          <hr />
-
-           <div id="poweredBy">
-                   
-    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
-
-    
-    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-compiler-plugin/" data-size="tall" ></div>
-
-                   <div class="clear"></div>
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                            <div class="clear"></div>
-                             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
-        <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
-      </a>
-                  </div>
-          </div>
-        </div>
-        
-                
-        <div id="bodyColumn"  class="span10" >
-                                  
-            <div class="section">
-<h2><a name="JPMS.ARGS"></a>JPMS.ARGS</h2>
-<p>Java 9 comes with a new set of arguments related to the Java Platform Modular System. Besides the module path are other new arguments which can change the behavior of the application. These can be used during both compile time and runtime. This information is not stored in any class, but it can be interesting to know at runtime which extra arguments were used at compile time.</p>
-<p>If any of these arguments is used, the <tt>META-INF/jpms.args</tt> is created. Every argument gets its own line. The following arguments will end up in this file:</p>
-<ul>
-<li><tt>--upgrade-module-path</tt></li>
-<li><tt>--add-exports</tt></li>
-<li><tt>--add-reads</tt></li>
-<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>
-<div class="source"><pre class="prettyprint linenums">  --patch-module
-  &lt;module&gt;=&lt;module&gt;(, &lt;module&gt;)*
-</pre></div></div>
-                  </div>
-            </div>
-          </div>
-
-    <hr/>
-
-    <footer>
-            <div class="container-fluid">
-                      <div class="row-fluid">
-                                      <p >Copyright &copy;                    2001&#x2013;2017
-                        <a href="https://www.apache.org/">The Apache Software Foundation</a>.
-            All rights reserved.    
-      </p>
-                </div>
-
-        
-                </div>
-    </footer>
-        </body>
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8 from src/site/apt/examples/jpms_args.apt.vm at 2018-07-12
+ | 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="author" content="Robert Scholte" />
+    <meta name="Date-Creation-yyyymmdd" content="20170822" />
+    <meta name="Date-Revision-yyyymmdd" content="20180712" />
+    <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" />
+    <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="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 ">jpms.args</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-07-12</li>
+          <li id="projectVersion" class="pull-right">Version: 3.7.1-SNAPSHOT</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+    <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
+    <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
+    <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><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/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-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="$sitesearchValue" 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="JPMS.ARGS"></a>JPMS.ARGS</h2>
+<p>Java 9 comes with a new set of arguments related to the Java Platform Modular System. Besides the module path are other new arguments which can change the behavior of the application. These can be used during both compile time and runtime. This information is not stored in any class, but it can be interesting to know at runtime which extra arguments were used at compile time.</p>
+<p>If any of these arguments is used, the <tt>META-INF/jpms.args</tt> is created. Every argument gets its own line. The following arguments will end up in this file:</p>
+<ul>
+<li><tt>--upgrade-module-path</tt></li>
+<li><tt>--add-exports</tt></li>
+<li><tt>--add-reads</tt></li>
+<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>
+<div class="source"><pre class="prettyprint linenums">  --patch-module
+  &lt;module&gt;=&lt;module&gt;(, &lt;module&gt;)*</pre></div></div>
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2001&#x2013;2018
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+      </div>
+    </footer>
+  </body>
 </html>
\ No newline at end of file