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 mi...@apache.org on 2022/04/27 21:24:52 UTC

svn commit: r1900341 [3/36] - in /maven/website/components/plugins-archives/maven-site-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/site/ apidocs/org/apache/maven/plugins/site/class-use/ apidocs/org/apache/maven/plugins/site/deploy/ apid...

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/index.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/index.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/index.html Wed Apr 27 21:24:50 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Maven Site Plugin 3.12.0 API</title>
+<title>Apache Maven Site Plugin 4.0.0-M1 API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/AbstractSiteMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/AbstractSiteMojo.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/AbstractSiteMojo.html Wed Apr 27 21:24:50 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractSiteMojo (Apache Maven Site Plugin 3.12.0 API)</title>
+<title>AbstractSiteMojo (Apache Maven Site Plugin 4.0.0-M1 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="AbstractSiteMojo (Apache Maven Site Plugin 3.12.0 API)";
+            parent.document.title="AbstractSiteMojo (Apache Maven Site Plugin 4.0.0-M1 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="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.AbstractMojo</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.plugins.site.AbstractSiteMojo</li>
@@ -114,7 +114,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></dd>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
@@ -123,7 +123,7 @@ var activeTableTab = "activeTableTab";
 <hr>
 <br>
 <pre>public abstract class <span class="typeNameLabel">AbstractSiteMojo</span>
-extends <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></pre>
+extends org.apache.maven.plugin.AbstractMojo</pre>
 <div class="block">Base class for site mojos.</div>
 <dl>
 <dt><span class="simpleTagLabel">Author:</span></dt>
@@ -154,29 +154,29 @@ extends <a href="https://maven.apache.or
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true" title="class or interface in org.apache.maven.artifact.repository">ArtifactRepository</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.artifact.repository.ArtifactRepository</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#localRepository">localRepository</a></span></code>
 <div class="block">The local repository.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.project.MavenProject</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#project">project</a></span></code>
 <div class="block">The Maven project.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&gt;</code></td>
+<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.project.MavenProject&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#reactorProjects">reactorProjects</a></span></code>
 <div class="block">The reactor projects.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/rtinfo/RuntimeInformation.html?is-external=true" title="class or interface in org.apache.maven.rtinfo">RuntimeInformation</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.rtinfo.RuntimeInformation</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#runtimeInformation">runtimeInformation</a></span></code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/doxia/doxia-sitetools/doxia-integration-tools/apidocs/org/apache/maven/doxia/tools/SiteTool.html?is-external=true" title="class or interface in org.apache.maven.doxia.tools">SiteTool</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.doxia.tools.SiteTool</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html#siteTool">siteTool</a></span></code>
 <div class="block">SiteTool.</div>
 </td>
@@ -192,8 +192,8 @@ extends <a href="https://maven.apache.or
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.Mojo</h3>
+<code>ROLE</code></li>
 </ul>
 </li>
 </ul>
@@ -241,8 +241,8 @@ extends <a href="https://maven.apache.or
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -255,8 +255,8 @@ extends <a href="https://maven.apache.or
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.Mojo">
 <!--   -->
 </a>
-<h3>Methods inherited from interface&nbsp;org.apache.maven.plugin.<a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#execute--" title="class or interface in org.apache.maven.plugin">execute</a></code></li>
+<h3>Methods inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
+<code>execute</code></li>
 </ul>
 </li>
 </ul>
@@ -278,8 +278,8 @@ extends <a href="https://maven.apache.or
 <ul class="blockList">
 <li class="blockList">
 <h4>skip</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property--" title="class or interface in org.apache.maven.plugins.annotations">property</a>="maven.site.skip",
-           <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue--" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="false")
+<pre>@Parameter(property="maven.site.skip",
+           defaultValue="false")
 protected&nbsp;boolean skip</pre>
 <div class="block">Set this to 'true' to skip site generation and staging.</div>
 <dl>
@@ -294,8 +294,8 @@ protected&nbsp;boolean skip</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>siteTool</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Component</a>
-protected&nbsp;<a href="https://maven.apache.org/doxia/doxia-sitetools/doxia-integration-tools/apidocs/org/apache/maven/doxia/tools/SiteTool.html?is-external=true" title="class or interface in org.apache.maven.doxia.tools">SiteTool</a> siteTool</pre>
+<pre>@Component
+protected&nbsp;org.apache.maven.doxia.tools.SiteTool siteTool</pre>
 <div class="block">SiteTool.</div>
 </li>
 </ul>
@@ -305,7 +305,7 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockList">
 <li class="blockList">
 <h4>i18n</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Component</a>
+<pre>@Component
 protected&nbsp;org.codehaus.plexus.i18n.I18N i18n</pre>
 <div class="block">Internationalization.</div>
 </li>
@@ -316,9 +316,9 @@ protected&nbsp;org.codehaus.plexus.i18n.
 <ul class="blockList">
 <li class="blockList">
 <h4>project</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue--" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${project}",
-           <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly--" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true)
-protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a> project</pre>
+<pre>@Parameter(defaultValue="${project}",
+           readonly=true)
+protected&nbsp;org.apache.maven.project.MavenProject project</pre>
 <div class="block">The Maven project.</div>
 </li>
 </ul>
@@ -328,9 +328,9 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockList">
 <li class="blockList">
 <h4>localRepository</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue--" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${localRepository}",
-           <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly--" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true)
-protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-artifact/apidocs/org/apache/maven/artifact/repository/ArtifactRepository.html?is-external=true" title="class or interface in org.apache.maven.artifact.repository">ArtifactRepository</a> localRepository</pre>
+<pre>@Parameter(defaultValue="${localRepository}",
+           readonly=true)
+protected&nbsp;org.apache.maven.artifact.repository.ArtifactRepository localRepository</pre>
 <div class="block">The local repository.</div>
 </li>
 </ul>
@@ -340,10 +340,10 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockList">
 <li class="blockList">
 <h4>reactorProjects</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue--" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${reactorProjects}",
-           <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#required--" title="class or interface in org.apache.maven.plugins.annotations">required</a>=true,
-           <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly--" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true)
-protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&gt; reactorProjects</pre>
+<pre>@Parameter(defaultValue="${reactorProjects}",
+           required=true,
+           readonly=true)
+protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.apache.maven.project.MavenProject&gt; reactorProjects</pre>
 <div class="block">The reactor projects.</div>
 </li>
 </ul>
@@ -353,8 +353,8 @@ protected&nbsp;<a href="https://docs.ora
 <ul class="blockListLast">
 <li class="blockList">
 <h4>runtimeInformation</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Component</a>
-protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/rtinfo/RuntimeInformation.html?is-external=true" title="class or interface in org.apache.maven.rtinfo">RuntimeInformation</a> runtimeInformation</pre>
+<pre>@Component
+protected&nbsp;org.apache.maven.rtinfo.RuntimeInformation runtimeInformation</pre>
 </li>
 </ul>
 </li>

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/class-use/AbstractSiteMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/class-use/AbstractSiteMojo.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/class-use/AbstractSiteMojo.html Wed Apr 27 21:24:50 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.site.AbstractSiteMojo (Apache Maven Site Plugin 3.12.0 API)</title>
+<title>Uses of Class org.apache.maven.plugins.site.AbstractSiteMojo (Apache Maven Site Plugin 4.0.0-M1 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.site.AbstractSiteMojo (Apache Maven Site Plugin 3.12.0 API)";
+            parent.document.title="Uses of Class org.apache.maven.plugins.site.AbstractSiteMojo (Apache Maven Site Plugin 4.0.0-M1 API)";
         }
     }
     catch(err) {

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html Wed Apr 27 21:24:50 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractDeployMojo (Apache Maven Site Plugin 3.12.0 API)</title>
+<title>AbstractDeployMojo (Apache Maven Site Plugin 4.0.0-M1 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="AbstractDeployMojo (Apache Maven Site Plugin 3.12.0 API)";
+            parent.document.title="AbstractDeployMojo (Apache Maven Site Plugin 4.0.0-M1 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="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.AbstractMojo</li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html" title="class in org.apache.maven.plugins.site">org.apache.maven.plugins.site.AbstractSiteMojo</a></li>
@@ -119,7 +119,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
@@ -157,7 +157,7 @@ implements org.codehaus.plexus.personali
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.execution.MavenSession</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#mavenSession">mavenSession</a></span></code>&nbsp;</td>
 </tr>
 </table>
@@ -172,8 +172,8 @@ implements org.codehaus.plexus.personali
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.Mojo</h3>
+<code>ROLE</code></li>
 </ul>
 </li>
 </ul>
@@ -217,7 +217,7 @@ implements org.codehaus.plexus.personali
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#contextualize-org.codehaus.plexus.context.Context-">contextualize</a></span>(org.codehaus.plexus.context.Context&nbsp;context)</code></td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>protected abstract <a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a></code></td>
+<td class="colFirst"><code>protected abstract org.apache.maven.model.Site</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#determineDeploySite--">determineDeploySite</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
@@ -235,21 +235,21 @@ implements org.codehaus.plexus.personali
 </td>
 </tr>
 <tr id="i6" class="altColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.model.Site</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getDeploySite--">getDeploySite</a></span>()</code>
 <div class="block">Get the site used for deployment, with its id to look up credential settings and the target URL for the deploy.</div>
 </td>
 </tr>
 <tr id="i7" class="rowColor">
-<td class="colFirst"><code>static <a href="https://maven.apache.org/wagon/wagon-provider-api/apidocs/org/apache/maven/wagon/proxy/ProxyInfo.html?is-external=true" title="class or interface in org.apache.maven.wagon.proxy">ProxyInfo</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getProxyInfo-org.apache.maven.wagon.repository.Repository-org.apache.maven.artifact.manager.WagonManager-">getProxyInfo</a></span>(<a href="https://maven.apache.org/wagon/wagon-provider-api/apidocs/org/apache/maven/wagon/repository/Repository.html?is-external=true" title="class or interface in org.apache.maven.wagon.repository">Repository</a>&nbsp;repository,
-            <a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/artifact/manager/WagonManager.html?is-external=true" title="class or interface in org.apache.maven.artifact.manager">WagonManager</a>&nbsp;wagonManager)</code>
+<td class="colFirst"><code>static org.apache.maven.wagon.proxy.ProxyInfo</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getProxyInfo-org.apache.maven.wagon.repository.Repository-org.apache.maven.artifact.manager.WagonManager-">getProxyInfo</a></span>(org.apache.maven.wagon.repository.Repository&nbsp;repository,
+            org.apache.maven.artifact.manager.WagonManager&nbsp;wagonManager)</code>
 <div class="block">Get proxy information.</div>
 </td>
 </tr>
 <tr id="i8" class="altColor">
-<td class="colFirst"><code>protected static <a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getSite-org.apache.maven.project.MavenProject-">getSite</a></span>(<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project)</code>
+<td class="colFirst"><code>protected static org.apache.maven.model.Site</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getSite-org.apache.maven.project.MavenProject-">getSite</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
 <div class="block">Extract the distributionManagement site from the given MavenProject.</div>
 </td>
 </tr>
@@ -260,8 +260,8 @@ implements org.codehaus.plexus.personali
 </td>
 </tr>
 <tr id="i10" class="altColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getTopLevelProject-org.apache.maven.project.MavenProject-">getTopLevelProject</a></span>(<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project)</code>
+<td class="colFirst"><code>protected org.apache.maven.project.MavenProject</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getTopLevelProject-org.apache.maven.project.MavenProject-">getTopLevelProject</a></span>(org.apache.maven.project.MavenProject&nbsp;project)</code>
 <div class="block">Extract the distributionManagement site of the top level parent of the given MavenProject.</div>
 </td>
 </tr>
@@ -283,8 +283,8 @@ implements org.codehaus.plexus.personali
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -313,9 +313,9 @@ implements org.codehaus.plexus.personali
 <ul class="blockListLast">
 <li class="blockList">
 <h4>mavenSession</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#defaultValue--" title="class or interface in org.apache.maven.plugins.annotations">defaultValue</a>="${session}",
-           <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#readonly--" title="class or interface in org.apache.maven.plugins.annotations">readonly</a>=true)
-protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/execution/MavenSession.html?is-external=true" title="class or interface in org.apache.maven.execution">MavenSession</a> mavenSession</pre>
+<pre>@Parameter(defaultValue="${session}",
+           readonly=true)
+protected&nbsp;org.apache.maven.execution.MavenSession mavenSession</pre>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>3.0-beta-2</dd>
@@ -354,12 +354,12 @@ protected&nbsp;<a href="https://maven.ap
 <li class="blockList">
 <h4>execute</h4>
 <pre>public&nbsp;void&nbsp;execute()
-             throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+             throws org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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>execute</code>&nbsp;in interface&nbsp;<code>org.apache.maven.plugin.Mojo</code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>
@@ -401,7 +401,7 @@ protected&nbsp;<a href="https://maven.ap
 <li class="blockList">
 <h4>getTopDistributionManagementSiteUrl</h4>
 <pre>protected&nbsp;<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;getTopDistributionManagementSiteUrl()
-                                              throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+                                              throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Get the top distribution management site url, used for module relative path calculations.
  This should be a top-level URL, ie above modules and locale sub-directories. Each deploy mojo
  can tweak algorithm to determine this top site by implementing determineTopDistributionManagementSiteUrl().</div>
@@ -409,7 +409,7 @@ protected&nbsp;<a href="https://maven.ap
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the site for deployment</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code> - in case of issue</dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code> - in case of issue</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#determineTopDistributionManagementSiteUrl--"><code>determineTopDistributionManagementSiteUrl()</code></a></dd>
 </dl>
@@ -422,10 +422,10 @@ protected&nbsp;<a href="https://maven.ap
 <li class="blockList">
 <h4>determineTopDistributionManagementSiteUrl</h4>
 <pre>protected abstract&nbsp;<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;determineTopDistributionManagementSiteUrl()
-                                                             throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+                                                             throws org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>
@@ -435,8 +435,8 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockList">
 <li class="blockList">
 <h4>getDeploySite</h4>
-<pre>protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a>&nbsp;getDeploySite()
-                      throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+<pre>protected&nbsp;org.apache.maven.model.Site&nbsp;getDeploySite()
+                                             throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Get the site used for deployment, with its id to look up credential settings and the target URL for the deploy.
  This should be a top-level URL, ie above modules and locale sub-directories. Each deploy mojo
  can tweak algorithm to determine this deploy site by implementing determineDeploySite().</div>
@@ -444,7 +444,7 @@ protected&nbsp;<a href="https://maven.ap
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the site for deployment</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code> - in case of issue</dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code> - in case of issue</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#determineDeploySite--"><code>determineDeploySite()</code></a></dd>
 </dl>
@@ -456,11 +456,11 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockList">
 <li class="blockList">
 <h4>determineDeploySite</h4>
-<pre>protected abstract&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a>&nbsp;determineDeploySite()
-                                     throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+<pre>protected abstract&nbsp;org.apache.maven.model.Site&nbsp;determineDeploySite()
+                                                            throws org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>
@@ -471,13 +471,13 @@ protected&nbsp;<a href="https://maven.ap
 <li class="blockList">
 <h4>getDeployModuleDirectory</h4>
 <pre>protected&nbsp;<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;getDeployModuleDirectory()
-                                   throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+                                   throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Find the relative path between the distribution URLs of the top site and the current project.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the relative path or "./" if the two URLs are the same.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code> - in case of issue</dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code> - in case of issue</dd>
 </dl>
 </li>
 </ul>
@@ -487,8 +487,8 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockList">
 <li class="blockList">
 <h4>getProxyInfo</h4>
-<pre>public static&nbsp;<a href="https://maven.apache.org/wagon/wagon-provider-api/apidocs/org/apache/maven/wagon/proxy/ProxyInfo.html?is-external=true" title="class or interface in org.apache.maven.wagon.proxy">ProxyInfo</a>&nbsp;getProxyInfo(<a href="https://maven.apache.org/wagon/wagon-provider-api/apidocs/org/apache/maven/wagon/repository/Repository.html?is-external=true" title="class or interface in org.apache.maven.wagon.repository">Repository</a>&nbsp;repository,
-                                     <a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/artifact/manager/WagonManager.html?is-external=true" title="class or interface in org.apache.maven.artifact.manager">WagonManager</a>&nbsp;wagonManager)</pre>
+<pre>public static&nbsp;org.apache.maven.wagon.proxy.ProxyInfo&nbsp;getProxyInfo(org.apache.maven.wagon.repository.Repository&nbsp;repository,
+                                                                  org.apache.maven.artifact.manager.WagonManager&nbsp;wagonManager)</pre>
 <div class="block">Get proxy information.
  <p>
  Get the <code>ProxyInfo</code> of the proxy associated with the <code>host</code>
@@ -533,8 +533,8 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockList">
 <li class="blockList">
 <h4>getSite</h4>
-<pre>protected static&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a>&nbsp;getSite(<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project)
-                       throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+<pre>protected static&nbsp;org.apache.maven.model.Site&nbsp;getSite(org.apache.maven.project.MavenProject&nbsp;project)
+                                              throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Extract the distributionManagement site from the given MavenProject.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -543,7 +543,7 @@ protected&nbsp;<a href="https://maven.ap
 <dd>the project site. Not null.
          Also site.getUrl() and site.getId() are guaranteed to be not null.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code> - if any of the site info is missing.</dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code> - if any of the site info is missing.</dd>
 </dl>
 </li>
 </ul>
@@ -553,8 +553,8 @@ protected&nbsp;<a href="https://maven.ap
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTopLevelProject</h4>
-<pre>protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;getTopLevelProject(<a href="https://maven.apache.org/ref/3.2.5/maven-compat/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;project)
-                                   throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+<pre>protected&nbsp;org.apache.maven.project.MavenProject&nbsp;getTopLevelProject(org.apache.maven.project.MavenProject&nbsp;project)
+                                                            throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Extract the distributionManagement site of the top level parent of the given MavenProject.
  This climbs up the project hierarchy and returns the site of the last project
  for which <a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#getSite-org.apache.maven.project.MavenProject-"><code>getSite(org.apache.maven.project.MavenProject)</code></a> returns a site that resides in the
@@ -566,9 +566,9 @@ protected&nbsp;<a href="https://maven.ap
 <dd>the top level site. Not <code>null</code>.
          Also site.getUrl() and site.getId() are guaranteed to be not <code>null</code>.</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code> - if no site info is found in the tree.</dd>
+<dd><code>org.apache.maven.plugin.MojoExecutionException</code> - if no site info is found in the tree.</dd>
 <dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="https://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/apidocs/org/apache/maven/doxia/site/decoration/inheritance/URIPathDescriptor.html?is-external=true#sameSite-java.net.URI-" title="class or interface in org.apache.maven.doxia.site.decoration.inheritance"><code>URIPathDescriptor.sameSite(java.net.URI)</code></a></dd>
+<dd><code>URIPathDescriptor.sameSite(java.net.URI)</code></dd>
 </dl>
 </li>
 </ul>

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html Wed Apr 27 21:24:50 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractStagingMojo (Apache Maven Site Plugin 3.12.0 API)</title>
+<title>AbstractStagingMojo (Apache Maven Site Plugin 4.0.0-M1 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="AbstractStagingMojo (Apache Maven Site Plugin 3.12.0 API)";
+            parent.document.title="AbstractStagingMojo (Apache Maven Site Plugin 4.0.0-M1 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="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.AbstractMojo</li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html" title="class in org.apache.maven.plugins.site">org.apache.maven.plugins.site.AbstractSiteMojo</a></li>
@@ -124,7 +124,7 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
@@ -191,8 +191,8 @@ extends <a href="../../../../../../org/a
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.Mojo</h3>
+<code>ROLE</code></li>
 </ul>
 </li>
 </ul>
@@ -251,8 +251,8 @@ extends <a href="../../../../../../org/a
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -281,7 +281,7 @@ extends <a href="../../../../../../org/a
 <ul class="blockList">
 <li class="blockList">
 <h4>topSiteURL</h4>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property--" title="class or interface in org.apache.maven.plugins.annotations">property</a>="topSiteURL")
+<pre>@Parameter(property="topSiteURL")
 protected&nbsp;<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> topSiteURL</pre>
 <div class="block">Top distribution management site url, for manual configuration when auto-calculated value
  doesn't match expectations. Relative module directory will be calculated from this url.</div>
@@ -337,7 +337,7 @@ protected&nbsp;<a href="https://docs.ora
 <li class="blockList">
 <h4>determineTopDistributionManagementSiteUrl</h4>
 <pre>protected&nbsp;<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;determineTopDistributionManagementSiteUrl()
-                                                    throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+                                                    throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">By default, staging mojos will get their top distribution management site url by getting top parent
  with the same site, which is a good heuristics. But in case the default value doesn't match
  expectations, <code>topSiteURL</code> can be configured: it will be used instead.</div>
@@ -345,7 +345,7 @@ protected&nbsp;<a href="https://docs.ora
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#determineTopDistributionManagementSiteUrl--">determineTopDistributionManagementSiteUrl</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html" title="class in org.apache.maven.plugins.site.deploy">AbstractDeployMojo</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/HelpMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/HelpMojo.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/HelpMojo.html Wed Apr 27 21:24:50 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HelpMojo (Apache Maven Site Plugin 3.12.0 API)</title>
+<title>HelpMojo (Apache Maven Site Plugin 4.0.0-M1 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 Site Plugin 3.12.0 API)";
+            parent.document.title="HelpMojo (Apache Maven Site Plugin 4.0.0-M1 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="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.AbstractMojo</li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.plugins.site.deploy.HelpMojo</li>
@@ -114,15 +114,15 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a></dd>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo</dd>
 </dl>
 <hr>
 <br>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name--" title="class or interface in org.apache.maven.plugins.annotations">name</a>="help",
-      <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)
+<pre>@Mojo(name="help",
+      requiresProject=false,
+      threadSafe=true)
 public class <span class="typeNameLabel">HelpMojo</span>
-extends <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">AbstractMojo</a></pre>
+extends org.apache.maven.plugin.AbstractMojo</pre>
 <div class="block">Display help information on maven-site-plugin.<br>
  Call <code>mvn site:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
 <dl>
@@ -145,8 +145,8 @@ extends <a href="https://maven.apache.or
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.Mojo</h3>
+<code>ROLE</code></li>
 </ul>
 </li>
 </ul>
@@ -188,8 +188,8 @@ extends <a href="https://maven.apache.or
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</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="https://maven.apache.or
 <li class="blockList">
 <h4>execute</h4>
 <pre>public&nbsp;void&nbsp;execute()
-             throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+             throws org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteDeployMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteDeployMojo.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteDeployMojo.html Wed Apr 27 21:24:50 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SiteDeployMojo (Apache Maven Site Plugin 3.12.0 API)</title>
+<title>SiteDeployMojo (Apache Maven Site Plugin 4.0.0-M1 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="SiteDeployMojo (Apache Maven Site Plugin 3.12.0 API)";
+            parent.document.title="SiteDeployMojo (Apache Maven Site Plugin 4.0.0-M1 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="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.AbstractMojo</li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html" title="class in org.apache.maven.plugins.site">org.apache.maven.plugins.site.AbstractSiteMojo</a></li>
@@ -124,11 +124,11 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
 </dl>
 <hr>
 <br>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name--" title="class or interface in org.apache.maven.plugins.annotations">name</a>="deploy")
+<pre>@Mojo(name="deploy")
 public class <span class="typeNameLabel">SiteDeployMojo</span>
 extends <a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html" title="class in org.apache.maven.plugins.site.deploy">AbstractDeployMojo</a></pre>
 <div class="block">Deploys the generated site using <a href="/wagon/">wagon supported
@@ -175,8 +175,8 @@ extends <a href="../../../../../../org/a
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.Mojo</h3>
+<code>ROLE</code></li>
 </ul>
 </li>
 </ul>
@@ -210,7 +210,7 @@ extends <a href="../../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.model.Site</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/SiteDeployMojo.html#determineDeploySite--">determineDeploySite</a></span>()</code>
 <div class="block">Deploy directly to the current project's distribution management site.</div>
 </td>
@@ -246,8 +246,8 @@ extends <a href="../../../../../../org/a
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -311,13 +311,13 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>determineTopDistributionManagementSiteUrl</h4>
 <pre>protected&nbsp;<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;determineTopDistributionManagementSiteUrl()
-                                                    throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+                                                    throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Deploy distribution site url is directly the current project value.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#determineTopDistributionManagementSiteUrl--">determineTopDistributionManagementSiteUrl</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html" title="class in org.apache.maven.plugins.site.deploy">AbstractDeployMojo</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>
@@ -327,14 +327,14 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>determineDeploySite</h4>
-<pre>protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a>&nbsp;determineDeploySite()
-                            throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+<pre>protected&nbsp;org.apache.maven.model.Site&nbsp;determineDeploySite()
+                                                   throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Deploy directly to the current project's distribution management site.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#determineDeploySite--">determineDeploySite</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html" title="class in org.apache.maven.plugins.site.deploy">AbstractDeployMojo</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>

Modified: maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html (original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/apidocs/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html Wed Apr 27 21:24:50 2022
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SiteStageDeployMojo (Apache Maven Site Plugin 3.12.0 API)</title>
+<title>SiteStageDeployMojo (Apache Maven Site Plugin 4.0.0-M1 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="SiteStageDeployMojo (Apache Maven Site Plugin 3.12.0 API)";
+            parent.document.title="SiteStageDeployMojo (Apache Maven Site Plugin 4.0.0-M1 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="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.AbstractMojo</li>
 <li>
 <ul class="inheritance">
 <li><a href="../../../../../../org/apache/maven/plugins/site/AbstractSiteMojo.html" title="class in org.apache.maven.plugins.site">org.apache.maven.plugins.site.AbstractSiteMojo</a></li>
@@ -129,12 +129,12 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true" title="class or interface in org.apache.maven.plugin">ContextEnabled</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">Mojo</a>, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
+<dd>org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable</dd>
 </dl>
 <hr>
 <br>
-<pre><a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Mojo</a>(<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name--" title="class or interface in org.apache.maven.plugins.annotations">name</a>="stage-deploy",
-      <a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#requiresDependencyResolution--" title="class or interface in org.apache.maven.plugins.annotations">requiresDependencyResolution</a>=<a href="https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/ResolutionScope.html?is-external=true#TEST" title="class or interface in org.apache.maven.plugins.annotations">TEST</a>)
+<pre>@Mojo(name="stage-deploy",
+      requiresDependencyResolution=TEST)
 public class <span class="typeNameLabel">SiteStageDeployMojo</span>
 extends <a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html" title="class in org.apache.maven.plugins.site.deploy">AbstractStagingMojo</a></pre>
 <div class="block">Deploys the generated site to a staging or mock URL to the site URL
@@ -183,8 +183,8 @@ extends <a href="../../../../../../org/a
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.Mojo</h3>
+<code>ROLE</code></li>
 </ul>
 </li>
 </ul>
@@ -218,7 +218,7 @@ extends <a href="../../../../../../org/a
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>protected <a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a></code></td>
+<td class="colFirst"><code>protected org.apache.maven.model.Site</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html#determineDeploySite--">determineDeploySite</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -253,8 +253,8 @@ extends <a href="../../../../../../org/a
 <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="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--" title="class or interface in org.apache.maven.plugin">getLog</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getPluginContext--" title="class or interface in org.apache.maven.plugin">getPluginContext</a>, <a href="https://maven.apache.org/ref/3.2.5/maven-core/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="https://maven.apache.org/ref/3.2.5/maven-core/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.AbstractMojo</h3>
+<code>getLog, getPluginContext, setLog, setPluginContext</code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -318,14 +318,14 @@ extends <a href="../../../../../../org/a
 <li class="blockList">
 <h4>determineTopDistributionManagementSiteUrl</h4>
 <pre>protected&nbsp;<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;determineTopDistributionManagementSiteUrl()
-                                                    throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+                                                    throws org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">If <code>stagingSiteURL</code> is configured, top most parent with same staging site url
  will be used.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html#determineTopDistributionManagementSiteUrl--">determineTopDistributionManagementSiteUrl</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractStagingMojo.html" title="class in org.apache.maven.plugins.site.deploy">AbstractStagingMojo</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>
@@ -335,13 +335,13 @@ extends <a href="../../../../../../org/a
 <ul class="blockListLast">
 <li class="blockList">
 <h4>determineDeploySite</h4>
-<pre>protected&nbsp;<a href="https://maven.apache.org/ref/3.2.5/maven-model/apidocs/org/apache/maven/model/Site.html?is-external=true" title="class or interface in org.apache.maven.model">Site</a>&nbsp;determineDeploySite()
-                            throws <a href="https://maven.apache.org/ref/3.2.5/maven-core/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></pre>
+<pre>protected&nbsp;org.apache.maven.model.Site&nbsp;determineDeploySite()
+                                                   throws org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html#determineDeploySite--">determineDeploySite</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/maven/plugins/site/deploy/AbstractDeployMojo.html" title="class in org.apache.maven.plugins.site.deploy">AbstractDeployMojo</a></code></dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="https://maven.apache.org/ref/3.2.5/maven-core/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>org.apache.maven.plugin.MojoExecutionException</code></dd>
 </dl>
 </li>
 </ul>