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 ol...@apache.org on 2017/07/25 23:24:16 UTC

svn commit: r1015972 [17/29] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-use/ apidocs/org/apache/maven/plugin/compiler/ api...

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/compile-mojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/compile-mojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/compile-mojo.html Tue Jul 25 23:24:13 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-01-13 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-07-26 
  | 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="Date-Revision-yyyymmdd" content="20170113" />
+    <meta name="Date-Revision-yyyymmdd" content="20170726" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; compiler:compile</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">compiler:compile</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-01-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-07-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6.1
+                    Version: 3.6.2
         </li>
             
                             </ul>
@@ -359,7 +359,7 @@
       
 <p><b>Full name</b>:</p>
       
-<p>org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile</p>
+<p>org.apache.maven.plugins:maven-compiler-plugin:3.6.2:compile</p>
       
 <p><b>Description</b>:</p>
       
@@ -396,11 +396,22 @@
           
 <tr class="b">
             
+<td><b><a href="#allowPartialRequirements">allowPartialRequirements</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>2.0</tt></td>
+            
+<td>(no description)<br /></td>
+          </tr>
+          
+<tr class="a">
+            
 <td><b><a href="#annotationProcessorPaths">annotationProcessorPaths</a></b></td>
             
 <td><tt>List</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.5</tt></td>
             
 <td>
 <p>Classpath elements to supply as annotation processor path. If
@@ -428,13 +439,13 @@ Transitive dependencies are added automa
 </pre></div><br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#annotationProcessors">annotationProcessors</a></b></td>
             
 <td><tt>String[]</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.2</tt></td>
             
 <td>
 <p>Names of annotation processors to run. Only applies to JDK 1.6+
@@ -442,13 +453,13 @@ If not set, the default annotation proce
 applies.</p><br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#compilerArgs">compilerArgs</a></b></td>
             
 <td><tt>List</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.1</tt></td>
             
 <td>
 <p>Sets the arguments to be passed to the compiler if
@@ -464,7 +475,7 @@ applies.</p><br /></td>
 </pre></div><br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#compilerArgument">compilerArgument</a></b></td>
             
@@ -483,18 +494,18 @@ actually two arguments) you have to use
 compiler varies based on the compiler version.</p><br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#compilerArguments">compilerArguments</a></b></td>
             
 <td><tt>Map</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.0.1</tt></td>
             
 <td><b>Deprecated.</b> use <tt>compilerArgs</tt> instead.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#compilerId">compilerId</a></b></td>
             
@@ -505,13 +516,13 @@ compiler varies based on the compiler ve
 <td>The compiler id of the compiler to use. See this <a href="non-javac-compilers.html">guide</a> for more information.<br /><b>Default value is</b>: <tt>javac</tt>.<br /><b>User property is</b>: <tt>maven.compiler.compilerId</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#compilerReuseStrategy">compilerReuseStrategy</a></b></td>
             
 <td><tt>String</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.5</tt></td>
             
 <td>Strategy to re use javacc class created: 
 
@@ -531,7 +542,7 @@ Note this parameter value depends on the
 the default value should work on most of env.<br /><b>Default value is</b>: <tt>${reuseCreated}</tt>.<br /><b>User property is</b>: <tt>maven.compiler.compilerReuseStrategy</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#compilerVersion">compilerVersion</a></b></td>
             
@@ -543,7 +554,7 @@ the default value should work on most of
 <tt>fork</tt> is set to <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.compiler.compilerVersion</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#debug">debug</a></b></td>
             
@@ -555,13 +566,13 @@ the default value should work on most of
 compiled class files.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.compiler.debug</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#debuglevel">debuglevel</a></b></td>
             
 <td><tt>String</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.1</tt></td>
             
 <td>Keyword list to be appended to the <tt>-g</tt> command-line
 switch. Legal values are none or a comma-separated list of the
@@ -571,18 +582,18 @@ nothing will be appended to <tt>-g</tt>.
 on, this attribute will be ignored.<br /><b>User property is</b>: <tt>maven.compiler.debuglevel</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#encoding">encoding</a></b></td>
             
 <td><tt>String</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.1</tt></td>
             
 <td>The -encoding argument for the Java compiler.<br /><b>Default value is</b>: <tt>${project.build.sourceEncoding}</tt>.<br /><b>User property is</b>: <tt>encoding</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#excludes">excludes</a></b></td>
             
@@ -593,7 +604,7 @@ on, this attribute will be ignored.<br /
 <td>A list of exclusion filters for the compiler.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#executable">executable</a></b></td>
             
