Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/ModuleInfoParser.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/ModuleInfoParser.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/ModuleInfoParser.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ModuleInfoParser (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>ModuleInfoParser (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ModuleInfoParser (Apache Maven Compiler Plugin 
3.6.0 API)";
+        parent.document.title="ModuleInfoParser (Apache Maven Compiler Plugin 
3.6.1 API)";
     }
 //-->
 </script>
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/maven/plugin/compiler/HelpMojo.html" 
title="class in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
-<li><a 
href="../../../../../org/apache/maven/plugin/compiler/TestCompilerMojo.html" 
title="class in org.apache.maven.plugin.compiler"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/maven/plugin/compiler/ModuleInfoParser.html"
 target="_top">Frames</a></li>
@@ -60,7 +60,7 @@
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
@@ -87,14 +87,14 @@
 <li class="blockList">
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><a 
href="../../../../../org/apache/maven/plugin/compiler/AsmModuleInfoParser.html" 
title="class in org.apache.maven.plugin.compiler">AsmModuleInfoParser</a></dd>
+<dd><a 
href="../../../../../org/apache/maven/plugin/compiler/AsmModuleInfoParser.html" 
title="class in org.apache.maven.plugin.compiler">AsmModuleInfoParser</a>, <a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in org.apache.maven.plugin.compiler">QDoxModuleInfoParser</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public interface <span class="strong">ModuleInfoParser</span></pre>
-<div class="block">Extract information from module</div>
+<div class="block">Extract information from the module-info file</div>
 <dl><dt><span class="strong">Since:</span></dt>
-  <dd>3.5</dd>
+  <dd>3.6.0</dd>
 <dt><span class="strong">Author:</span></dt>
   <dd>Robert Scholte</dd></dl>
 </li>
@@ -103,6 +103,27 @@
 <div class="summary">
 <ul class="blockList">
 <li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Nested Class Summary table, listing nested classes, and an 
explanation">
+<caption><span>Nested Classes</span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Interface and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static class&nbsp;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></strong></code>
+<div class="block">Defines the type of parser, i.e. using the source or the 
class files</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method_summary">
@@ -117,7 +138,15 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getModuleName(java.io.File)">getModuleName</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in 
java.io">File</a>&nbsp;modulePath)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getModuleName(java.io.File)">getModuleName</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;modulePath)</code>
+<div class="block">Extracts the name from the module-info file</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getType()">getType</a></strong>()</code>
+<div class="block">What kind of file does the parser use</div>
+</td>
 </tr>
 </table>
 </li>
@@ -134,6 +163,17 @@
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="getType()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a>&nbsp;getType()</pre>
+<div class="block">What kind of file does the parser use</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the type</dd></dl>
+</li>
+</ul>
 <a name="getModuleName(java.io.File)">
 <!--   -->
 </a>
@@ -142,7 +182,10 @@
 <h4>getModuleName</h4>
 <pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getModuleName(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;modulePath)
                      throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
-<dl><dt><span class="strong">Throws:</span></dt>
+<div class="block">Extracts the name from the module-info file</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>modulePath</code> - </dd>
+<dt><span class="strong">Returns:</span></dt><dd></dd>
+<dt><span class="strong">Throws:</span></dt>
 <dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
 </li>
 </ul>
@@ -173,7 +216,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/maven/plugin/compiler/HelpMojo.html" 
title="class in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
-<li><a 
href="../../../../../org/apache/maven/plugin/compiler/TestCompilerMojo.html" 
title="class in org.apache.maven.plugin.compiler"><span class="strong">Next 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler"><span class="strong">Next 
Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../index.html?org/apache/maven/plugin/compiler/ModuleInfoParser.html"
 target="_top">Frames</a></li>
@@ -197,7 +240,7 @@
 <div>
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
+<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
 <li>Field&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method_summary">Method</a></li>
@@ -213,6 +256,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html
 Fri Jan 13 11:24:25 2017
