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 kh...@apache.org on 2019/11/11 19:59:02 UTC

svn commit: r1869667 [2/15] - in /maven/website/components/plugins-archives/maven-ear-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/ear/ apidocs/org/apache/maven/plugins/ear/class-use/ apidocs/org/apache/maven/plugins/ear/util/ apidocs/or...

Modified: maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/AppClientModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/AppClientModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/AppClientModule.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AppClientModule (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>AppClientModule (Apache Maven EAR Plugin 3.0.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="AppClientModule (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="AppClientModule (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -163,7 +163,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/AppClientModule.html#AppClientModule-org.apache.maven.artifact.Artifact-">AppClientModule</a></span>(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/AppClientModule.html#AppClientModule-org.apache.maven.artifact.Artifact-">AppClientModule</a></span>(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -239,10 +239,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>AppClientModule</h4>
-<pre>public&nbsp;AppClientModule(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</pre>
+<pre>public&nbsp;AppClientModule(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
+<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -356,6 +356,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarExecutionContext.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarExecutionContext.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarExecutionContext.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EarExecutionContext (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EarExecutionContext (Apache Maven EAR Plugin 3.0.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="EarExecutionContext (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EarExecutionContext (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -134,10 +134,10 @@ extends <a href="https://docs.oracle.com
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html#EarExecutionContext-org.apache.maven.project.MavenProject-java.lang.String-java.lang.String-org.apache.maven.plugins.ear.JbossConfiguration-java.lang.String-org.apache.maven.plugins.ear.util.ArtifactTypeMappingService-">EarExecutionContext</a></span>(<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html#EarExecutionContext-org.apache.maven.project.MavenProject-java.lang.String-java.lang.String-org.apache.maven.plugins.ear.JbossConfiguration-java.lang.String-org.apache.maven.plugins.ear.util.ArtifactTypeMappingService-">EarExecutionContext</a></span>(<a href="http://maven.apache.org/ref/3.6.2/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
                    <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mainArtifactId,
                    <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir,
-                   <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugins.ear.JbossConfiguration.html?is-external=true" title="class or interface in org.apache.maven">org.apache.maven.plugins.ear.JbossConfiguration</a>&nbsp;jbossConfiguration,
+                   <a href="http://maven.apache.org/ref/3.6.2/maven-core/apidocs/org/apache/maven/plugins.ear.JbossConfiguration.html?is-external=true" title="class or interface in org.apache.maven">org.apache.maven.plugins.ear.JbossConfiguration</a>&nbsp;jbossConfiguration,
                    <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileNameMappingName,
                    <a href="../../../../../org/apache/maven/plugins/ear/util/ArtifactTypeMappingService.html" title="class in org.apache.maven.plugins.ear.util">ArtifactTypeMappingService</a>&nbsp;typeMappingService)</code>&nbsp;</td>
 </tr>
@@ -200,18 +200,18 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EarExecutionContext</h4>
-<pre>public&nbsp;EarExecutionContext(<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
+<pre>public&nbsp;EarExecutionContext(<a href="http://maven.apache.org/ref/3.6.2/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project,
                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;mainArtifactId,
                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir,
-                           <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugins.ear.JbossConfiguration.html?is-external=true" title="class or interface in org.apache.maven">org.apache.maven.plugins.ear.JbossConfiguration</a>&nbsp;jbossConfiguration,
+                           <a href="http://maven.apache.org/ref/3.6.2/maven-core/apidocs/org/apache/maven/plugins.ear.JbossConfiguration.html?is-external=true" title="class or interface in org.apache.maven">org.apache.maven.plugins.ear.JbossConfiguration</a>&nbsp;jbossConfiguration,
                            <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fileNameMappingName,
                            <a href="../../../../../org/apache/maven/plugins/ear/util/ArtifactTypeMappingService.html" title="class in org.apache.maven.plugins.ear.util">ArtifactTypeMappingService</a>&nbsp;typeMappingService)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>project</code> - <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project"><code>MavenProject</code></a></dd>
+<dd><code>project</code> - <a href="http://maven.apache.org/ref/3.6.2/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project"><code>MavenProject</code></a></dd>
 <dd><code>mainArtifactId</code> - The artifactId.</dd>
 <dd><code>defaultLibBundleDir</code> - The defaultLibBundleDir.</dd>
-<dd><code>jbossConfiguration</code> - <a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/plugins.ear.JbossConfiguration.html?is-external=true" title="class or interface in org.apache.maven"><code>JbossConfiguration</code></a></dd>
+<dd><code>jbossConfiguration</code> - <a href="http://maven.apache.org/ref/3.6.2/maven-core/apidocs/org/apache/maven/plugins.ear.JbossConfiguration.html?is-external=true" title="class or interface in org.apache.maven"><code>JbossConfiguration</code></a></dd>
 <dd><code>fileNameMappingName</code> - file name mapping.</dd>
 <dd><code>typeMappingService</code> - <a href="../../../../../org/apache/maven/plugins/ear/util/ArtifactTypeMappingService.html" title="class in org.apache.maven.plugins.ear.util"><code>ArtifactTypeMappingService</code></a></dd>
 </dl>
@@ -346,6 +346,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarModule.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EarModule (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EarModule (Apache Maven EAR Plugin 3.0.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="EarModule (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EarModule (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -149,9 +149,9 @@ var activeTableTab = "activeTableTab";
 </td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code><a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a></code></td>
+<td class="colFirst"><code><a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EarModule.html#getArtifact--">getArtifact</a></span>()</code>
-<div class="block">Returns the <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> representing this module.</div>
+<div class="block">Returns the <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> representing this module.</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
@@ -178,8 +178,8 @@ var activeTableTab = "activeTableTab";
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EarModule.html#resolveArtifact-java.util.Set-">resolveArtifact</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)</code>
-<div class="block">Resolves the <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module.</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EarModule.html#resolveArtifact-java.util.Set-">resolveArtifact</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module.</div>
 </td>
 </tr>
 <tr id="i9" class="rowColor">
@@ -213,8 +213,8 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>getArtifact</h4>
-<pre><a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;getArtifact()</pre>
-<div class="block">Returns the <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> representing this module.
+<pre><a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;getArtifact()</pre>
+<div class="block">Returns the <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> representing this module.
  
  Note that this might return <tt>null</tt> till the module has been resolved.</div>
 <dl>
@@ -325,17 +325,17 @@ var activeTableTab = "activeTableTab";
 <ul class="blockList">
 <li class="blockList">
 <h4>resolveArtifact</h4>
-<pre>void&nbsp;resolveArtifact(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)
+<pre>void&nbsp;resolveArtifact(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)
               throws <a href="../../../../../org/apache/maven/plugins/ear/EarPluginException.html" title="class in org.apache.maven.plugins.ear">EarPluginException</a>,
-                     <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
-<div class="block">Resolves the <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module. Note that the <a href="../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear"><code>EarExecutionContext</code></a> might be used
+                     <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
+<div class="block">Resolves the <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module. Note that the <a href="../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear"><code>EarExecutionContext</code></a> might be used
  to customize further the resolution.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>artifacts</code> - the project's artifacts</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="../../../../../org/apache/maven/plugins/ear/EarPluginException.html" title="class in org.apache.maven.plugins.ear">EarPluginException</a></code> - if the artifact could not be resolved</dd>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code> - if an unexpected error occurred</dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code> - if an unexpected error occurred</dd>
 </dl>
 </li>
 </ul>
@@ -447,6 +447,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarModuleFactory.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarModuleFactory.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarModuleFactory.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EarModuleFactory (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EarModuleFactory (Apache Maven EAR Plugin 3.0.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="EarModuleFactory (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EarModuleFactory (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -186,12 +186,12 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/maven/plugins/ear/EarModule.html" title="interface in org.apache.maven.plugins.ear">EarModule</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EarModuleFactory.html#newEarModule-org.apache.maven.artifact.Artifact-org.apache.maven.plugins.ear.util.JavaEEVersion-java.lang.String-java.lang.Boolean-org.apache.maven.plugins.ear.util.ArtifactTypeMappingService-">newEarModule</a></span>(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;artifact,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EarModuleFactory.html#newEarModule-org.apache.maven.artifact.Artifact-org.apache.maven.plugins.ear.util.JavaEEVersion-java.lang.String-java.lang.Boolean-org.apache.maven.plugins.ear.util.ArtifactTypeMappingService-">newEarModule</a></span>(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;artifact,
             <a href="../../../../../org/apache/maven/plugins/ear/util/JavaEEVersion.html" title="class in org.apache.maven.plugins.ear.util">JavaEEVersion</a>&nbsp;javaEEVersion,
             <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir,
             <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;includeInApplicationXml,
             <a href="../../../../../org/apache/maven/plugins/ear/util/ArtifactTypeMappingService.html" title="class in org.apache.maven.plugins.ear.util">ArtifactTypeMappingService</a>&nbsp;typeMappingService)</code>
-<div class="block">Creates a new <a href="../../../../../org/apache/maven/plugins/ear/EarModule.html" title="interface in org.apache.maven.plugins.ear"><code>EarModule</code></a> based on the specified <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> and the specified execution
+<div class="block">Creates a new <a href="../../../../../org/apache/maven/plugins/ear/EarModule.html" title="interface in org.apache.maven.plugins.ear"><code>EarModule</code></a> based on the specified <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> and the specified execution
  configuration.</div>
 </td>
 </tr>
@@ -258,13 +258,13 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>newEarModule</h4>
-<pre>public static&nbsp;<a href="../../../../../org/apache/maven/plugins/ear/EarModule.html" title="interface in org.apache.maven.plugins.ear">EarModule</a>&nbsp;newEarModule(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;artifact,
+<pre>public static&nbsp;<a href="../../../../../org/apache/maven/plugins/ear/EarModule.html" title="interface in org.apache.maven.plugins.ear">EarModule</a>&nbsp;newEarModule(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;artifact,
                                      <a href="../../../../../org/apache/maven/plugins/ear/util/JavaEEVersion.html" title="class in org.apache.maven.plugins.ear.util">JavaEEVersion</a>&nbsp;javaEEVersion,
                                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir,
                                      <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;includeInApplicationXml,
                                      <a href="../../../../../org/apache/maven/plugins/ear/util/ArtifactTypeMappingService.html" title="class in org.apache.maven.plugins.ear.util">ArtifactTypeMappingService</a>&nbsp;typeMappingService)
                               throws <a href="../../../../../org/apache/maven/plugins/ear/UnknownArtifactTypeException.html" title="class in org.apache.maven.plugins.ear">UnknownArtifactTypeException</a></pre>
-<div class="block">Creates a new <a href="../../../../../org/apache/maven/plugins/ear/EarModule.html" title="interface in org.apache.maven.plugins.ear"><code>EarModule</code></a> based on the specified <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> and the specified execution
+<div class="block">Creates a new <a href="../../../../../org/apache/maven/plugins/ear/EarModule.html" title="interface in org.apache.maven.plugins.ear"><code>EarModule</code></a> based on the specified <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> and the specified execution
  configuration.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -380,6 +380,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarMojo.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarMojo.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EarMojo (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EarMojo (Apache Maven EAR Plugin 3.0.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="EarMojo (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EarMojo (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="https://docs.oracle.com/javase/8/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><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">org.apache.maven.plugin.AbstractMojo</a></li>
+<li><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../org/apache/maven/plugins/ear/AbstractEarMojo.html" title="class in org.apache.maven.plugins.ear">org.apache.maven.plugins.ear.AbstractEarMojo</a></li>
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><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>, <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></dd>
+<dd><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></dd>
 </dl>
 <hr>
 <br>
@@ -170,8 +170,8 @@ extends <a href="../../../../../org/apac
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;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></h3>
-<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></h3>
+<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -273,8 +273,8 @@ extends <a href="../../../../../org/apac
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;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">AbstractMojo</a></h3>
-<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog-org.apache.maven.plugin.logging.Log-" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext-java.util.Map-" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></h3>
+<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog-org.apache.maven.plugin.logging.Log-" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext-java.util.Map-" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -344,16 +344,16 @@ protected&nbsp;<a href="https://docs.ora
 <li class="blockList">
 <h4>execute</h4>
 <pre>public&nbsp;void&nbsp;execute()
-             throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>,
-                    <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
+             throws <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>,
+                    <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute--" title="class or interface in org.apache.maven.plugin">execute</a></code>&nbsp;in interface&nbsp;<code><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></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute--" title="class or interface in org.apache.maven.plugin">execute</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></dd>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/maven/plugins/ear/AbstractEarMojo.html#execute--">execute</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/maven/plugins/ear/AbstractEarMojo.html" title="class in org.apache.maven.plugins.ear">AbstractEarMojo</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -584,6 +584,6 @@ protected&nbsp;<a href="https://docs.ora
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarPluginException.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarPluginException.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EarPluginException.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EarPluginException (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EarPluginException (Apache Maven EAR Plugin 3.0.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="EarPluginException (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EarPluginException (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -319,6 +319,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbClientModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbClientModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbClientModule.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EjbClientModule (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EjbClientModule (Apache Maven EAR Plugin 3.0.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="EjbClientModule (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EjbClientModule (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -168,7 +168,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EjbClientModule.html#EjbClientModule-org.apache.maven.artifact.Artifact-java.lang.String-">EjbClientModule</a></span>(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EjbClientModule.html#EjbClientModule-org.apache.maven.artifact.Artifact-java.lang.String-">EjbClientModule</a></span>(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
                <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir)</code>&nbsp;</td>
 </tr>
 </table>
@@ -244,11 +244,11 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EjbClientModule</h4>
-<pre>public&nbsp;EjbClientModule(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
+<pre>public&nbsp;EjbClientModule(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
+<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
 <dd><code>defaultLibBundleDir</code> - The default lib bundle directory.</dd>
 </dl>
 </li>
@@ -348,6 +348,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbModule.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EjbModule (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EjbModule (Apache Maven EAR Plugin 3.0.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="EjbModule (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EjbModule (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -167,7 +167,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EjbModule.html#EjbModule-org.apache.maven.artifact.Artifact-">EjbModule</a></span>(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/EjbModule.html#EjbModule-org.apache.maven.artifact.Artifact-">EjbModule</a></span>(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -243,10 +243,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>EjbModule</h4>
-<pre>public&nbsp;EjbModule(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</pre>
+<pre>public&nbsp;EjbModule(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
+<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -359,6 +359,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbRef.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbRef.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/EjbRef.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>EjbRef (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>EjbRef (Apache Maven EAR Plugin 3.0.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="EjbRef (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="EjbRef (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -413,6 +413,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/GenerateApplicationXmlMojo.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.0.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="GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="https://docs.oracle.com/javase/8/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><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">org.apache.maven.plugin.AbstractMojo</a></li>
+<li><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../org/apache/maven/plugins/ear/AbstractEarMojo.html" title="class in org.apache.maven.plugins.ear">org.apache.maven.plugins.ear.AbstractEarMojo</a></li>
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><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>, <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></dd>
+<dd><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></dd>
 </dl>
 <hr>
 <br>
@@ -182,8 +182,8 @@ extends <a href="../../../../../org/apac
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;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></h3>
-<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></h3>
+<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -244,8 +244,8 @@ extends <a href="../../../../../org/apac
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;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">AbstractMojo</a></h3>
-<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog-org.apache.maven.plugin.logging.Log-" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext-java.util.Map-" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></h3>
+<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog-org.apache.maven.plugin.logging.Log-" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext-java.util.Map-" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -342,16 +342,16 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>execute</h4>
 <pre>public&nbsp;void&nbsp;execute()
-             throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>,
-                    <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
+             throws <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>,
+                    <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute--" title="class or interface in org.apache.maven.plugin">execute</a></code>&nbsp;in interface&nbsp;<code><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></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute--" title="class or interface in org.apache.maven.plugin">execute</a></code>&nbsp;in interface&nbsp;<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></code></dd>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../org/apache/maven/plugins/ear/AbstractEarMojo.html#execute--">execute</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/maven/plugins/ear/AbstractEarMojo.html" title="class in org.apache.maven.plugins.ear">AbstractEarMojo</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -456,6 +456,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/HarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/HarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/HarModule.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HarModule (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>HarModule (Apache Maven EAR Plugin 3.0.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="HarModule (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="HarModule (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -164,7 +164,7 @@ implements <a href="../../../../../org/a
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/HarModule.html#HarModule-org.apache.maven.artifact.Artifact-">HarModule</a></span>(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</code>&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/HarModule.html#HarModule-org.apache.maven.artifact.Artifact-">HarModule</a></span>(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -247,10 +247,10 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>HarModule</h4>
-<pre>public&nbsp;HarModule(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</pre>
+<pre>public&nbsp;HarModule(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
+<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
 </dl>
 </li>
 </ul>
@@ -385,6 +385,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/HelpMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/HelpMojo.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/HelpMojo.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HelpMojo (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>HelpMojo (Apache Maven EAR Plugin 3.0.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="HelpMojo (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="HelpMojo (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -100,7 +100,7 @@ var activeTableTab = "activeTableTab";
 <li><a href="https://docs.oracle.com/javase/8/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><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">org.apache.maven.plugin.AbstractMojo</a></li>
+<li><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.plugins.ear.HelpMojo</li>
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><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>, <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></dd>
+<dd><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></dd>
 </dl>
 <hr>
 <br>
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
       <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#requiresProject--" title="class or interface in org.apache.maven.plugins.annotations">requiresProject</a>=false,
       <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe--" title="class or interface in org.apache.maven.plugins.annotations">threadSafe</a>=true)
 public class <span class="typeNameLabel">HelpMojo</span>
-extends <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">AbstractMojo</a></pre>
+extends <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></pre>
 <div class="block">Display help information on maven-ear-plugin.<br>
  Call <code>mvn ear:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
 <dl>
@@ -145,8 +145,8 @@ extends <a href="http://maven.apache.org
 <li class="blockList"><a name="fields.inherited.from.class.org.apache.maven.plugin.Mojo">
 <!--   -->
 </a>
-<h3>Fields inherited from interface&nbsp;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></h3>
-<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li>
+<h3>Fields inherited from interface&nbsp;org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></h3>
+<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE" title="class or interface in org.apache.maven.plugin">ROLE</a></code></li>
 </ul>
 </li>
 </ul>
@@ -188,8 +188,8 @@ extends <a href="http://maven.apache.org
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.AbstractMojo">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;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">AbstractMojo</a></h3>
-<code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog-org.apache.maven.plugin.logging.Log-" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext-java.util.Map-" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.<a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></h3>
+<code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setLog-org.apache.maven.plugin.logging.Log-" title="class or interface in org.apache.maven.plugin">setLog</a>, <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#setPluginContext-java.util.Map-" title="class or interface in org.apache.maven.plugin">setPluginContext</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -236,10 +236,10 @@ extends <a href="http://maven.apache.org
 <li class="blockList">
 <h4>execute</h4>
 <pre>public&nbsp;void&nbsp;execute()
-             throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+             throws <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -312,6 +312,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/JarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/JarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/JarModule.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JarModule (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>JarModule (Apache Maven EAR Plugin 3.0.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="JarModule (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="JarModule (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -172,7 +172,7 @@ extends <a href="../../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JarModule.html#JarModule-org.apache.maven.artifact.Artifact-java.lang.String-java.lang.Boolean-">JarModule</a></span>(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JarModule.html#JarModule-org.apache.maven.artifact.Artifact-java.lang.String-java.lang.Boolean-">JarModule</a></span>(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
          <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir,
          <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;includeInApplicationXml)</code>&nbsp;</td>
 </tr>
@@ -211,8 +211,8 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JarModule.html#resolveArtifact-java.util.Set-">resolveArtifact</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)</code>
-<div class="block">Resolves the <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module.</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JarModule.html#resolveArtifact-java.util.Set-">resolveArtifact</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module.</div>
 </td>
 </tr>
 </table>
@@ -260,12 +260,12 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>JarModule</h4>
-<pre>public&nbsp;JarModule(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
+<pre>public&nbsp;JarModule(<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;a,
                  <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultLibBundleDir,
                  <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&nbsp;includeInApplicationXml)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
+<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
 <dd><code>defaultLibBundleDir</code> - The default library bundle directory.</dd>
 <dd><code>includeInApplicationXml</code> - Include the application xml or not.</dd>
 </dl>
@@ -303,10 +303,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>resolveArtifact</h4>
-<pre>public&nbsp;void&nbsp;resolveArtifact(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)
+<pre>public&nbsp;void&nbsp;resolveArtifact(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)
                      throws <a href="../../../../../org/apache/maven/plugins/ear/EarPluginException.html" title="class in org.apache.maven.plugins.ear">EarPluginException</a>,
-                            <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
-<div class="block">Resolves the <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module. Note that the <a href="../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear"><code>EarExecutionContext</code></a> might be used
+                            <a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
+<div class="block">Resolves the <a href="http://maven.apache.org/ref/3.6.2/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a> represented by the module. Note that the <a href="../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear"><code>EarExecutionContext</code></a> might be used
  to customize further the resolution.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -317,7 +317,7 @@ extends <a href="../../../../../org/apac
 <dd><code>artifacts</code> - the project's artifacts</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
 <dd><code><a href="../../../../../org/apache/maven/plugins/ear/EarPluginException.html" title="class in org.apache.maven.plugins.ear">EarPluginException</a></code> - if the artifact could not be resolved</dd>
-<dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code> - if an unexpected error occurred</dd>
+<dd><code><a href="http://maven.apache.org/ref/3.6.2/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code> - if an unexpected error occurred</dd>
 </dl>
 </li>
 </ul>
@@ -421,6 +421,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/JbossEarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/JbossEarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/JbossEarModule.html Mon Nov 11 19:58:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>JbossEarModule (Apache Maven EAR Plugin 3.0.1 API)</title>
+<title>JbossEarModule (Apache Maven EAR Plugin 3.0.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="JbossEarModule (Apache Maven EAR Plugin 3.0.1 API)";
+            parent.document.title="JbossEarModule (Apache Maven EAR Plugin 3.0.2 API)";
         }
     }
     catch(err) {
@@ -236,6 +236,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#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