@@ -605,49 +616,49 @@ on, this attribute will be ignored.<br /
 is <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.compiler.executable</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#failOnError">failOnError</a></b></td>
             
 <td><tt>boolean</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.0.2</tt></td>
             
 <td>Indicates whether the build will continue even if there are
 compilation errors.<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.compiler.failOnError</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#failOnWarning">failOnWarning</a></b></td>
             
 <td><tt>boolean</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.6</tt></td>
             
 <td>Indicates whether the build will continue even if there are
 compilation warnings.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.compiler.failOnWarning</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#fileExtensions">fileExtensions</a></b></td>
             
 <td><tt>List</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.1</tt></td>
             
 <td>file extensions to check timestamp for incremental build <b>default
 contains only <tt>.class</tt></b><br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#forceJavacCompilerUse">forceJavacCompilerUse</a></b></td>
             
 <td><tt>boolean</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.0</tt></td>
             
 <td>compiler can now use javax.tools if available in your current jdk,
 you can disable this feature using
@@ -655,7 +666,7 @@ you can disable this feature using
 configuration<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.compiler.forceJavacCompilerUse</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#fork">fork</a></b></td>
             
@@ -668,20 +679,20 @@ configuration<br /><b>Default value is</
 <tt>true</tt> it will use an executable.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.compiler.fork</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#generatedSourcesDirectory">generatedSourcesDirectory</a></b></td>
             
 <td><tt>File</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.2</tt></td>
             
 <td>
 <p>Specify where to place generated source files created by
 annotation processing. Only applies to JDK 1.6+</p><br /><b>Default value is</b>: <tt>${project.build.directory}/generated-sources/annotations</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#includes">includes</a></b></td>
             
@@ -692,13 +703,13 @@ annotation processing. Only applies to J
 <td>A list of inclusion filters for the compiler.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#jdkToolchain">jdkToolchain</a></b></td>
             
 <td><tt>Map</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.6</tt></td>
             
 <td>
 <p>Specify the requirements for this jdk toolchain. This overrules
@@ -706,31 +717,31 @@ the toolchain selected by the maven-tool
 <b>note:</b> requires at least Maven 3.3.1<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#maxmem">maxmem</a></b></td>
             
 <td><tt>String</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.0.1</tt></td>
             
 <td>Sets the maximum size, in megabytes, of the memory allocation pool,
 ex. &quot;128&quot;, &quot;128m&quot; if <tt>fork</tt> is set to <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.compiler.maxmem</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#meminitial">meminitial</a></b></td>
             
 <td><tt>String</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.0.1</tt></td>
             
 <td>Initial size, in megabytes, of the memory allocation pool, ex.
 &quot;64&quot;, &quot;64m&quot; if <tt>fork</tt> is set to <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.compiler.meminitial</tt>.<br /></td>
           </tr>
           
-<tr class="a">
+<tr class="b">
             
 <td><b><a href="#optimize">optimize</a></b></td>
             
@@ -742,7 +753,7 @@ ex. &quot;128&quot;, &quot;128m&quot; if
 compiler's optimization methods.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.compiler.optimize</tt>.<br /></td>
           </tr>
           
-<tr class="b">
+<tr class="a">
             
 <td><b><a href="#outputFileName">outputFileName</a></b></td>
             
@@ -754,13 +765,25 @@ compiler's optimization methods.<br /><b
 a single file. expression=&quot;${project.build.finalName}&quot;<br /></td>
           </tr>
           
+<tr class="b">
+            
+<td><b><a href="#parameters">parameters</a></b></td>
+            
+<td><tt>boolean</tt></td>
+            
+<td><tt>3.6.2</tt></td>
+            
+<td>Set to <tt>true</tt> to generate metadata for reflection on
+method parameters.<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.compiler.parameters</tt>.<br /></td>
+          </tr>
+          
 <tr class="a">
             
 <td><b><a href="#proc">proc</a></b></td>
             
 <td><tt>String</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.2</tt></td>
             
 <td>
 <p>Sets whether annotation processing is performed or not. Only
@@ -784,7 +807,7 @@ compilation.</li>
             
 <td><tt>String</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.6</tt></td>
             
 <td>The -release argument for the Java compiler, supported since Java9<br /><b>User property is</b>: <tt>maven.compiler.release</tt>.<br /></td>
           </tr>
@@ -830,7 +853,7 @@ is NOT RECOMMENDED, but quite convenient
             
 <td><tt>boolean</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>2.5</tt></td>
             
 <td>(no description)<br /><b>Default value is</b>: <tt>false</tt>.<br /><b>User property is</b>: <tt>maven.compiler.skipMultiThreadWarning</tt>.<br /></td>
           </tr>
@@ -875,7 +898,7 @@ for testing whether a source needs recom
             
 <td><tt>boolean</tt></td>
             
-<td><tt>2.0</tt></td>
+<td><tt>3.1</tt></td>
             
 <td>to enable/disable incrementation compilation feature<br /><b>Default value is</b>: <tt>true</tt>.<br /><b>User property is</b>: <tt>maven.compiler.useIncrementalCompilation</tt>.<br /></td>
           </tr>
@@ -897,6 +920,18 @@ is doing.<br /><b>Default value is</b>:
 <div class="section">
 <h3><a name="Parameter_Details"></a>Parameter Details</h3>
         
