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 eo...@apache.org on 2019/06/12 15:21:10 UTC

svn commit: r1861143 [6/15] - in /maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/jdeps/ apidocs/org/apache/maven/plugins/jdeps/class-use/ apidocs/org/apache/maven/plugins/jdeps/consumer...

Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-summary.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-summary.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-summary.html Wed Jun 12 15:21:08 2019
@@ -1,170 +1,170 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.1 API)</title>
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.1 API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li class="navBarCell1Rev">Package</li>
-<li>Class</li>
-<li><a href="package-use.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>Prev&nbsp;Package</li>
-<li><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-summary.html">Next&nbsp;Package</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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">
-<h1 title="Package" class="title">Package&nbsp;org.apache.maven.plugins.jdeps</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
-<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colFirst" scope="col">Class</th>
-<th class="colLast" scope="col">Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html" title="class in org.apache.maven.plugins.jdeps">AbstractJDepsMojo</a></td>
-<td class="colLast">
-<div class="block">Abstract Mojo for JDeps</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps">AbstractJDKInternalsMojo</a></td>
-<td class="colLast">
-<div class="block">Abstract Mojo for verifying code with jdkinternals</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/HelpMojo.html" title="class in org.apache.maven.plugins.jdeps">HelpMojo</a></td>
-<td class="colLast">
-<div class="block">Display help information on maven-jdeps-plugin.<br>
- Call <code>mvn jdeps:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/JDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps">JDKInternalsMojo</a></td>
-<td class="colLast">
-<div class="block">Check if main classes depend on internal JDK classes</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/TestJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps">TestJDKInternalsMojo</a></td>
-<td class="colLast">
-<div class="block">Check if test classes depend on internal JDK classes</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
-<!--   -->
-</a>
-<ul class="navList" title="Navigation">
-<li><a href="../../../../../overview-summary.html">Overview</a></li>
-<li class="navBarCell1Rev">Package</li>
-<li>Class</li>
-<li><a href="package-use.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>Prev&nbsp;Package</li>
-<li><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-summary.html">Next&nbsp;Package</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-summary.html" target="_top">Frames</a></li>
-<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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; 2015&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.2 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.2 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-use.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>Prev&nbsp;Package</li>
+<li><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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">
+<h1 title="Package" class="title">Package&nbsp;org.apache.maven.plugins.jdeps</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Class</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html" title="class in org.apache.maven.plugins.jdeps">AbstractJDepsMojo</a></td>
+<td class="colLast">
+<div class="block">Abstract Mojo for JDeps</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps">AbstractJDKInternalsMojo</a></td>
+<td class="colLast">
+<div class="block">Abstract Mojo for verifying code with jdkinternals</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/HelpMojo.html" title="class in org.apache.maven.plugins.jdeps">HelpMojo</a></td>
+<td class="colLast">
+<div class="block">Display help information on maven-jdeps-plugin.<br>
+ Call <code>mvn jdeps:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/JDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps">JDKInternalsMojo</a></td>
+<td class="colLast">
+<div class="block">Check if main classes depend on internal JDK classes</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/apache/maven/plugins/jdeps/TestJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps">TestJDKInternalsMojo</a></td>
+<td class="colLast">
+<div class="block">Check if test classes depend on internal JDK classes</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../overview-summary.html">Overview</a></li>
+<li class="navBarCell1Rev">Package</li>
+<li>Class</li>
+<li><a href="package-use.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>Prev&nbsp;Package</li>
+<li><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-summary.html">Next&nbsp;Package</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-summary.html" target="_top">Frames</a></li>
+<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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; 2015&#x2013;2019 <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: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-tree.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-tree.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-tree.html Wed Jun 12 15:21:08 2019
@@ -1,149 +1,149 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.plugins.jdeps Class Hierarchy (Apache Maven JDeps Plugin 3.1.1 API)</title>
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.maven.plugins.jdeps Class Hierarchy (Apache Maven JDeps Plugin 3.1.1 API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<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</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</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><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-tree.html">Next</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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">
-<h1 class="title">Hierarchy For Package org.apache.maven.plugins.jdeps</h1>
-<span class="packageHierarchyLabel">Package Hierarchies:</span>
-<ul class="horizontal">
-<li><a href="../../../../../overview-tree.html">All Packages</a></li>
-</ul>
-</div>
-<div class="contentContainer">
-<h2 title="Class Hierarchy">Class Hierarchy</h2>
-<ul>
-<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
-<ul>
-<li type="circle">org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><span class="typeNameLink">AbstractMojo</span></a> (implements org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>)
-<ul>
-<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">AbstractJDepsMojo</span></a>
-<ul>
-<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">AbstractJDKInternalsMojo</span></a></li>
-<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/JDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">JDKInternalsMojo</span></a></li>
-<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/TestJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">TestJDKInternalsMojo</span></a></li>
-</ul>
-</li>
-<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/HelpMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">HelpMojo</span></a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<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</li>
-<li>Use</li>
-<li class="navBarCell1Rev">Tree</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><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-tree.html">Next</a></li>
-</ul>
-<ul class="navList">
-<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-tree.html" target="_top">Frames</a></li>
-<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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; 2015&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.plugins.jdeps Class Hierarchy (Apache Maven JDeps Plugin 3.1.2 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="org.apache.maven.plugins.jdeps Class Hierarchy (Apache Maven JDeps Plugin 3.1.2 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<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</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</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><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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">
+<h1 class="title">Hierarchy For Package org.apache.maven.plugins.jdeps</h1>
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
+<ul class="horizontal">
+<li><a href="../../../../../overview-tree.html">All Packages</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
+<ul>
+<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
+<ul>
+<li type="circle">org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.1/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><span class="typeNameLink">AbstractMojo</span></a> (implements org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.1/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.1/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>)
+<ul>
+<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">AbstractJDepsMojo</span></a>
+<ul>
+<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/AbstractJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">AbstractJDKInternalsMojo</span></a></li>
+<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/JDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">JDKInternalsMojo</span></a></li>
+<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/TestJDKInternalsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">TestJDKInternalsMojo</span></a></li>
+</ul>
+</li>
+<li type="circle">org.apache.maven.plugins.jdeps.<a href="../../../../../org/apache/maven/plugins/jdeps/HelpMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">HelpMojo</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<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</li>
+<li>Use</li>
+<li class="navBarCell1Rev">Tree</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><a href="../../../../../org/apache/maven/plugins/jdeps/consumers/package-tree.html">Next</a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/apache/maven/plugins/jdeps/package-tree.html" target="_top">Frames</a></li>
+<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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; 2015&#x2013;2019 <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: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-use.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-use.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/org/apache/maven/plugins/jdeps/package-use.html Wed Jun 12 15:21:08 2019
@@ -1,160 +1,160 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!-- NewPage -->
-<html lang="en">
-<head>
-<!-- Generated by javadoc -->
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.1 API)</title>
-<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../../../script.js"></script>
-</head>
-<body>
-<script type="text/javascript"><!--
-    try {
-        if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.1 API)";
-        }
-    }
-    catch(err) {
-    }
-//-->
-</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<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</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/plugins/jdeps/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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">
-<h1 title="Uses of Package org.apache.maven.plugins.jdeps" class="title">Uses of Package<br>org.apache.maven.plugins.jdeps</h1>
-</div>
-<div class="contentContainer">
-<ul class="blockList">
-<li class="blockList">
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
-<caption><span>Packages that use <a href="../../../../../org/apache/maven/plugins/jdeps/package-summary.html">org.apache.maven.plugins.jdeps</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.plugins.jdeps">org.apache.maven.plugins.jdeps</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
-</tbody>
-</table>
-</li>
-<li class="blockList"><a name="org.apache.maven.plugins.jdeps">
-<!--   -->
-</a>
-<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
-<caption><span>Classes in <a href="../../../../../org/apache/maven/plugins/jdeps/package-summary.html">org.apache.maven.plugins.jdeps</a> used by <a href="../../../../../org/apache/maven/plugins/jdeps/package-summary.html">org.apache.maven.plugins.jdeps</a></span><span class="tabEnd">&nbsp;</span></caption>
-<tr>
-<th class="colOne" scope="col">Class and Description</th>
-</tr>
-<tbody>
-<tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/maven/plugins/jdeps/class-use/AbstractJDepsMojo.html#org.apache.maven.plugins.jdeps">AbstractJDepsMojo</a>
-<div class="block">Abstract Mojo for JDeps</div>
-</td>
-</tr>
-</tbody>
-</table>
-</li>
-</ul>
-</div>
-<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
-<!--   -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<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</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/plugins/jdeps/package-use.html" target="_top">Frames</a></li>
-<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
-</ul>
-<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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; 2015&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.2 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Package org.apache.maven.plugins.jdeps (Apache Maven JDeps Plugin 3.1.2 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
+<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</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/plugins/jdeps/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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">
+<h1 title="Uses of Package org.apache.maven.plugins.jdeps" class="title">Uses of Package<br>org.apache.maven.plugins.jdeps</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../org/apache/maven/plugins/jdeps/package-summary.html">org.apache.maven.plugins.jdeps</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.plugins.jdeps">org.apache.maven.plugins.jdeps</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.maven.plugins.jdeps">
+<!--   -->
+</a>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../org/apache/maven/plugins/jdeps/package-summary.html">org.apache.maven.plugins.jdeps</a> used by <a href="../../../../../org/apache/maven/plugins/jdeps/package-summary.html">org.apache.maven.plugins.jdeps</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../../org/apache/maven/plugins/jdeps/class-use/AbstractJDepsMojo.html#org.apache.maven.plugins.jdeps">AbstractJDepsMojo</a>
+<div class="block">Abstract Mojo for JDeps</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
+<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</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/plugins/jdeps/package-use.html" target="_top">Frames</a></li>
+<li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">All&nbsp;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; 2015&#x2013;2019 <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: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-frame.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-frame.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-frame.html Wed Jun 12 15:21:08 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview List (Apache Maven JDeps Plugin 3.1.1 API)</title>
+<title>Overview List (Apache Maven JDeps Plugin 3.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-summary.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-summary.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-summary.html Wed Jun 12 15:21:08 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview (Apache Maven JDeps Plugin 3.1.1 API)</title>
+<title>Overview (Apache Maven JDeps Plugin 3.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Overview (Apache Maven JDeps Plugin 3.1.1 API)";
+            parent.document.title="Overview (Apache Maven JDeps Plugin 3.1.2 API)";
         }
     }
     catch(err) {
@@ -70,7 +70,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Maven JDeps Plugin 3.1.1 API</h1>
+<h1 class="title">Apache Maven JDeps Plugin 3.1.2 API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
@@ -138,6 +138,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2019 <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: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-tree.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-tree.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/overview-tree.html Wed Jun 12 15:21:08 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Apache Maven JDeps Plugin 3.1.1 API)</title>
+<title>Class Hierarchy (Apache Maven JDeps Plugin 3.1.2 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Class Hierarchy (Apache Maven JDeps Plugin 3.1.1 API)";
+            parent.document.title="Class Hierarchy (Apache Maven JDeps Plugin 3.1.2 API)";
         }
     }
     catch(err) {
@@ -82,7 +82,7 @@
 <ul>
 <li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
 <ul>
-<li type="circle">org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><span class="typeNameLink">AbstractMojo</span></a> (implements org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, org.apache.maven.plugin.<a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>)
+<li type="circle">org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.1/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin"><span class="typeNameLink">AbstractMojo</span></a> (implements org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.1/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.1/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>)
 <ul>
 <li type="circle">org.apache.maven.plugins.jdeps.<a href="org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html" title="class in org.apache.maven.plugins.jdeps"><span class="typeNameLink">AbstractJDepsMojo</span></a>
 <ul>
@@ -150,6 +150,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2015&#x2013;2019 <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: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/package-list
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/package-list (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/package-list Wed Jun 12 15:21:08 2019
@@ -1,2 +1,2 @@
-org.apache.maven.plugins.jdeps
-org.apache.maven.plugins.jdeps.consumers
+org.apache.maven.plugins.jdeps
+org.apache.maven.plugins.jdeps.consumers

Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/script.js
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/script.js (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/apidocs/script.js Wed Jun 12 15:21:08 2019
@@ -1,30 +1,30 @@
-function show(type)
-{
-    count = 0;
-    for (var key in methods) {
-        var row = document.getElementById(key);
-        if ((methods[key] &  type) != 0) {
-            row.style.display = '';
-            row.className = (count++ % 2) ? rowColor : altColor;
-        }
-        else
-            row.style.display = 'none';
-    }
-    updateTabs(type);
-}
-
-function updateTabs(type)
-{
-    for (var value in tabs) {
-        var sNode = document.getElementById(tabs[value][0]);
-        var spanNode = sNode.firstChild;
-        if (value == type) {
-            sNode.className = activeTableTab;
-            spanNode.innerHTML = tabs[value][1];
-        }
-        else {
-            sNode.className = tableTab;
-            spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
-        }
-    }
+function show(type)
+{
+    count = 0;
+    for (var key in methods) {
+        var row = document.getElementById(key);
+        if ((methods[key] &  type) != 0) {
+            row.style.display = '';
+            row.className = (count++ % 2) ? rowColor : altColor;
+        }
+        else
+            row.style.display = 'none';
+    }
+    updateTabs(type);
+}
+
+function updateTabs(type)
+{
+    for (var value in tabs) {
+        var sNode = document.getElementById(tabs[value][0]);
+        var spanNode = sNode.firstChild;
+        if (value == type) {
+            sNode.className = activeTableTab;
+            spanNode.innerHTML = tabs[value][1];
+        }
+        else {
+            sNode.className = tableTab;
+            spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
+        }
+    }
 }
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/checkstyle.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/checkstyle.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/checkstyle.html Wed Jun 12 15:21:08 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8 from org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle at 2018-02-24
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle at 2019-06-12
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180224" />
+    <meta name="Date-Revision-yyyymmdd" content="20190612" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven JDeps Plugin &#x2013; Checkstyle Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven JDeps Plugin">Apache Maven JDeps Plugin</a><span class="divider">/</span></li>
     <li class="active ">Checkstyle Results</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-02-24</li>
-          <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 3.1.1</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-12</li>
+          <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 3.1.2</li>
       <li class="pull-right"><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink" title="Javadoc Tool">Javadoc Tool</a></li>
         </ul>
       </div>
@@ -211,19 +211,19 @@
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Missing a Javadoc comment.</td>
-<td><a href="./xref/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html#L613">613</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html#L623">623</a></td></tr>
 <tr class="a">
 <td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Missing a Javadoc comment.</td>
-<td><a href="./xref/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html#L618">618</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html#L628">628</a></td></tr>
 <tr class="b">
 <td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Missing a Javadoc comment.</td>
-<td><a href="./xref/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html#L620">620</a></td></tr></table></div>
+<td><a href="./xref/org/apache/maven/plugins/jdeps/AbstractJDepsMojo.html#L630">630</a></td></tr></table></div>
 <div class="section">
 <h3 id="org.apache.maven.plugins.jdeps.consumers.JDepsConsumer.java">org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.java</h3>
 <table border="0" class="table table-striped">
@@ -238,19 +238,19 @@
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Missing a Javadoc comment.</td>
-<td><a href="./xref/org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.html#L66">66</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.html#L67">67</a></td></tr>
 <tr class="a">
 <td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Missing a Javadoc comment.</td>
-<td><a href="./xref/org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.html#L86">86</a></td></tr>
+<td><a href="./xref/org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.html#L87">87</a></td></tr>
 <tr class="b">
 <td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Missing a Javadoc comment.</td>
-<td><a href="./xref/org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.html#L91">91</a></td></tr></table></div></div>
+<td><a href="./xref/org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.html#L92">92</a></td></tr></table></div></div>
         </div>
       </div>
     </div>
@@ -258,7 +258,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2015&#x2013;2018
+            <p>Copyright &copy;2015&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>

Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/checkstyle.rss
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/checkstyle.rss (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/checkstyle.rss Wed Jun 12 15:21:08 2019
@@ -1,82 +1,82 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-<rss version="0.91">
-  <channel>
-    <title>Apache Maven JDeps Plugin - Checkstyle report</title>
-    <link>https://maven.apache.org/plugins/maven-jdeps-plugin/</link>
-    <description>Apache Maven JDeps Plugin - Checkstyle report</description>
-    <language>en-us</language>
-    <copyright>&#169;2015 - 2018 The Apache Software Foundation</copyright>
-    <item>
-      <title>File: 2,
-             Errors: 0,
-             Warnings: 11,
-             Infos: 0
-      </title>
-            <link>https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html</link>
-      <description>
-        <p>Click <a href="https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html">here</a> for the full Checkstyle report.</p>
-
-        <table summary="Files" boder="1">
-          <thead>
-            <tr>
-              <th>Files</th>
-              <th style="width:30px;"><abbr title="Info">I</abbr></th>
-              <th style="width:30px;"><abbr title="Warning">W</abbr></th>
-              <th style="width:30px;"><abbr title="Error">E</abbr></th>
-            </tr>
-          </thead>
-          <tbody>
-                          <tr>
-                <td>
-                  <a href="https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html#org.apache.maven.plugins.jdeps.AbstractJDepsMojo.java">org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java</a>
-                </td>
-                <td>
-                  0
-                </td>
-                <td>
-                  8
-                </td>
-                <td>
-                  0
-                </td>
-              </tr>
-                          <tr>
-                <td>
-                  <a href="https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html#org.apache.maven.plugins.jdeps.consumers.JDepsConsumer.java">org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.java</a>
-                </td>
-                <td>
-                  0
-                </td>
-                <td>
-                  3
-                </td>
-                <td>
-                  0
-                </td>
-              </tr>
-                      </tbody>
-        </table>
-        
-      </description>
-    </item>
-  </channel>
-</rss>
-
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<rss version="0.91">
+  <channel>
+    <title>Apache Maven JDeps Plugin - Checkstyle report</title>
+    <link>https://maven.apache.org/plugins/maven-jdeps-plugin/</link>
+    <description>Apache Maven JDeps Plugin - Checkstyle report</description>
+    <language>en-us</language>
+    <copyright>&#169;2015 - 2019 The Apache Software Foundation</copyright>
+    <item>
+      <title>File: 2,
+             Errors: 0,
+             Warnings: 11,
+             Infos: 0
+      </title>
+            <link>https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html</link>
+      <description>
+        <p>Click <a href="https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html">here</a> for the full Checkstyle report.</p>
+
+        <table summary="Files" boder="1">
+          <thead>
+            <tr>
+              <th>Files</th>
+              <th style="width:30px;"><abbr title="Info">I</abbr></th>
+              <th style="width:30px;"><abbr title="Warning">W</abbr></th>
+              <th style="width:30px;"><abbr title="Error">E</abbr></th>
+            </tr>
+          </thead>
+          <tbody>
+                          <tr>
+                <td>
+                  <a href="https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html#org.apache.maven.plugins.jdeps.AbstractJDepsMojo.java">org/apache/maven/plugins/jdeps/AbstractJDepsMojo.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  8
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                          <tr>
+                <td>
+                  <a href="https://maven.apache.org/plugins/maven-jdeps-plugin//checkstyle.html#org.apache.maven.plugins.jdeps.consumers.JDepsConsumer.java">org/apache/maven/plugins/jdeps/consumers/JDepsConsumer.java</a>
+                </td>
+                <td>
+                  0
+                </td>
+                <td>
+                  3
+                </td>
+                <td>
+                  0
+                </td>
+              </tr>
+                      </tbody>
+        </table>
+        
+      </description>
+    </item>
+  </channel>
+</rss>
+

Added: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/ci-management.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/ci-management.html (added)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/ci-management.html Wed Jun 12 15:21:08 2019
@@ -0,0 +1,145 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:ci-management at 2019-06-12
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20190612" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Maven JDeps Plugin &#x2013; CI Management</title>
+    <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="./css/site.css" />
+    <link rel="stylesheet" href="./css/print.css" media="print" />
+    <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body class="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 JDeps Plugin"/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
+      <li class=""><a href="index.html" title="Apache Maven JDeps Plugin">Apache Maven JDeps Plugin</a><span class="divider">/</span></li>
+    <li class="active ">CI Management</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-12</li>
+          <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 3.1.2</li>
+      <li class="pull-right"><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink" title="Javadoc Tool">Javadoc Tool</a></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="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">Project Documentation</li>
+    <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-down"></span>Project Information</a>
+    <ul class="nav nav-list">
+    <li><a href="index.html" title="About"><span class="none"></span>About</a></li>
+    <li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a></li>
+    <li><a href="dependency-info.html" title="Dependency Information"><span class="none"></span>Dependency Information</a></li>
+    <li><a href="team.html" title="Team"><span class="none"></span>Team</a></li>
+    <li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li>
+    <li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
+    <li><a href="mailing-lists.html" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li>
+    <li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a></li>
+    <li><a href="dependencies.html" title="Dependencies"><span class="none"></span>Dependencies</a></li>
+    <li><a href="dependency-convergence.html" title="Dependency Convergence"><span class="none"></span>Dependency Convergence</a></li>
+    <li class="active"><a href="#"><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="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
+    <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
+    <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li>
+    <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
+    <li><a href="../index.html" title="Plugins"><span class="none"></span>Plugins</a></li>
+    <li><a href="../../plugin-testing/index.html" title="Plugin Testing"><span class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../apache-resource-bundles/index.html" title="Resource Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li>
+    <li><a href="../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li>
+    <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
+    <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
+    <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search" method="get" >
+  <input value="$sitesearchValue" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    </div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
+<div class="section">
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
+<p>This project uses <a class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div>
+<div class="section">
+<h2><a name="Access"></a>Access</h2><a name="Access"></a>
+<p>The following is a link to the continuous integration system used by the project:</p>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://builds.apache.org/job/maven-box/job/maven-jdeps-plugin/">https://builds.apache.org/job/maven-box/job/maven-jdeps-plugin/</a></pre></div></div>
+<div class="section">
+<h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a>
+<p>No notifiers are defined. Please check back at a later date.</p></div>
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2015&#x2013;2019
+<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

Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/css/apache-maven-fluido-1.7.min.css
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/css/apache-maven-fluido-1.7.min.css (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/css/apache-maven-fluido-1.7.min.css Wed Jun 12 15:21:08 2019
@@ -1,17 +1,17 @@
-/*!
- * Bootstrap v2.3.2
- *
- * Copyright 2013 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world by @mdo and @fat.

[... 27 lines stripped ...]
Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/css/print.css
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/css/print.css (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/css/print.css Wed Jun 12 15:21:08 2019
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-/* $Id: print.css 970309 2015-10-26 21:32:26Z hboutemy $ */
+/* $Id$ */
 
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
 #bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/dependencies.html
==============================================================================
--- maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/dependencies.html (original)
+++ maven/website/components/plugins-archives/maven-jdeps-plugin-LATEST/dependencies.html Wed Jun 12 15:21:08 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8 from org.apache.maven.plugins:maven-project-info-reports-plugin:2.9:dependencies at 2018-02-24
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependencies at 2019-06-12
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180224" />
+    <meta name="Date-Revision-yyyymmdd" content="20190612" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven JDeps Plugin &#x2013; Project Dependencies</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -41,8 +41,8 @@
       <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Apache Maven JDeps Plugin">Apache Maven JDeps Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Dependencies</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2018-02-24</li>
-          <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 3.1.1</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-12</li>
+          <li id="projectVersion" class="pull-right"><span class="divider">|</span>Version: 3.1.2</li>
       <li class="pull-right"><a href="http://docs.oracle.com/javase/7/docs/technotes/guides/javadoc/" class="externalLink" title="Javadoc Tool">Javadoc Tool</a></li>
         </ul>
       </div>
@@ -60,16 +60,16 @@
     <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="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="team.html" title="Team"><span class="none"></span>Team</a></li>
+    <li><a href="scm.html" title="Source Code Management"><span class="none"></span>Source Code Management</a></li>
+    <li><a href="issue-management.html" title="Issue Management"><span class="none"></span>Issue Management</a></li>
+    <li><a href="mailing-lists.html" title="Mailing Lists"><span class="none"></span>Mailing Lists</a></li>
     <li><a href="dependency-management.html" title="Dependency Management"><span class="none"></span>Dependency Management</a></li>
     <li class="active"><a href="#"><span class="none"></span>Dependencies</a></li>
     <li><a href="dependency-convergence.html" title="Dependency Convergence"><span class="none"></span>Dependency Convergence</a></li>
-    <li><a href="integration.html" title="CI Management"><span class="none"></span>CI Management</a></li>
+    <li><a href="ci-management.html" title="CI Management"><span class="none"></span>CI Management</a></li>
     <li><a href="plugin-management.html" title="Plugin Management"><span class="none"></span>Plugin Management</a></li>
     <li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li>
     <li><a href="distribution-management.html" title="Distribution Management"><span class="none"></span>Distribution Management</a></li>
@@ -190,7 +190,7 @@
 <tr class="b">
 <td>org.apache.maven.plugin-tools</td>
 <td><a class="externalLink" href="https://maven.apache.org/plugin-tools/maven-plugin-annotations">maven-plugin-annotations</a></td>
-<td>3.5.1</td>
+<td>3.5.2</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a>
 <div class="section">
@@ -383,7 +383,7 @@
 <div class="section">
 <h3><a name="Dependency_Tree"></a>Dependency Tree</h3>
 <ul>
-<li>org.apache.maven.plugins:maven-jdeps-plugin:maven-plugin:3.1.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-jdeps-plugin:maven-plugin:3.1.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 JDeps Plugin</th></tr>
@@ -393,7 +393,7 @@
 <p><b>URL: </b><a class="externalLink" href="https://maven.apache.org/plugins/maven-jdeps-plugin/">https://maven.apache.org/plugins/maven-jdeps-plugin/</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div>
 <ul>
-<li>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.1 (provided) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep2" style="display:none">
+<li>org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2 (provided) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep2" style="display:none">
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Maven Plugin Tools Java 5 Annotations</th></tr>
@@ -777,7 +777,7 @@
 <td>1.5</td>
 <td>Yes</td></tr>
 <tr class="a">
-<td>maven-plugin-annotations-3.5.1.jar</td>
+<td>maven-plugin-annotations-3.5.2.jar</td>
 <td>14.3 kB</td>
 <td>22</td>
 <td>7</td>
@@ -951,7 +951,7 @@
     <footer>
       <div class="container-fluid">
         <div class="row-fluid">
-            <p>Copyright &copy;2015&#x2013;2018
+            <p>Copyright &copy;2015&#x2013;2019
 <a href="https://www.apache.org/">The Apache Software Foundation</a>.
 All rights reserved.</p>
         </div>