@@ -0,0 +1,315 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="nl">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>QDoxModuleInfoParser (Apache Maven Compiler Plugin 3.6.1 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="QDoxModuleInfoParser (Apache Maven Compiler 
Plugin 3.6.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/QDoxModuleInfoParser.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/TestCompilerMojo.html" 
title="class in org.apache.maven.plugin.compiler"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 target="_top">Frames</a></li>
+<li><a href="QDoxModuleInfoParser.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.maven.plugin.compiler</div>
+<h2 title="Class QDoxModuleInfoParser" class="title">Class 
QDoxModuleInfoParser</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">java.lang.Object</a></li>
+<li>
+<ul class="inheritance">
+<li>org.apache.maven.plugin.compiler.QDoxModuleInfoParser</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler">ModuleInfoParser</a></dd>
+</dl>
+<hr>
+<br>
+<pre>@Component(role=<a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in 
org.apache.maven.plugin.compiler">ModuleInfoParser.class</a>,
+           hint="qdox")
+public class <span class="strong">QDoxModuleInfoParser</span>
+extends <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler">ModuleInfoParser</a></pre>
+<div class="block">Extract information from module with QDox</div>
+<dl><dt><span class="strong">Since:</span></dt>
+  <dd>3.6.1</dd>
+<dt><span class="strong">Author:</span></dt>
+  <dd>Robert Scholte</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>Nested Class Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a 
name="nested_classes_inherited_from_class_org.apache.maven.plugin.compiler.ModuleInfoParser">
+<!--   -->
+</a>
+<h3>Nested classes/interfaces inherited from 
interface&nbsp;org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler">ModuleInfoParser</a></h3>
+<code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>Constructor Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html#QDoxModuleInfoParser()">QDoxModuleInfoParser</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html#getModuleName(java.io.File)">getModuleName</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;modulePath)</code>
+<div class="block">Extracts the name from the module-info file</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html#getType()">getType</a></strong>()</code>
+<div class="block">What kind of file does the parser use</div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()"
 title="class or interface in java.lang">clone</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"
 title="class or interface in java.lang">equals</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()"
 title="class or interface in java.lang">finalize</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()"
 title="class or interface in java.lang">getClass</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()"
 title="class or interface in java.lang">hashCode</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()"
 title="class or interface in java.lang">notify</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()"
 title="class or interface in java.lang">toString</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)"
 title="class or interface in java.lang">wait</a>, <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,
 int)" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a name="QDoxModuleInfoParser()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>QDoxModuleInfoParser</h4>
+<pre>public&nbsp;QDoxModuleInfoParser()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="getType()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getType</h4>
+<pre>public&nbsp;<a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a>&nbsp;getType()</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getType()">ModuleInfoParser</a></code></strong></div>
+<div class="block">What kind of file does the parser use</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getType()">getType</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in 
org.apache.maven.plugin.compiler">ModuleInfoParser</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>the type</dd></dl>
+</li>
+</ul>
+<a name="getModuleName(java.io.File)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getModuleName</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;getModuleName(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true";
 title="class or interface in java.io">File</a>&nbsp;modulePath)
+                     throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getModuleName(java.io.File)">ModuleInfoParser</a></code></strong></div>
+<div class="block">Extracts the name from the module-info file</div>
+<dl>
+<dt><strong>Specified by:</strong></dt>
+<dd><code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getModuleName(java.io.File)">getModuleName</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in 
org.apache.maven.plugin.compiler">ModuleInfoParser</a></code></dd>
+<dt><span class="strong">Returns:</span></dt><dd></dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/QDoxModuleInfoParser.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/TestCompilerMojo.html" 
title="class in org.apache.maven.plugin.compiler"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../index.html?org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 target="_top">Frames</a></li>
+<li><a href="QDoxModuleInfoParser.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/TestCompilerMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/TestCompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/TestCompilerMojo.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestCompilerMojo (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>TestCompilerMojo (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TestCompilerMojo (Apache Maven Compiler Plugin 
3.6.0 API)";
+        parent.document.title="TestCompilerMojo (Apache Maven Compiler Plugin 
3.6.1 API)";
     }
 //-->
 </script>
@@ -35,7 +35,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">
@@ -523,7 +523,7 @@ extends <a href="../../../../../org/apac
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
+<li><a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in org.apache.maven.plugin.compiler"><span class="strong">Prev 
Class</span></a></li>
 <li>Next Class</li>
 </ul>
 <ul class="navList">