+<p><b><a name="allowPartialRequirements">allowPartialRequirements</a>:</b></p>
+        
+<div>(no description)</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>2.0</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+        </ul><hr />
 <p><b><a name="annotationProcessorPaths">annotationProcessorPaths</a>:</b></p>
         
 <div>
@@ -928,7 +963,7 @@ Transitive dependencies are added automa
           
 <li><b>Type</b>: <tt>java.util.List</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.5</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
@@ -943,7 +978,7 @@ applies.</p></div>
           
 <li><b>Type</b>: <tt>java.lang.String[]</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.2</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
@@ -966,7 +1001,7 @@ applies.</p></div>
           
 <li><b>Type</b>: <tt>java.util.List</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
@@ -1018,7 +1053,7 @@ compiler varies based on the compiler ve
           
 <li><b>Type</b>: <tt>java.util.Map</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.0.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
@@ -1061,7 +1096,7 @@ the default value should work on most of
           
 <li><b>Type</b>: <tt>java.lang.String</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.5</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1114,7 +1149,7 @@ on, this attribute will be ignored.</div
           
 <li><b>Type</b>: <tt>java.lang.String</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1128,7 +1163,7 @@ on, this attribute will be ignored.</div
           
 <li><b>Type</b>: <tt>java.lang.String</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1172,7 +1207,7 @@ compilation errors.</div>
           
 <li><b>Type</b>: <tt>boolean</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.0.2</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1189,7 +1224,7 @@ compilation warnings.</div>
           
 <li><b>Type</b>: <tt>boolean</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.6</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1206,7 +1241,7 @@ contains only <tt>.class</tt></b></div>
           
 <li><b>Type</b>: <tt>java.util.List</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
@@ -1221,7 +1256,7 @@ configuration</div>
           
 <li><b>Type</b>: <tt>boolean</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.0</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1257,7 +1292,7 @@ annotation processing. Only applies to J
           
 <li><b>Type</b>: <tt>java.io.File</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.2</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1286,7 +1321,7 @@ the toolchain selected by the maven-tool
           
 <li><b>Type</b>: <tt>java.util.Map</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.6</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
