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 sj...@apache.org on 2022/10/18 17:31:16 UTC

svn commit: r1904684 [3/33] - 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/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 Tue Oct 18 17:31:13 2022
@@ -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.2.0 API)</title>
+<title>JarModule (Apache Maven EAR Plugin 3.3.0 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.2.0 API)";
+            parent.document.title="JarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -185,7 +185,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/ref/3.1.1/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>(org.apache.maven.artifact.Artifact&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>
@@ -206,7 +206,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JarModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JarModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
             <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;version,
             <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;generateId)</code>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -218,8 +218,8 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i2" class="altColor">
 <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/ref/3.1.1/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.1.1/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;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <code>Artifact</code> represented by the module.</div>
 </td>
 </tr>
 </table>
@@ -289,12 +289,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/ref/3.1.1/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(org.apache.maven.artifact.Artifact&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/ref/3.1.1/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> - <code>Artifact</code></dd>
 <dd><code>defaultLibBundleDir</code> - The default library bundle directory.</dd>
 <dd><code>includeInApplicationXml</code> - Include the application xml or not.</dd>
 </dl>
@@ -314,7 +314,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>appendModule</h4>
-<pre>public&nbsp;void&nbsp;appendModule(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<pre>public&nbsp;void&nbsp;appendModule(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                          <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;version,
                          <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;generateId)</pre>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -332,10 +332,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/ref/3.1.1/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;org.apache.maven.artifact.Artifact&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/ref/3.1.1/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.1.1/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
+                            org.apache.maven.plugin.MojoFailureException</pre>
+<div class="block">Resolves the <code>Artifact</code> 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>
@@ -346,7 +346,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/ref/3.1.1/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>org.apache.maven.plugin.MojoFailureException</code> - if an unexpected error occurred</dd>
 </dl>
 </li>
 </ul>
@@ -436,6 +436,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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 Tue Oct 18 17:31:13 2022
@@ -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.2.0 API)</title>
+<title>JbossEarModule (Apache Maven EAR Plugin 3.3.0 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.2.0 API)";
+            parent.document.title="JbossEarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -131,7 +131,7 @@ var activeTableTab = "activeTableTab";
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JbossEarModule.html#appendJbossModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-">appendJbossModule</a></span>(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/JbossEarModule.html#appendJbossModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-">appendJbossModule</a></span>(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                  <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;version)</code>
 <div class="block">Appends the <code>XML</code> representation of this module for the jboss-app.xml file.</div>
 </td>
@@ -157,7 +157,7 @@ var activeTableTab = "activeTableTab";
 <ul class="blockListLast">
 <li class="blockList">
 <h4>appendJbossModule</h4>
-<pre>void&nbsp;appendJbossModule(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<pre>void&nbsp;appendJbossModule(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                        <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;version)</pre>
 <div class="block">Appends the <code>XML</code> representation of this module for the jboss-app.xml file.</div>
 <dl>
@@ -236,6 +236,6 @@ var activeTableTab = "activeTableTab";
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/ParModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/ParModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/ParModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ParModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>ParModule (Apache Maven EAR Plugin 3.3.0 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="ParModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="ParModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -175,7 +175,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/ParModule.html#ParModule-org.apache.maven.artifact.Artifact-">ParModule</a></span>(<a href="http://maven.apache.org/ref/3.1.1/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/ParModule.html#ParModule-org.apache.maven.artifact.Artifact-">ParModule</a></span>(org.apache.maven.artifact.Artifact&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -259,10 +259,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>ParModule</h4>
-<pre>public&nbsp;ParModule(<a href="http://maven.apache.org/ref/3.1.1/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;ParModule(org.apache.maven.artifact.Artifact&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.1.1/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> - <code>Artifact</code></dd>
 </dl>
 </li>
 </ul>
@@ -335,6 +335,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/RarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/RarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/RarModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RarModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>RarModule (Apache Maven EAR Plugin 3.3.0 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="RarModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="RarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -180,7 +180,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/RarModule.html#RarModule-org.apache.maven.artifact.Artifact-">RarModule</a></span>(<a href="http://maven.apache.org/ref/3.1.1/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/RarModule.html#RarModule-org.apache.maven.artifact.Artifact-">RarModule</a></span>(org.apache.maven.artifact.Artifact&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -199,7 +199,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/RarModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/RarModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
             <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;version,
             <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;generateId)</code>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -272,10 +272,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>RarModule</h4>
-<pre>public&nbsp;RarModule(<a href="http://maven.apache.org/ref/3.1.1/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;RarModule(org.apache.maven.artifact.Artifact&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.1.1/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> - <code>Artifact</code></dd>
 </dl>
 </li>
 </ul>
@@ -293,7 +293,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>appendModule</h4>
-<pre>public&nbsp;void&nbsp;appendModule(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<pre>public&nbsp;void&nbsp;appendModule(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                          <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;version,
                          <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;generateId)</pre>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -374,6 +374,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/ResourceRef.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/ResourceRef.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/ResourceRef.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ResourceRef (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>ResourceRef (Apache Maven EAR Plugin 3.3.0 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="ResourceRef (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="ResourceRef (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -174,7 +174,7 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/ResourceRef.html#appendResourceRefEntry-org.codehaus.plexus.util.xml.XMLWriter-">appendResourceRefEntry</a></span>(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer)</code>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/ResourceRef.html#appendResourceRefEntry-org.codehaus.plexus.util.xml.XMLWriter-">appendResourceRefEntry</a></span>(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer)</code>
 <div class="block">Appends the <code>XML</code> representation of this env-entry.</div>
 </td>
 </tr>
@@ -265,7 +265,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>appendResourceRefEntry</h4>
-<pre>public&nbsp;void&nbsp;appendResourceRefEntry(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer)</pre>
+<pre>public&nbsp;void&nbsp;appendResourceRefEntry(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer)</pre>
 <div class="block">Appends the <code>XML</code> representation of this env-entry.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -446,6 +446,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/SarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/SarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/SarModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SarModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>SarModule (Apache Maven EAR Plugin 3.3.0 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="SarModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="SarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -176,7 +176,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/SarModule.html#SarModule-org.apache.maven.artifact.Artifact-">SarModule</a></span>(<a href="http://maven.apache.org/ref/3.1.1/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/SarModule.html#SarModule-org.apache.maven.artifact.Artifact-">SarModule</a></span>(org.apache.maven.artifact.Artifact&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -195,14 +195,14 @@ implements <a href="../../../../../org/a
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/SarModule.html#appendJbossModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-">appendJbossModule</a></span>(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/SarModule.html#appendJbossModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-">appendJbossModule</a></span>(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                  <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;version)</code>
 <div class="block">Appends the <code>XML</code> representation of this module for the jboss-app.xml file.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/SarModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/SarModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
             <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;version,
             <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;generateId)</code>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -275,10 +275,10 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SarModule</h4>
-<pre>public&nbsp;SarModule(<a href="http://maven.apache.org/ref/3.1.1/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;SarModule(org.apache.maven.artifact.Artifact&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.1.1/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> - <code>Artifact</code></dd>
 </dl>
 </li>
 </ul>
@@ -296,7 +296,7 @@ implements <a href="../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>appendModule</h4>
-<pre>public&nbsp;void&nbsp;appendModule(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<pre>public&nbsp;void&nbsp;appendModule(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                          <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;version,
                          <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;generateId)</pre>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -316,7 +316,7 @@ implements <a href="../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>appendJbossModule</h4>
-<pre>public&nbsp;void&nbsp;appendJbossModule(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<pre>public&nbsp;void&nbsp;appendJbossModule(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                               <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;version)</pre>
 <div class="block">Appends the <code>XML</code> representation of this module for the jboss-app.xml file.</div>
 <dl>
@@ -397,6 +397,6 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/UnknownArtifactTypeException.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/UnknownArtifactTypeException.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/UnknownArtifactTypeException.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UnknownArtifactTypeException (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>UnknownArtifactTypeException (Apache Maven EAR Plugin 3.3.0 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="UnknownArtifactTypeException (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="UnknownArtifactTypeException (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -285,6 +285,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/WebModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/WebModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/WebModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>WebModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>WebModule (Apache Maven EAR Plugin 3.3.0 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="WebModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="WebModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -176,7 +176,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/WebModule.html#WebModule-org.apache.maven.artifact.Artifact-">WebModule</a></span>(<a href="http://maven.apache.org/ref/3.1.1/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/WebModule.html#WebModule-org.apache.maven.artifact.Artifact-">WebModule</a></span>(org.apache.maven.artifact.Artifact&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -195,7 +195,7 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/WebModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/WebModule.html#appendModule-org.codehaus.plexus.util.xml.XMLWriter-java.lang.String-java.lang.Boolean-">appendModule</a></span>(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
             <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;version,
             <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;generateId)</code>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -209,8 +209,8 @@ extends <a href="../../../../../org/apac
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/ear/WebModule.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.1.1/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.1.1/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/WebModule.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;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <code>Artifact</code> represented by the module.</div>
 </td>
 </tr>
 </table>
@@ -280,10 +280,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>WebModule</h4>
-<pre>public&nbsp;WebModule(<a href="http://maven.apache.org/ref/3.1.1/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;WebModule(org.apache.maven.artifact.Artifact&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.1.1/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> - <code>Artifact</code></dd>
 </dl>
 </li>
 </ul>
@@ -301,7 +301,7 @@ extends <a href="../../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>appendModule</h4>
-<pre>public&nbsp;void&nbsp;appendModule(<a href="http://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/XMLWriter.html?is-external=true" title="class or interface in org.codehaus.plexus.util.xml">XMLWriter</a>&nbsp;writer,
+<pre>public&nbsp;void&nbsp;appendModule(org.codehaus.plexus.util.xml.XMLWriter&nbsp;writer,
                          <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;version,
                          <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;generateId)</pre>
 <div class="block">Appends the <code>XML</code> representation of this module.</div>
@@ -319,10 +319,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/ref/3.1.1/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;org.apache.maven.artifact.Artifact&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/ref/3.1.1/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.1.1/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
+                            org.apache.maven.plugin.MojoFailureException</pre>
+<div class="block">Resolves the <code>Artifact</code> 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>
@@ -333,7 +333,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/ref/3.1.1/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>org.apache.maven.plugin.MojoFailureException</code> - if an unexpected error occurred</dd>
 </dl>
 </li>
 </ul>
@@ -422,6 +422,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/WsrModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/WsrModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/WsrModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>WsrModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>WsrModule (Apache Maven EAR Plugin 3.3.0 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="WsrModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="WsrModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -175,7 +175,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/WsrModule.html#WsrModule-org.apache.maven.artifact.Artifact-">WsrModule</a></span>(<a href="http://maven.apache.org/ref/3.1.1/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/WsrModule.html#WsrModule-org.apache.maven.artifact.Artifact-">WsrModule</a></span>(org.apache.maven.artifact.Artifact&nbsp;a)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -259,10 +259,10 @@ extends <a href="../../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>WsrModule</h4>
-<pre>public&nbsp;WsrModule(<a href="http://maven.apache.org/ref/3.1.1/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;WsrModule(org.apache.maven.artifact.Artifact&nbsp;a)</pre>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>a</code> - <a href="http://maven.apache.org/ref/3.1.1/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> - <code>Artifact</code></dd>
 </dl>
 </li>
 </ul>
@@ -335,6 +335,6 @@ extends <a href="../../../../../org/apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/AbstractEarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/AbstractEarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/AbstractEarModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.AbstractEarModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.AbstractEarModule (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.AbstractEarModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.AbstractEarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -214,6 +214,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/AbstractEarMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/AbstractEarMojo.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/AbstractEarMojo.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.AbstractEarMojo (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.AbstractEarMojo (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.AbstractEarMojo (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.AbstractEarMojo (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -168,6 +168,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/AppClientModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/AppClientModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/AppClientModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.AppClientModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.AppClientModule (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.AppClientModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.AppClientModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EarExecutionContext.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarExecutionContext.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarExecutionContext.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.EarExecutionContext (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.EarExecutionContext (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.EarExecutionContext (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.EarExecutionContext (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -119,11 +119,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">EarModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/EarModule.html#setEarExecutionContext-org.apache.maven.plugins.ear.EarExecutionContext-">setEarExecutionContext</a></span>(<a href="../../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear">EarExecutionContext</a>&nbsp;earExecutionContext)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">AbstractEarModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/AbstractEarModule.html#setEarExecutionContext-org.apache.maven.plugins.ear.EarExecutionContext-">setEarExecutionContext</a></span>(<a href="../../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear">EarExecutionContext</a>&nbsp;earExecutionContext)</code></td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">AbstractEarModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/AbstractEarModule.html#setEarExecutionContext-org.apache.maven.plugins.ear.EarExecutionContext-">setEarExecutionContext</a></span>(<a href="../../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear">EarExecutionContext</a>&nbsp;earExecutionContext)</code></td>
+<td class="colLast"><span class="typeNameLabel">EarModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/EarModule.html#setEarExecutionContext-org.apache.maven.plugins.ear.EarExecutionContext-">setEarExecutionContext</a></span>(<a href="../../../../../../org/apache/maven/plugins/ear/EarExecutionContext.html" title="class in org.apache.maven.plugins.ear">EarExecutionContext</a>&nbsp;earExecutionContext)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -179,6 +179,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.maven.plugins.ear.EarModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Interface org.apache.maven.plugins.ear.EarModule (Apache Maven EAR Plugin 3.3.0 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="Uses of Interface org.apache.maven.plugins.ear.EarModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Interface org.apache.maven.plugins.ear.EarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -181,12 +181,12 @@
 <tbody>
 <tr 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"><span class="typeNameLabel">EarModuleFactory.</span><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.1.1/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"><span class="typeNameLabel">EarModuleFactory.</span><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>(org.apache.maven.artifact.Artifact&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/ref/3.1.1/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 <code>Artifact</code> and the specified execution
  configuration.</div>
 </td>
 </tr>
@@ -283,6 +283,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EarModuleFactory.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarModuleFactory.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarModuleFactory.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.EarModuleFactory (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.EarModuleFactory (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.EarModuleFactory (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.EarModuleFactory (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EarMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarMojo.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarMojo.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.EarMojo (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.EarMojo (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.EarMojo (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.EarMojo (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EarPluginException.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarPluginException.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EarPluginException.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.EarPluginException (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.EarPluginException (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.EarPluginException (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.EarPluginException (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -135,26 +135,26 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">EarModule.</span><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.1.1/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.1.1/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"><span class="typeNameLabel">JarModule.</span><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;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <code>Artifact</code> represented by the module.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">AbstractEarModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/AbstractEarModule.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.1.1/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.1.1/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"><span class="typeNameLabel">AbstractEarModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/AbstractEarModule.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;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <code>Artifact</code> represented by the module.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">WebModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/WebModule.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.1.1/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.1.1/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"><span class="typeNameLabel">WebModule.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/ear/WebModule.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;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <code>Artifact</code> represented by the module.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="typeNameLabel">JarModule.</span><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.1.1/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.1.1/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"><span class="typeNameLabel">EarModule.</span><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;org.apache.maven.artifact.Artifact&gt;&nbsp;artifacts)</code>
+<div class="block">Resolves the <code>Artifact</code> represented by the module.</div>
 </td>
 </tr>
 </tbody>
@@ -229,6 +229,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EjbClientModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EjbClientModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EjbClientModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.EjbClientModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.EjbClientModule (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.EjbClientModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.EjbClientModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EjbModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EjbModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EjbModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.EjbModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.EjbModule (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.EjbModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.EjbModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/EjbRef.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EjbRef.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/EjbRef.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.EjbRef (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.EjbRef (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.EjbRef (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.EjbRef (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/GenerateApplicationXmlMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/GenerateApplicationXmlMojo.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/GenerateApplicationXmlMojo.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.GenerateApplicationXmlMojo (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/HarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/HarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/HarModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.HarModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.HarModule (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.HarModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.HarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/HelpMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/HelpMojo.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/HelpMojo.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.HelpMojo (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.HelpMojo (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.HelpMojo (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.HelpMojo (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <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/class-use/JarModule.html
==============================================================================
--- maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/JarModule.html (original)
+++ maven/website/components/plugins-archives/maven-ear-plugin-LATEST/apidocs/org/apache/maven/plugins/ear/class-use/JarModule.html Tue Oct 18 17:31:13 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.plugins.ear.JarModule (Apache Maven EAR Plugin 3.2.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.ear.JarModule (Apache Maven EAR Plugin 3.3.0 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="Uses of Class org.apache.maven.plugins.ear.JarModule (Apache Maven EAR Plugin 3.2.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.ear.JarModule (Apache Maven EAR Plugin 3.3.0 API)";
         }
     }
     catch(err) {
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file