@@ -564,6 +564,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/AbstractCompilerMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/AbstractCompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/AbstractCompilerMojo.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.AbstractCompilerMojo 
(Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.AbstractCompilerMojo 
(Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.AbstractCompilerMojo (Apache Maven Compiler 
Plugin 3.6.0 API)";
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.AbstractCompilerMojo (Apache Maven Compiler 
Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -184,6 +184,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/AsmModuleInfoParser.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/AsmModuleInfoParser.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/AsmModuleInfoParser.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.AsmModuleInfoParser 
(Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.AsmModuleInfoParser 
(Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.AsmModuleInfoParser (Apache Maven Compiler 
Plugin 3.6.0 API)";
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.AsmModuleInfoParser (Apache Maven Compiler 
Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/CompilationFailureException.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/CompilationFailureException.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/CompilationFailureException.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class 
org.apache.maven.plugin.compiler.CompilationFailureException (Apache Maven 
Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Class 
org.apache.maven.plugin.compiler.CompilationFailureException (Apache Maven 
Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.CompilationFailureException (Apache Maven 
Compiler Plugin 3.6.0 API)";
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.CompilationFailureException (Apache Maven 
Compiler Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -184,6 +184,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/CompilerMojo.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.CompilerMojo (Apache 
Maven Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.CompilerMojo (Apache 
Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.CompilerMojo (Apache Maven Compiler Plugin 
3.6.0 API)";
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.CompilerMojo (Apache Maven Compiler Plugin 
3.6.1 API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/DependencyCoordinate.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/DependencyCoordinate.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/DependencyCoordinate.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.DependencyCoordinate 
(Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.DependencyCoordinate 
(Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.DependencyCoordinate (Apache Maven Compiler 
Plugin 3.6.0 API)";
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.DependencyCoordinate (Apache Maven Compiler 
Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/HelpMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/HelpMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/HelpMojo.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.HelpMojo (Apache Maven 
Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.HelpMojo (Apache Maven 
Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.HelpMojo (Apache Maven Compiler Plugin 3.6.0 
API)";
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.HelpMojo (Apache Maven Compiler Plugin 3.6.1 
API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.Type.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.Type.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.Type.html
 Fri Jan 13 11:24:25 2017
@@ -0,0 +1,178 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="nl">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.maven.plugin.compiler.ModuleInfoParser.Type 
(Apache Maven Compiler Plugin 3.6.1 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.ModuleInfoParser.Type (Apache Maven Compiler 
Plugin 3.6.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.Type.html"
 target="_top">Frames</a></li>
+<li><a href="ModuleInfoParser.Type.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class 
org.apache.maven.plugin.compiler.ModuleInfoParser.Type" class="title">Uses of 
Class<br>org.apache.maven.plugin.compiler.ModuleInfoParser.Type</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.maven.plugin.compiler">org.apache.maven.plugin.compiler</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.maven.plugin.compiler">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a> in 
<a 
href="../../../../../../org/apache/maven/plugin/compiler/package-summary.html">org.apache.maven.plugin.compiler</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing 
methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../org/apache/maven/plugin/compiler/package-summary.html">org.apache.maven.plugin.compiler</a>
 that return <a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></code></td>
+<td class="colLast"><span 
class="strong">QDoxModuleInfoParser.</span><code><strong><a 
href="../../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></code></td>
+<td class="colLast"><span 
class="strong">ModuleInfoParser.</span><code><strong><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html#getType()">getType</a></strong>()</code>
+<div class="block">What kind of file does the parser use</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></code></td>
+<td class="colLast"><span 
class="strong">AsmModuleInfoParser.</span><code><strong><a 
href="../../../../../../org/apache/maven/plugin/compiler/AsmModuleInfoParser.html#getType()">getType</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></code></td>
+<td class="colLast"><span 
class="strong">ModuleInfoParser.Type.</span><code><strong><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html#valueOf(java.lang.String)">valueOf</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</code>
+<div class="block">Returns the enum constant of this type with the specified 
name.</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in 
org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a>[]</code></td>
+<td class="colLast"><span 
class="strong">ModuleInfoParser.Type.</span><code><strong><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html#values()">values</a></strong>()</code>
+<div class="block">Returns an array containing the constants of this enum 
type, in
+the order they are declared.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.Type.html"
 target="_top">Frames</a></li>
+<li><a href="ModuleInfoParser.Type.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.plugin.compiler.ModuleInfoParser 
(Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Interface org.apache.maven.plugin.compiler.ModuleInfoParser 
(Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface 
org.apache.maven.plugin.compiler.ModuleInfoParser (Apache Maven Compiler Plugin 
3.6.0 API)";
+        parent.document.title="Uses of Interface 
org.apache.maven.plugin.compiler.ModuleInfoParser (Apache Maven Compiler Plugin 
3.6.1 API)";
     }
 //-->
 </script>
@@ -100,6 +100,12 @@
 <div class="block">Extract information from module with ASM</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a 
href="../../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in 
org.apache.maven.plugin.compiler">QDoxModuleInfoParser</a></strong></code>
+<div class="block">Extract information from module with QDox</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -152,6 +158,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/QDoxModuleInfoParser.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/QDoxModuleInfoParser.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/QDoxModuleInfoParser.html
 Fri Jan 13 11:24:25 2017
@@ -0,0 +1,115 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="nl">
+<head>
+<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
+<title>Uses of Class org.apache.maven.plugin.compiler.QDoxModuleInfoParser 
(Apache Maven Compiler Plugin 3.6.1 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.QDoxModuleInfoParser (Apache Maven Compiler 
Plugin 3.6.1 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in org.apache.maven.plugin.compiler">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/plugin/compiler/class-use/QDoxModuleInfoParser.html"
 target="_top">Frames</a></li>
+<li><a href="QDoxModuleInfoParser.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="Uses of Class 
org.apache.maven.plugin.compiler.QDoxModuleInfoParser" class="title">Uses of 
Class<br>org.apache.maven.plugin.compiler.QDoxModuleInfoParser</h2>
+</div>
+<div class="classUseContainer">No usage of 
org.apache.maven.plugin.compiler.QDoxModuleInfoParser</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in org.apache.maven.plugin.compiler">Class</a></li>
+<li class="navBarCell1Rev">Use</li>
+<li><a href="../package-tree.html">Tree</a></li>
+<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../../../index-all.html">Index</a></li>
+<li><a href="../../../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>Prev</li>
+<li>Next</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/plugin/compiler/class-use/QDoxModuleInfoParser.html"
 target="_top">Frames</a></li>
+<li><a href="QDoxModuleInfoParser.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/TestCompilerMojo.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/TestCompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/TestCompilerMojo.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.compiler.TestCompilerMojo (Apache 
Maven Compiler Plugin 3.6.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.compiler.TestCompilerMojo (Apache 
Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.TestCompilerMojo (Apache Maven Compiler Plugin 
3.6.0 API)";
+        parent.document.title="Uses of Class 
org.apache.maven.plugin.compiler.TestCompilerMojo (Apache Maven Compiler Plugin 
3.6.1 API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-frame.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-frame.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-frame.html
 Fri Jan 13 11:24:25 2017
@@ -3,7 +3,7 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6.0 
API)</title>
+<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6.1 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
@@ -20,8 +20,13 @@
 <li><a href="CompilerMojo.html" title="class in 
org.apache.maven.plugin.compiler" target="classFrame">CompilerMojo</a></li>
 <li><a href="DependencyCoordinate.html" title="class in 
org.apache.maven.plugin.compiler" 
target="classFrame">DependencyCoordinate</a></li>
 <li><a href="HelpMojo.html" title="class in org.apache.maven.plugin.compiler" 
target="classFrame">HelpMojo</a></li>
+<li><a href="QDoxModuleInfoParser.html" title="class in 
org.apache.maven.plugin.compiler" 
target="classFrame">QDoxModuleInfoParser</a></li>
 <li><a href="TestCompilerMojo.html" title="class in 
org.apache.maven.plugin.compiler" target="classFrame">TestCompilerMojo</a></li>
 </ul>
+<h2 title="Enums">Enums</h2>
+<ul title="Enums">
+<li><a href="ModuleInfoParser.Type.html" title="enum in 
org.apache.maven.plugin.compiler" 
target="classFrame">ModuleInfoParser.Type</a></li>
+</ul>
 <h2 title="Exceptions">Exceptions</h2>
 <ul title="Exceptions">
 <li><a href="CompilationFailureException.html" title="class in 
org.apache.maven.plugin.compiler" 
target="classFrame">CompilationFailureException</a></li>

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-summary.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-summary.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6.0 
API)</title>
+<title>org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6.1 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.compiler (Apache Maven 
Compiler Plugin 3.6.0 API)";
+        parent.document.title="org.apache.maven.plugin.compiler (Apache Maven 
Compiler Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -77,7 +77,7 @@
 <tr class="altColor">
 <td class="colFirst"><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler">ModuleInfoParser</a></td>
 <td class="colLast">
-<div class="block">Extract information from module</div>
+<div class="block">Extract information from the module-info file</div>
 </td>
 </tr>
 </tbody>
@@ -124,6 +124,12 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in org.apache.maven.plugin.compiler">QDoxModuleInfoParser</a></td>
+<td class="colLast">
+<div class="block">Extract information from module with QDox</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><a 
href="../../../../../org/apache/maven/plugin/compiler/TestCompilerMojo.html" 
title="class in org.apache.maven.plugin.compiler">TestCompilerMojo</a></td>
 <td class="colLast">
 <div class="block">Compiles application test sources.</div>
@@ -133,6 +139,23 @@
 </table>
 </li>
 <li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Enum Summary table, listing enums, and an explanation">
+<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Enum</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a></td>
+<td class="colLast">
+<div class="block">Defines the type of parser, i.e. using the source or the 
class files</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
 <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Exception Summary table, listing exceptions, and an explanation">
 <caption><span>Exception Summary</span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
@@ -194,6 +217,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-tree.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-tree.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-tree.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler 
Plugin 3.6.0 API)</title>
+<title>org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler 
Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin.compiler Class 
Hierarchy (Apache Maven Compiler Plugin 3.6.0 API)";
+        parent.document.title="org.apache.maven.plugin.compiler Class 
Hierarchy (Apache Maven Compiler Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -86,6 +86,7 @@
 </li>
 <li type="circle">org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/AsmModuleInfoParser.html" 
title="class in org.apache.maven.plugin.compiler"><span 
class="strong">AsmModuleInfoParser</span></a> (implements 
org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler">ModuleInfoParser</a>)</li>
 <li type="circle">org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/DependencyCoordinate.html"
 title="class in org.apache.maven.plugin.compiler"><span 
class="strong">DependencyCoordinate</span></a></li>
+<li type="circle">org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html"
 title="class in org.apache.maven.plugin.compiler"><span 
class="strong">QDoxModuleInfoParser</span></a> (implements 
org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler">ModuleInfoParser</a>)</li>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Throwable</span></a> (implements java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Exception</span></a>
@@ -110,6 +111,18 @@
 <ul>
 <li type="circle">org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.html" 
title="interface in org.apache.maven.plugin.compiler"><span 
class="strong">ModuleInfoParser</span></a></li>
 </ul>
+<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang"><span class="strong">Object</span></a>
+<ul>
+<li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
+<ul>
+<li type="circle">org.apache.maven.plugin.compiler.<a 
href="../../../../../org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html"
 title="enum in org.apache.maven.plugin.compiler"><span 
class="strong">ModuleInfoParser.Type</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
@@ -156,6 +169,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-use.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-use.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/package-use.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler 
Plugin 3.6.0 API)</title>
+<title>Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler 
Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package 
org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6.0 API)";
+        parent.document.title="Uses of Package 
org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -138,7 +138,12 @@
 </tr>
 <tr class="altColor">
 <td class="colOne"><a 
href="../../../../../org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.html#org.apache.maven.plugin.compiler">ModuleInfoParser</a>
-<div class="block">Extract information from module</div>
+<div class="block">Extract information from the module-info file</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a 
href="../../../../../org/apache/maven/plugin/compiler/class-use/ModuleInfoParser.Type.html#org.apache.maven.plugin.compiler">ModuleInfoParser.Type</a>
+<div class="block">Defines the type of parser, i.e. using the source or the 
class files</div>
 </td>
 </tr>
 </tbody>
@@ -191,6 +196,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-frame.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-frame.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-frame.html
 Fri Jan 13 11:24:25 2017
@@ -3,7 +3,7 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>org.apache.maven.plugin (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-summary.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-summary.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>org.apache.maven.plugin (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin (Apache Maven Compiler 
Plugin 3.6.0 API)";
+        parent.document.title="org.apache.maven.plugin (Apache Maven Compiler 
Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -159,6 +159,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-tree.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-tree.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-tree.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin Class Hierarchy (Apache Maven Compiler Plugin 
3.6.0 API)</title>
+<title>org.apache.maven.plugin Class Hierarchy (Apache Maven Compiler Plugin 
3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.plugin Class Hierarchy (Apache 
Maven Compiler Plugin 3.6.0 API)";
+        parent.document.title="org.apache.maven.plugin Class Hierarchy (Apache 
Maven Compiler Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-use.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-use.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/package-use.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugin (Apache Maven Compiler Plugin 
3.6.0 API)</title>
+<title>Uses of Package org.apache.maven.plugin (Apache Maven Compiler Plugin 
3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.plugin (Apache 
Maven Compiler Plugin 3.6.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin (Apache 
Maven Compiler Plugin 3.6.1 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-frame.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-frame.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-frame.html
 Fri Jan 13 11:24:25 2017
@@ -3,7 +3,7 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Overview List (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Overview List (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-summary.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-summary.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Overview (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Overview (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Apache Maven Compiler Plugin 3.6.0 
API)";
+        parent.document.title="Overview (Apache Maven Compiler Plugin 3.6.1 
API)";
     }
 //-->
 </script>
@@ -62,7 +62,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Maven Compiler Plugin 3.6.0 API</h1>
+<h1 class="title">Apache Maven Compiler Plugin 3.6.1 API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Packages table, listing packages, and an explanation">
@@ -128,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-tree.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-tree.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/overview-tree.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Class Hierarchy (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Class Hierarchy (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Apache Maven Compiler Plugin 
3.6.0 API)";
+        parent.document.title="Class Hierarchy (Apache Maven Compiler Plugin 
3.6.1 API)";
     }
 //-->
 </script>
@@ -96,6 +96,7 @@
 </li>
 <li type="circle">org.apache.maven.plugin.compiler.<a 
href="org/apache/maven/plugin/compiler/AsmModuleInfoParser.html" title="class 
in org.apache.maven.plugin.compiler"><span 
class="strong">AsmModuleInfoParser</span></a> (implements 
org.apache.maven.plugin.compiler.<a 
href="org/apache/maven/plugin/compiler/ModuleInfoParser.html" title="interface 
in org.apache.maven.plugin.compiler">ModuleInfoParser</a>)</li>
 <li type="circle">org.apache.maven.plugin.compiler.<a 
href="org/apache/maven/plugin/compiler/DependencyCoordinate.html" title="class 
in org.apache.maven.plugin.compiler"><span 
class="strong">DependencyCoordinate</span></a></li>
+<li type="circle">org.apache.maven.plugin.compiler.<a 
href="org/apache/maven/plugin/compiler/QDoxModuleInfoParser.html" title="class 
in org.apache.maven.plugin.compiler"><span 
class="strong">QDoxModuleInfoParser</span></a> (implements 
org.apache.maven.plugin.compiler.<a 
href="org/apache/maven/plugin/compiler/ModuleInfoParser.html" title="interface 
in org.apache.maven.plugin.compiler">ModuleInfoParser</a>)</li>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Throwable</span></a> (implements java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Exception</span></a>
@@ -124,6 +125,18 @@
 <ul>
 <li type="circle">org.apache.maven.plugin.compiler.<a 
href="org/apache/maven/plugin/compiler/ModuleInfoParser.html" title="interface 
in org.apache.maven.plugin.compiler"><span 
class="strong">ModuleInfoParser</span></a></li>
 </ul>
+<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang"><span class="strong">Object</span></a>
+<ul>
+<li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
+<ul>
+<li type="circle">org.apache.maven.plugin.compiler.<a 
href="org/apache/maven/plugin/compiler/ModuleInfoParser.Type.html" title="enum 
in org.apache.maven.plugin.compiler"><span 
class="strong">ModuleInfoParser.Type</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->
 <div class="bottomNav"><a name="navbar_bottom">
@@ -170,6 +183,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/serialized-form.html
==============================================================================
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/serialized-form.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/serialized-form.html
 Fri Jan 13 11:24:25 2017
@@ -3,13 +3,13 @@
 <html lang="nl">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Serialized Form (Apache Maven Compiler Plugin 3.6.0 API)</title>
+<title>Serialized Form (Apache Maven Compiler Plugin 3.6.1 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Serialized Form (Apache Maven Compiler Plugin 
3.6.0 API)";
+        parent.document.title="Serialized Form (Apache Maven Compiler Plugin 
3.6.1 API)";
     }
 //-->
 </script>
@@ -388,6 +388,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file


Reply via email to