@@ -1299,7 +1334,7 @@ ex. &quot;128&quot;, &quot;128m&quot; if
           
 <li><b>Type</b>: <tt>java.lang.String</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.0.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1314,7 +1349,7 @@ ex. &quot;128&quot;, &quot;128m&quot; if
           
 <li><b>Type</b>: <tt>java.lang.String</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.0.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1350,6 +1385,23 @@ a single file. expression=&quot;${projec
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
+<p><b><a name="parameters">parameters</a>:</b></p>
+        
+<div>Set to <tt>true</tt> to generate metadata for reflection on
+method parameters.</div>
+        
+<ul>
+          
+<li><b>Type</b>: <tt>boolean</tt></li>
+          
+<li><b>Since</b>: <tt>3.6.2</tt></li>
+          
+<li><b>Required</b>: <tt>No</tt></li>
+          
+<li><b>User Property</b>: <tt>maven.compiler.parameters</tt></li>
+          
+<li><b>Default</b>: <tt>false</tt></li>
+        </ul><hr />
 <p><b><a name="proc">proc</a>:</b></p>
         
 <div>
@@ -1371,7 +1423,7 @@ compilation.</li>
           
 <li><b>Type</b>: <tt>java.lang.String</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.2</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
         </ul><hr />
@@ -1383,7 +1435,7 @@ compilation.</li>
           
 <li><b>Type</b>: <tt>java.lang.String</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.6</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1445,7 +1497,7 @@ is NOT RECOMMENDED, but quite convenient
           
 <li><b>Type</b>: <tt>boolean</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>2.5</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           
@@ -1510,7 +1562,7 @@ for testing whether a source needs recom
           
 <li><b>Type</b>: <tt>boolean</tt></li>
           
-<li><b>Since</b>: <tt>2.0</tt></li>
+<li><b>Since</b>: <tt>3.1</tt></li>
           
 <li><b>Required</b>: <tt>No</tt></li>
           

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependencies.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependencies.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependencies.html Tue Jul 25 23:24:13 2017
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-01-13 
+ | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-07-26 
  | 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="Date-Revision-yyyymmdd" content="20170113" />
+    <meta name="Date-Revision-yyyymmdd" content="20170726" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Compiler Plugin &#x2013; Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" />
@@ -77,9 +77,9 @@
         <li class="active ">Project Dependencies</li>
         
               
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-01-13</li>
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-07-26</li>
               <li id="projectVersion" class="pull-right">
-                    Version: 3.6.1
+                    Version: 3.6.2
         </li>
             
                             </ul>
@@ -466,7 +466,7 @@
 <tr class="b">
 <td>com.thoughtworks.qdox</td>
 <td><a class="externalLink" href="https://github.com/paul-hammant/qdox">qdox</a></td>
-<td>2.0-M5</td>
+<td>2.0-M6</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
 <tr class="a">
@@ -502,13 +502,13 @@
 <tr class="b">
 <td>org.codehaus.plexus</td>
 <td><a class="externalLink" href="http://codehaus-plexus.github.io/plexus-components/plexus-compiler/plexus-compiler-api/">plexus-compiler-api</a></td>
-<td>2.8.1</td>
+<td>2.8.2</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">
 <td>org.codehaus.plexus</td>
 <td><a class="externalLink" href="http://codehaus-plexus.github.io/plexus-components/plexus-compiler/plexus-compiler-manager/">plexus-compiler-manager</a></td>
-<td>2.8.1</td>
+<td>2.8.2</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
@@ -530,7 +530,7 @@
 <tr class="b">
 <td>org.codehaus.plexus</td>
 <td><a class="externalLink" href="http://codehaus-plexus.github.io/plexus-components/plexus-compiler/plexus-compilers/plexus-compiler-javac/">plexus-compiler-javac</a></td>
-<td>2.8.1</td>
+<td>2.8.2</td>
 <td>jar</td>
 <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr></table></div><a name="Project_Dependencies_test"></a>
 <div class="section">
@@ -823,7 +823,7 @@
 <div class="section">
 <h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
 <ul>
-<li>org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
+<li>org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Apache Maven Compiler Plugin</th></tr>
@@ -1117,7 +1117,7 @@ file comparators, endian transformation
 <p><b>Description: </b>A very small and fast Java bytecode manipulation framework</p>
 <p><b>URL: </b><a class="externalLink" href="http://asm.objectweb.org/asm/">http://asm.objectweb.org/asm/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" href="http://asm.objectweb.org/license.html">BSD</a></p></td></tr></table></div></li>
-<li>com.thoughtworks.qdox:qdox:jar:2.0-M5 (compile) <img id="_img57" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep56', '_img57' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep56" style="display:none">
+<li>com.thoughtworks.qdox:qdox:jar:2.0-M6 (compile) <img id="_img57" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep56', '_img57' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep56" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>QDox</th></tr>
@@ -1127,7 +1127,7 @@ file comparators, endian transformation
     complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.</p>
 <p><b>URL: </b><a class="externalLink" href="https://github.com/paul-hammant/qdox">https://github.com/paul-hammant/qdox</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-compiler-api:jar:2.8.1 (compile) <img id="_img59" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep58', '_img59' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep58" style="display:none">
+<li>org.codehaus.plexus:plexus-compiler-api:jar:2.8.2 (compile) <img id="_img59" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep58', '_img59' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep58" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus Compiler Api</th></tr>
@@ -1136,7 +1136,7 @@ file comparators, endian transformation
 <p><b>Description: </b>Plexus Compilers component's API to manipulate compilers.</p>
 <p><b>URL: </b><a class="externalLink" href="http://codehaus-plexus.github.io/plexus-components/plexus-compiler/plexus-compiler-api/">http://codehaus-plexus.github.io/plexus-components/plexus-compiler/plexus-compiler-api/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-compiler-manager:jar:2.8.1 (compile) <img id="_img61" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep60" style="display:none">
+<li>org.codehaus.plexus:plexus-compiler-manager:jar:2.8.2 (compile) <img id="_img61" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep60', '_img61' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep60" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus Compiler Manager</th></tr>
@@ -1145,7 +1145,7 @@ file comparators, endian transformation
 <p><b>Description: </b>Plexus Compiler is a Plexus component to use different compilers through a uniform API.</p>
 <p><b>URL: </b><a class="externalLink" href="http://codehaus-plexus.github.io/plexus-components/plexus-compiler/plexus-compiler-manager/">http://codehaus-plexus.github.io/plexus-components/plexus-compiler/plexus-compiler-manager/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li>
-<li>org.codehaus.plexus:plexus-compiler-javac:jar:2.8.1 (runtime) <img id="_img63" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep62', '_img63' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep62" style="display:none">
+<li>org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2 (runtime) <img id="_img63" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep62', '_img63' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep62" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Plexus Javac Component</th></tr>
@@ -1264,15 +1264,15 @@ file comparators, endian transformation
 <p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a></p></td></tr></table></div></li></ul></li></ul></div></div><a name="Licenses"></a>
 <div class="section">
 <h2><a name="Licenses"></a>Licenses</h2>
-<p><b>Apache Public License 2.0: </b>Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component</p>
 <p><b>BSD style: </b>Hamcrest Core</p>
-<p><b>Unknown: </b>Default Plexus Container, classworlds</p>
+<p><b>Apache Public License 2.0: </b>Plexus Cipher: encryption/decryption Component, Plexus Security Dispatcher Component</p>
 <p><b>BSD: </b>ASM Core</p>
+<p><b>Unknown: </b>Default Plexus Container, classworlds</p>
 <p><b>Eclipse Public License 1.0: </b>JUnit</p>
-<p><b>Apache License, Version 2.0: </b>Apache Commons IO, Apache Maven Compiler Plugin, Apache Maven Shared Utils, Maven Plugin Tools Java 5 Annotations, Plexus Compiler Api, Plexus Compiler Manager, Plexus Javac Component</p>
+<p><b>The MIT License: </b>Mockito</p>
 <p><b>MIT License: </b>Objenesis</p>
-<p><b>The Apache Software License, Version 2.0: </b>Aether :: API, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, Maven Aether Provider, Maven Artifact, Maven Compat, Maven Core, Maven Incremental Build support utilities, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Testing Mechanism, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Maven Wagon API, Plexus :: Component Annotations, Plexus Archiver Component, Plexus Classworlds, Plexus Common Utilities, Plexus IO Components, Plexus Interpolation API, QDox, Sisu - Guice, Sisu - Inject (JSR330 bean support), Sisu - Inject (Plexus bean support)</p>
-<p><b>The MIT License: </b>Mockito</p></div><a name="Dependency_File_Details"></a>
+<p><b>Apache License, Version 2.0: </b>Apache Commons IO, Apache Maven Compiler Plugin, Apache Maven Shared Utils, Maven Plugin Tools Java 5 Annotations, Plexus Compiler Api, Plexus Compiler Manager, Plexus Javac Component</p>
+<p><b>The Apache Software License, Version 2.0: </b>Aether :: API, Aether :: Implementation, Aether :: SPI, Aether :: Utilities, Maven Aether Provider, Maven Artifact, Maven Compat, Maven Core, Maven Incremental Build support utilities, Maven Model, Maven Model Builder, Maven Plugin API, Maven Plugin Testing Mechanism, Maven Repository Metadata Model, Maven Settings, Maven Settings Builder, Maven Wagon API, Plexus :: Component Annotations, Plexus Archiver Component, Plexus Classworlds, Plexus Common Utilities, Plexus IO Components, Plexus Interpolation API, QDox, Sisu - Guice, Sisu - Inject (JSR330 bean support), Sisu - Inject (Plexus bean support)</p></div><a name="Dependency_File_Details"></a>
 <div class="section">
 <h2><a name="Dependency_File_Details"></a>Dependency File Details</h2>
 <table border="0" class="table table-striped">
@@ -1293,8 +1293,8 @@ file comparators, endian transformation
 <td>1.1</td>
 <td>Yes</td></tr>
 <tr class="a">
-<td>qdox-2.0-M5.jar</td>
-<td>313.4 kB</td>
+<td>qdox-2.0-M6.jar</td>
+<td>313.7 kB</td>
 <td>244</td>
 <td>218</td>
 <td>17</td>
@@ -1453,23 +1453,23 @@ file comparators, endian transformation
 <td>1.4</td>
 <td>Yes</td></tr>
 <tr class="a">
-<td>plexus-compiler-api-2.8.1.jar</td>
-<td>26.3 kB</td>
+<td>plexus-compiler-api-2.8.2.jar</td>
+<td>26.4 kB</td>
 <td>34</td>
 <td>20</td>
 <td>4</td>
 <td>1.5</td>
 <td>Yes</td></tr>
 <tr class="b">
-<td>plexus-compiler-javac-2.8.1.jar</td>
-<td>19.9 kB</td>
+<td>plexus-compiler-javac-2.8.2.jar</td>
+<td>20.1 kB</td>
 <td>19</td>
 <td>5</td>
 <td>1</td>
 <td>1.5</td>
 <td>Yes</td></tr>
 <tr class="a">
-<td>plexus-compiler-manager-2.8.1.jar</td>
+<td>plexus-compiler-manager-2.8.2.jar</td>
 <td>4.7 kB</td>
 <td>17</td>
 <td>3</td>
@@ -1654,7 +1654,7 @@ file comparators, endian transformation
 <td>test: 11</td></tr>
 <tr class="b">
 <td>runtime: 2</td>
-<td>runtime: 71.1 kB</td>
+<td>runtime: 71.3 kB</td>
 <td>runtime: 57</td>
 <td>runtime: 26</td>
 <td>runtime: 2</td>

Modified: websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-convergence.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-convergence.html (original)
+++ websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-convergence.html Tue Jul 25 23:24:13 2017
@@ -1,602 +1,602 @@
-<!DOCTYPE html>
-<!--
- | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2017-01-13 
- | 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="Date-Revision-yyyymmdd" content="20170113" />
-    <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Maven Compiler Plugin &#x2013; Dependency Convergence</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 ">Dependency Convergence</li>
-        
-              
-                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-01-13</li>
-              <li id="projectVersion" class="pull-right">
-                    Version: 3.6.1
-        </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-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="project-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-list.html" title="Team">
-          <span class="none"></span>
-        Team</a>
-            </li>
-                    
-      <li>
-  
-                          <a href="source-repository.html" title="Source Code Management">
-          <span class="none"></span>
-        Source Code Management</a>
-            </li>
-                    
-      <li>
-  
-                          <a href="issue-tracking.html" title="Issue Management">
-          <span class="none"></span>
-        Issue Management</a>
-            </li>
-                    
-      <li>
-  
-                          <a href="mail-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 class="active">
-  
-            <a href="#"><span class="none"></span>Dependency Convergence</a>
-          </li>
-                    
-      <li>
-  
-                          <a href="integration.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>
-        </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="Dependency_Convergence"></a>Dependency Convergence</h2>
-<table border="0" class="table table-striped"><caption>
-  <b>Legend:</b>
-</caption>
-<tr class="a">
-<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
-<td>At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.</td></tr></table><br />
-<table border="0" class="table table-striped"><caption>
-  <b>Statistics:</b>
-</caption>
-<tr class="b">
-<th>Number of dependencies (NOD):</th>
-<td>42</td></tr>
-<tr class="a">
-<th>Number of unique artifacts (NOA):</th>
-<td>54</td></tr>
-<tr class="b">
-<th>Number of version-conflicting artifacts (NOC):</th>
-<td>5</td></tr>
-<tr class="a">
-<th>Number of SNAPSHOT artifacts (NOS):</th>
-<td>0</td></tr>
-<tr class="b">
-<th>Convergence (NOD/NOA):</th>
-<td><img alt="[Error]" src="images/icon_error_sml.gif" />&#160;<b>77 %</b></td></tr>
-<tr class="a">
-<th>Ready for release (100% convergence and no SNAPSHOTS):</th>
-<td><img alt="[Error]" src="images/icon_error_sml.gif" />&#160;<b>Error</b><br />You do not have 100% convergence.</td></tr></table></div>
-<div class="section">
-<h3><a name="Dependencies_used_in_this_project"></a>Dependencies used in this project</h3>
-<div class="section">
-<h4><a name="junit:junit"></a>junit:junit</h4>
-<table border="0" class="table table-striped">
-<tr class="b">
-<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
-<td>
-<table border="0" class="table table-striped">
-<tr class="a">
-<td width="25%">3.8.1</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:test<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(junit:junit:jar:3.8.1:test - omitted for conflict with 4.12)<br /><br /></ol></td></tr>
-<tr class="b">
-<td width="25%">4.12</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;junit:junit:jar:4.12:test<br /><br /></ol></td></tr></table></td></tr></table></div>
-<div class="section">
-<h4><a name="org.apache.maven.shared:maven-shared-utils"></a>org.apache.maven.shared:maven-shared-utils</h4>
-<table border="0" class="table table-striped">
-<tr class="a">
-<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
-<td>
-<table border="0" class="table table-striped">
-<tr class="b">
-<td width="25%">0.1</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven.shared:maven-shared-utils:jar:0.1:compile - omitted for conflict with 3.1.0)<br /><br /></ol></td></tr>
-<tr class="a">
-<td width="25%">3.1.0</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile<br /><br /></ol></td></tr></table></td></tr></table></div>
-<div class="section">
-<h4><a name="org.apache.maven:maven-core"></a>org.apache.maven:maven-core</h4>
-<table border="0" class="table table-striped">
-<tr class="b">
-<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
-<td>
-<table border="0" class="table table-striped">
-<tr class="a">
-<td width="25%">2.2.1</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-core:jar:2.2.1:compile - omitted for conflict with 3.0)<br /><br /></ol></td></tr>
-<tr class="b">
-<td width="25%">3.0</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />+-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />\-&#160;org.apache.maven:maven-compat:jar:3.0:test<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-core:jar:3.0:test - omitted for duplicate)<br /><br /></ol></td></tr></table></td></tr></table></div>
-<div class="section">
-<h4><a name="org.apache.maven:maven-plugin-api"></a>org.apache.maven:maven-plugin-api</h4>
-<table border="0" class="table table-striped">
-<tr class="a">
-<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
-<td>
-<table border="0" class="table table-striped">
-<tr class="b">
-<td width="25%">2.2.1</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-plugin-api:jar:2.2.1:compile - omitted for conflict with 3.0)<br /><br /></ol></td></tr>
-<tr class="a">
-<td width="25%">3.0</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />+-&#160;org.apache.maven:maven-plugin-api:jar:3.0:compile<br />\-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-plugin-api:jar:3.0:compile - omitted for duplicate)<br /><br /></ol></td></tr></table></td></tr></table></div>
-<div class="section">
-<h4><a name="org.codehaus.plexus:plexus-utils"></a>org.codehaus.plexus:plexus-utils</h4>
-<table border="0" class="table table-striped">
-<tr class="b">
-<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
-<td>
-<table border="0" class="table table-striped">
-<tr class="a">
-<td width="25%">1.0.4</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:test<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:1.0.4:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
-<tr class="b">
-<td width="25%">1.4.2</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven:maven-compat:jar:3.0:test<br />&#160;&#160;&#160;\-&#160;org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:1.4.2:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
-<tr class="a">
-<td width="25%">1.5.5</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />&#160;&#160;&#160;\-&#160;org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:1.5.5:compile - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
-<tr class="b">
-<td width="25%">2.0.4</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />+-&#160;org.apache.maven:maven-plugin-api:jar:3.0:compile<br />|&#160;&#160;\-&#160;org.apache.maven:maven-model:jar:3.0:compile<br />|&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />+-&#160;org.apache.maven:maven-artifact:jar:3.0:compile<br />|&#160;&#160;\-&#160;org.codehaus.plexus:plexus-utils:jar:2.0.4:compile<br />+-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />|&#160;&#160;+-&#160;org.apache.maven:maven-settings:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;+-&#160;org.apache.maven:maven-settings-builder:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;+-&#160;org.apache.maven:maven-reposit
 ory-metadata:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;+-&#160;org.apache.maven:maven-model-builder:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />\-&#160;org.apache.maven:maven-compat:jar:3.0:test<br />&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:test - omitted for duplicate)<br /><br /></ol></td></tr>
-<tr class="a">
-<td width="25%">2.0.5</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven:maven-plugin-api:jar:3.0:compile<br />&#160;&#160;&#160;\-&#160;org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.5:compile - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
-<tr class="b">
-<td width="25%">3.0</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-io:jar:2.0.4:test<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
-<tr class="a">
-<td width="25%">3.0.22</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />+-&#160;org.codehaus.plexus:plexus-compiler-api:jar:2.8.1:compile<br />|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0.22:compile - omitted for conflict with 2.0.4)<br />\-&#160;org.codehaus.plexus:plexus-compiler-javac:jar:2.8.1:runtime<br />&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0.22:runtime - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
-<tr class="b">
-<td width="25%">3.0.7</td>
-<td>
-<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.1<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0.7:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr></table></td></tr></table></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.7.1 at 2017-07-26 
+ | 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="Date-Revision-yyyymmdd" content="20170726" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Maven Compiler Plugin &#x2013; Dependency Convergence</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 ">Dependency Convergence</li>
+        
+              
+                  <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2017-07-26</li>
+              <li id="projectVersion" class="pull-right">
+                    Version: 3.6.2
+        </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-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="project-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-list.html" title="Team">
+          <span class="none"></span>
+        Team</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="source-repository.html" title="Source Code Management">
+          <span class="none"></span>
+        Source Code Management</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="issue-tracking.html" title="Issue Management">
+          <span class="none"></span>
+        Issue Management</a>
+            </li>
+                    
+      <li>
+  
+                          <a href="mail-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 class="active">
+  
+            <a href="#"><span class="none"></span>Dependency Convergence</a>
+          </li>
+                    
+      <li>
+  
+                          <a href="integration.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>
+        </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="Dependency_Convergence"></a>Dependency Convergence</h2>
+<table border="0" class="table table-striped"><caption>
+  <b>Legend:</b>
+</caption>
+<tr class="a">
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
+<td>At least one dependency has a differing version of the dependency or has SNAPSHOT dependencies.</td></tr></table><br />
+<table border="0" class="table table-striped"><caption>
+  <b>Statistics:</b>
+</caption>
+<tr class="b">
+<th>Number of dependencies (NOD):</th>
+<td>42</td></tr>
+<tr class="a">
+<th>Number of unique artifacts (NOA):</th>
+<td>54</td></tr>
+<tr class="b">
+<th>Number of version-conflicting artifacts (NOC):</th>
+<td>5</td></tr>
+<tr class="a">
+<th>Number of SNAPSHOT artifacts (NOS):</th>
+<td>0</td></tr>
+<tr class="b">
+<th>Convergence (NOD/NOA):</th>
+<td><img alt="[Error]" src="images/icon_error_sml.gif" />&#160;<b>77 %</b></td></tr>
+<tr class="a">
+<th>Ready for release (100% convergence and no SNAPSHOTS):</th>
+<td><img alt="[Error]" src="images/icon_error_sml.gif" />&#160;<b>Error</b><br />You do not have 100% convergence.</td></tr></table></div>
+<div class="section">
+<h3><a name="Dependencies_used_in_this_project"></a>Dependencies used in this project</h3>
+<div class="section">
+<h4><a name="junit:junit"></a>junit:junit</h4>
+<table border="0" class="table table-striped">
+<tr class="b">
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
+<td>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td width="25%">3.8.1</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:test<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(junit:junit:jar:3.8.1:test - omitted for conflict with 4.12)<br /><br /></ol></td></tr>
+<tr class="b">
+<td width="25%">4.12</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;junit:junit:jar:4.12:test<br /><br /></ol></td></tr></table></td></tr></table></div>
+<div class="section">
+<h4><a name="org.apache.maven.shared:maven-shared-utils"></a>org.apache.maven.shared:maven-shared-utils</h4>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
+<td>
+<table border="0" class="table table-striped">
+<tr class="b">
+<td width="25%">0.1</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven.shared:maven-shared-utils:jar:0.1:compile - omitted for conflict with 3.1.0)<br /><br /></ol></td></tr>
+<tr class="a">
+<td width="25%">3.1.0</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.shared:maven-shared-utils:jar:3.1.0:compile<br /><br /></ol></td></tr></table></td></tr></table></div>
+<div class="section">
+<h4><a name="org.apache.maven:maven-core"></a>org.apache.maven:maven-core</h4>
+<table border="0" class="table table-striped">
+<tr class="b">
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
+<td>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td width="25%">2.2.1</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-core:jar:2.2.1:compile - omitted for conflict with 3.0)<br /><br /></ol></td></tr>
+<tr class="b">
+<td width="25%">3.0</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />+-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />\-&#160;org.apache.maven:maven-compat:jar:3.0:test<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-core:jar:3.0:test - omitted for duplicate)<br /><br /></ol></td></tr></table></td></tr></table></div>
+<div class="section">
+<h4><a name="org.apache.maven:maven-plugin-api"></a>org.apache.maven:maven-plugin-api</h4>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
+<td>
+<table border="0" class="table table-striped">
+<tr class="b">
+<td width="25%">2.2.1</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-plugin-api:jar:2.2.1:compile - omitted for conflict with 3.0)<br /><br /></ol></td></tr>
+<tr class="a">
+<td width="25%">3.0</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />+-&#160;org.apache.maven:maven-plugin-api:jar:3.0:compile<br />\-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />&#160;&#160;&#160;\-&#160;(org.apache.maven:maven-plugin-api:jar:3.0:compile - omitted for duplicate)<br /><br /></ol></td></tr></table></td></tr></table></div>
+<div class="section">
+<h4><a name="org.codehaus.plexus:plexus-utils"></a>org.codehaus.plexus:plexus-utils</h4>
+<table border="0" class="table table-striped">
+<tr class="b">
+<td><img alt="[Error]" src="images/icon_error_sml.gif" /></td>
+<td>
+<table border="0" class="table table-striped">
+<tr class="a">
+<td width="25%">1.0.4</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:test<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:1.0.4:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
+<tr class="b">
+<td width="25%">1.4.2</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven:maven-compat:jar:3.0:test<br />&#160;&#160;&#160;\-&#160;org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:1.4.2:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
+<tr class="a">
+<td width="25%">1.5.5</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />&#160;&#160;&#160;\-&#160;org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:1.5.5:compile - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
+<tr class="b">
+<td width="25%">2.0.4</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />+-&#160;org.apache.maven:maven-plugin-api:jar:3.0:compile<br />|&#160;&#160;\-&#160;org.apache.maven:maven-model:jar:3.0:compile<br />|&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />+-&#160;org.apache.maven:maven-artifact:jar:3.0:compile<br />|&#160;&#160;\-&#160;org.codehaus.plexus:plexus-utils:jar:2.0.4:compile<br />+-&#160;org.apache.maven:maven-core:jar:3.0:compile<br />|&#160;&#160;+-&#160;org.apache.maven:maven-settings:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;+-&#160;org.apache.maven:maven-settings-builder:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;+-&#160;org.apache.maven:maven-reposit
 ory-metadata:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;+-&#160;org.apache.maven:maven-model-builder:jar:3.0:compile<br />|&#160;&#160;|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:compile - omitted for duplicate)<br />\-&#160;org.apache.maven:maven-compat:jar:3.0:test<br />&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.4:test - omitted for duplicate)<br /><br /></ol></td></tr>
+<tr class="a">
+<td width="25%">2.0.5</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven:maven-plugin-api:jar:3.0:compile<br />&#160;&#160;&#160;\-&#160;org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:2.0.5:compile - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
+<tr class="b">
+<td width="25%">3.0</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-io:jar:2.0.4:test<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
+<tr class="a">
+<td width="25%">3.0.22</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />+-&#160;org.codehaus.plexus:plexus-compiler-api:jar:2.8.2:compile<br />|&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0.22:compile - omitted for conflict with 2.0.4)<br />\-&#160;org.codehaus.plexus:plexus-compiler-javac:jar:2.8.2:runtime<br />&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0.22:runtime - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr>
+<tr class="b">
+<td width="25%">3.0.7</td>
+<td>
+<ol style="list-style-type: decimal">org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.6.2<br />\-&#160;org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test<br />&#160;&#160;&#160;\-&#160;org.codehaus.plexus:plexus-archiver:jar:2.2:test<br />&#160;&#160;&#160;&#160;&#160;&#160;\-&#160;(org.codehaus.plexus:plexus-utils:jar:3.0.7:test - omitted for conflict with 2.0.4)<br /><br /></ol></td></tr></table></td></tr></table></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>
 </html>
\ No newline at end of file