Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/DeployFileMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/DeployFileMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/DeployFileMojo.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>DeployFileMojo (Apache Maven Deploy Plugin 3.1.2 API)</title>
+<title>DeployFileMojo (Apache Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.maven.plugins.deploy, class: DeployFileMojo">
@@ -85,22 +85,19 @@ loadScripts(document, 'script');</script
 <div class="sub-title"><span 
class="package-label-in-type">Package</span>&nbsp;<a 
href="package-summary.html">org.apache.maven.plugins.deploy</a></div>
 <h1 title="Class DeployFileMojo" class="title">Class DeployFileMojo</h1>
 </div>
-<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
-<div class="inheritance">org.apache.maven.plugin.AbstractMojo
+<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
 <div class="inheritance"><a href="AbstractDeployMojo.html" title="class in 
org.apache.maven.plugins.deploy">org.apache.maven.plugins.deploy.AbstractDeployMojo</a>
 <div class="inheritance">org.apache.maven.plugins.deploy.DeployFileMojo</div>
 </div>
 </div>
-</div>
 <section class="class-description" id="class-description">
 <dl class="notes">
 <dt>All Implemented Interfaces:</dt>
-<dd><code>org.apache.maven.plugin.ContextEnabled</code>, 
<code>org.apache.maven.plugin.Mojo</code></dd>
+<dd><code>org.apache.maven.api.plugin.Mojo</code></dd>
 </dl>
 <hr>
 <div class="type-signature"><span class="annotations">@Mojo(name="deploy-file",
-      requiresProject=false,
-      threadSafe=true)
+      projectRequired=false)
 </span><span class="modifiers">public class </span><span class="element-name 
type-name-label">DeployFileMojo</span>
 <span class="extends-implements">extends <a href="AbstractDeployMojo.html" 
title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a></span></div>
 <div class="block">Installs the artifact in the remote repository.</div>
@@ -117,10 +114,7 @@ loadScripts(document, 'script');</script
 <h2>Field Summary</h2>
 <div class="inherited-list">
 <h3 
id="fields-inherited-from-class-org.apache.maven.plugins.deploy.AbstractDeployMojo">Fields
 inherited from class&nbsp;org.apache.maven.plugins.deploy.<a 
href="AbstractDeployMojo.html" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a></h3>
-<code><a href="AbstractDeployMojo.html#repositorySystem">repositorySystem</a>, 
<a href="AbstractDeployMojo.html#session">session</a></code></div>
-<div class="inherited-list">
-<h3 id="fields-inherited-from-class-org.apache.maven.plugin.Mojo">Fields 
inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></div>
+<code><a href="AbstractDeployMojo.html#logger">logger</a>, <a 
href="AbstractDeployMojo.html#session">session</a></code></div>
 </section>
 </li>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -142,8 +136,8 @@ loadScripts(document, 'script');</script
 <h2>Method Summary</h2>
 <div id="method-summary-table">
 <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button 
id="method-summary-table-tab0" role="tab" aria-selected="true" 
aria-controls="method-summary-table.tabpanel" tabindex="0" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table', 3)" class="active-table-tab">All 
Methods</button><button id="method-summary-table-tab2" role="tab" 
aria-selected="false" aria-controls="method-summary-table.tabpanel" 
tabindex="-1" onkeydown="switchTab(event)" 
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" 
class="table-tab">Instance Methods</button><button 
id="method-summary-table-tab4" role="tab" aria-selected="false" 
aria-controls="method-summary-table.tabpanel" tabindex="-1" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table-tab4', 3)" class="table-tab">Concrete 
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel" 
aria-labelledby="method-summary-table-tab0">
-<div class="summary-table three-column-summary">
+<div id="method-summary-table.tabpanel" role="tabpanel">
+<div class="summary-table three-column-summary" 
aria-labelledby="method-summary-table-tab0">
 <div class="table-header col-first">Modifier and Type</div>
 <div class="table-header col-second">Method</div>
 <div class="table-header col-last">Description</div>
@@ -155,13 +149,10 @@ loadScripts(document, 'script');</script
 </div>
 <div class="inherited-list">
 <h3 
id="methods-inherited-from-class-org.apache.maven.plugins.deploy.AbstractDeployMojo">Methods
 inherited from class&nbsp;org.apache.maven.plugins.deploy.<a 
href="AbstractDeployMojo.html" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a></h3>
-<code><a 
href="AbstractDeployMojo.html#deploy(org.eclipse.aether.deployment.DeployRequest)">deploy</a>,
 <a 
href="AbstractDeployMojo.html#getRemoteRepository(java.lang.String,java.lang.String)">getRemoteRepository</a>,
 <a 
href="AbstractDeployMojo.html#warnIfAffectedPackagingAndMaven(java.lang.String)">warnIfAffectedPackagingAndMaven</a></code></div>
-<div class="inherited-list">
-<h3 
id="methods-inherited-from-class-org.apache.maven.plugin.AbstractMojo">Methods 
inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></div>
+<code><a 
href="AbstractDeployMojo.html#createDeploymentArtifactRepository(java.lang.String,java.lang.String)">createDeploymentArtifactRepository</a>,
 <a href="AbstractDeployMojo.html#getLog()">getLog</a>, <a 
href="AbstractDeployMojo.html#getRetryFailedDeploymentCount()">getRetryFailedDeploymentCount</a>,
 <a href="AbstractDeployMojo.html#getSession()">getSession</a>, <a 
href="AbstractDeployMojo.html#warnIfAffectedPackagingAndMaven(java.lang.String)">warnIfAffectedPackagingAndMaven</a></code></div>
 <div class="inherited-list">
-<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" class="external-link">Object</a></h3>
-<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--"; 
title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-";
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--";
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--";
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--";
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--"; 
title="class or interface in java.lang" class="external-link">notify</a>, <a 
href="https://docs.o
 racle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or 
interface in java.lang" class="external-link">notifyAll</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--";
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--"; 
title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-";
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-";
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
+<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" class="external-link">Object</a></h3>
+<code><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#clone()"
 title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)"
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#finalize()"
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#getClass()"
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode()"
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Objec
 t.html#notify()" title="class or interface in java.lang" 
class="external-link">notify</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notifyAll()"
 title="class or interface in java.lang" class="external-link">notifyAll</a>, 
<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString()"
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait()"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long)"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long,int)"
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
 </section>
 </li>
 </ul>
@@ -191,12 +182,10 @@ loadScripts(document, 'script');</script
 <section class="detail" id="execute()">
 <h3>execute</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span class="element-name">execute</span>()
-             throws <span 
class="exceptions">org.apache.maven.plugin.MojoExecutionException,
-org.apache.maven.plugin.MojoFailureException</span></div>
+             throws <span 
class="exceptions">org.apache.maven.api.plugin.MojoException</span></div>
 <dl class="notes">
 <dt>Throws:</dt>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
+<dd><code>org.apache.maven.api.plugin.MojoException</code></dd>
 </dl>
 </section>
 </li>

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/DeployMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/DeployMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/DeployMojo.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>DeployMojo (Apache Maven Deploy Plugin 3.1.2 API)</title>
+<title>DeployMojo (Apache Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.maven.plugins.deploy, class: DeployMojo">
@@ -85,22 +85,19 @@ loadScripts(document, 'script');</script
 <div class="sub-title"><span 
class="package-label-in-type">Package</span>&nbsp;<a 
href="package-summary.html">org.apache.maven.plugins.deploy</a></div>
 <h1 title="Class DeployMojo" class="title">Class DeployMojo</h1>
 </div>
-<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
-<div class="inheritance">org.apache.maven.plugin.AbstractMojo
+<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
 <div class="inheritance"><a href="AbstractDeployMojo.html" title="class in 
org.apache.maven.plugins.deploy">org.apache.maven.plugins.deploy.AbstractDeployMojo</a>
 <div class="inheritance">org.apache.maven.plugins.deploy.DeployMojo</div>
 </div>
 </div>
-</div>
 <section class="class-description" id="class-description">
 <dl class="notes">
 <dt>All Implemented Interfaces:</dt>
-<dd><code>org.apache.maven.plugin.ContextEnabled</code>, 
<code>org.apache.maven.plugin.Mojo</code></dd>
+<dd><code>org.apache.maven.api.plugin.Mojo</code></dd>
 </dl>
 <hr>
 <div class="type-signature"><span class="annotations">@Mojo(name="deploy",
-      defaultPhase=DEPLOY,
-      threadSafe=true)
+      defaultPhase="deploy")
 </span><span class="modifiers">public class </span><span class="element-name 
type-name-label">DeployMojo</span>
 <span class="extends-implements">extends <a href="AbstractDeployMojo.html" 
title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a></span></div>
 <div class="block">Deploys an artifact to remote repository.</div>
@@ -117,10 +114,7 @@ loadScripts(document, 'script');</script
 <h2>Field Summary</h2>
 <div class="inherited-list">
 <h3 
id="fields-inherited-from-class-org.apache.maven.plugins.deploy.AbstractDeployMojo">Fields
 inherited from class&nbsp;org.apache.maven.plugins.deploy.<a 
href="AbstractDeployMojo.html" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a></h3>
-<code><a href="AbstractDeployMojo.html#repositorySystem">repositorySystem</a>, 
<a href="AbstractDeployMojo.html#session">session</a></code></div>
-<div class="inherited-list">
-<h3 id="fields-inherited-from-class-org.apache.maven.plugin.Mojo">Fields 
inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></div>
+<code><a href="AbstractDeployMojo.html#logger">logger</a>, <a 
href="AbstractDeployMojo.html#session">session</a></code></div>
 </section>
 </li>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -142,8 +136,8 @@ loadScripts(document, 'script');</script
 <h2>Method Summary</h2>
 <div id="method-summary-table">
 <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button 
id="method-summary-table-tab0" role="tab" aria-selected="true" 
aria-controls="method-summary-table.tabpanel" tabindex="0" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table', 3)" class="active-table-tab">All 
Methods</button><button id="method-summary-table-tab2" role="tab" 
aria-selected="false" aria-controls="method-summary-table.tabpanel" 
tabindex="-1" onkeydown="switchTab(event)" 
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" 
class="table-tab">Instance Methods</button><button 
id="method-summary-table-tab4" role="tab" aria-selected="false" 
aria-controls="method-summary-table.tabpanel" tabindex="-1" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table-tab4', 3)" class="table-tab">Concrete 
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel" 
aria-labelledby="method-summary-table-tab0">
-<div class="summary-table three-column-summary">
+<div id="method-summary-table.tabpanel" role="tabpanel">
+<div class="summary-table three-column-summary" 
aria-labelledby="method-summary-table-tab0">
 <div class="table-header col-first">Modifier and Type</div>
 <div class="table-header col-second">Method</div>
 <div class="table-header col-last">Description</div>
@@ -155,13 +149,10 @@ loadScripts(document, 'script');</script
 </div>
 <div class="inherited-list">
 <h3 
id="methods-inherited-from-class-org.apache.maven.plugins.deploy.AbstractDeployMojo">Methods
 inherited from class&nbsp;org.apache.maven.plugins.deploy.<a 
href="AbstractDeployMojo.html" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a></h3>
-<code><a 
href="AbstractDeployMojo.html#deploy(org.eclipse.aether.deployment.DeployRequest)">deploy</a>,
 <a 
href="AbstractDeployMojo.html#getRemoteRepository(java.lang.String,java.lang.String)">getRemoteRepository</a>,
 <a 
href="AbstractDeployMojo.html#warnIfAffectedPackagingAndMaven(java.lang.String)">warnIfAffectedPackagingAndMaven</a></code></div>
-<div class="inherited-list">
-<h3 
id="methods-inherited-from-class-org.apache.maven.plugin.AbstractMojo">Methods 
inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></div>
+<code><a 
href="AbstractDeployMojo.html#createDeploymentArtifactRepository(java.lang.String,java.lang.String)">createDeploymentArtifactRepository</a>,
 <a href="AbstractDeployMojo.html#getLog()">getLog</a>, <a 
href="AbstractDeployMojo.html#getRetryFailedDeploymentCount()">getRetryFailedDeploymentCount</a>,
 <a href="AbstractDeployMojo.html#getSession()">getSession</a>, <a 
href="AbstractDeployMojo.html#warnIfAffectedPackagingAndMaven(java.lang.String)">warnIfAffectedPackagingAndMaven</a></code></div>
 <div class="inherited-list">
-<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" class="external-link">Object</a></h3>
-<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--"; 
title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-";
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--";
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--";
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--";
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--"; 
title="class or interface in java.lang" class="external-link">notify</a>, <a 
href="https://docs.o
 racle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or 
interface in java.lang" class="external-link">notifyAll</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--";
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--"; 
title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-";
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-";
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
+<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" class="external-link">Object</a></h3>
+<code><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#clone()"
 title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)"
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#finalize()"
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#getClass()"
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode()"
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Objec
 t.html#notify()" title="class or interface in java.lang" 
class="external-link">notify</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notifyAll()"
 title="class or interface in java.lang" class="external-link">notifyAll</a>, 
<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString()"
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait()"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long)"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long,int)"
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
 </section>
 </li>
 </ul>
@@ -190,14 +181,7 @@ loadScripts(document, 'script');</script
 <li>
 <section class="detail" id="execute()">
 <h3>execute</h3>
-<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span class="element-name">execute</span>()
-             throws <span 
class="exceptions">org.apache.maven.plugin.MojoExecutionException,
-org.apache.maven.plugin.MojoFailureException</span></div>
-<dl class="notes">
-<dt>Throws:</dt>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
-<dd><code>org.apache.maven.plugin.MojoFailureException</code></dd>
-</dl>
+<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span 
class="element-name">execute</span>()</div>
 </section>
 </li>
 </ul>

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/AbstractDeployMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/AbstractDeployMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/AbstractDeployMojo.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Uses of Class org.apache.maven.plugins.deploy.AbstractDeployMojo 
(Apache Maven Deploy Plugin 3.1.2 API)</title>
+<title>Uses of Class org.apache.maven.plugins.deploy.AbstractDeployMojo 
(Apache Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: 
org.apache.maven.plugins.deploy, class: AbstractDeployMojo">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/DeployFileMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/DeployFileMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/DeployFileMojo.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Uses of Class org.apache.maven.plugins.deploy.DeployFileMojo (Apache 
Maven Deploy Plugin 3.1.2 API)</title>
+<title>Uses of Class org.apache.maven.plugins.deploy.DeployFileMojo (Apache 
Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: 
org.apache.maven.plugins.deploy, class: DeployFileMojo">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/DeployMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/DeployMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/class-use/DeployMojo.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Uses of Class org.apache.maven.plugins.deploy.DeployMojo (Apache Maven 
Deploy Plugin 3.1.2 API)</title>
+<title>Uses of Class org.apache.maven.plugins.deploy.DeployMojo (Apache Maven 
Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: 
org.apache.maven.plugins.deploy, class: DeployMojo">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-summary.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>org.apache.maven.plugins.deploy (Apache Maven Deploy Plugin 3.1.2 
API)</title>
+<title>org.apache.maven.plugins.deploy (Apache Maven Deploy Plugin 
4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.maven.plugins.deploy">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-tree.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-tree.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-tree.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>org.apache.maven.plugins.deploy Class Hierarchy (Apache Maven Deploy 
Plugin 3.1.2 API)</title>
+<title>org.apache.maven.plugins.deploy Class Hierarchy (Apache Maven Deploy 
Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="tree: package: 
org.apache.maven.plugins.deploy">
@@ -57,19 +57,15 @@ loadScripts(document, 'script');</script
 <section class="hierarchy">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li class="circle">java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
class="type-name-link external-link" title="class or interface in 
java.lang">Object</a>
+<li class="circle">java.lang.<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 class="type-name-link external-link" title="class or interface in 
java.lang">Object</a>
 <ul>
-<li class="circle">org.apache.maven.plugin.AbstractMojo (implements 
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
-<ul>
-<li class="circle">org.apache.maven.plugins.deploy.<a 
href="AbstractDeployMojo.html" class="type-name-link" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a>
+<li class="circle">org.apache.maven.plugins.deploy.<a 
href="AbstractDeployMojo.html" class="type-name-link" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a> (implements 
org.apache.maven.api.plugin.Mojo)
 <ul>
 <li class="circle">org.apache.maven.plugins.deploy.<a 
href="DeployFileMojo.html" class="type-name-link" title="class in 
org.apache.maven.plugins.deploy">DeployFileMojo</a></li>
 <li class="circle">org.apache.maven.plugins.deploy.<a href="DeployMojo.html" 
class="type-name-link" title="class in 
org.apache.maven.plugins.deploy">DeployMojo</a></li>
 </ul>
 </li>
 </ul>
-</li>
-</ul>
 </li>
 </ul>
 </section>

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-use.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-use.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/deploy/package-use.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Uses of Package org.apache.maven.plugins.deploy (Apache Maven Deploy 
Plugin 3.1.2 API)</title>
+<title>Uses of Package org.apache.maven.plugins.deploy (Apache Maven Deploy 
Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: 
org.apache.maven.plugins.deploy">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/HelpMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/HelpMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/HelpMojo.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>HelpMojo (Apache Maven Deploy Plugin 3.1.2 API)</title>
+<title>HelpMojo (Apache Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.maven.plugins.maven_deploy_plugin, class: HelpMojo">
@@ -39,7 +39,7 @@ loadScripts(document, 'script');</script
 <p>Summary:</p>
 <ul>
 <li>Nested</li>
-<li><a href="#field-summary">Field</a></li>
+<li>Field</li>
 <li><a href="#constructor-summary">Constr</a></li>
 <li><a href="#method-summary">Method</a></li>
 </ul>
@@ -59,7 +59,7 @@ loadScripts(document, 'script');</script
 <ul class="sub-nav-list">
 <li>Summary:&nbsp;</li>
 <li>Nested&nbsp;|&nbsp;</li>
-<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
 <li><a href="#constructor-summary">Constr</a>&nbsp;|&nbsp;</li>
 <li><a href="#method-summary">Method</a></li>
 </ul>
@@ -85,22 +85,20 @@ loadScripts(document, 'script');</script
 <div class="sub-title"><span 
class="package-label-in-type">Package</span>&nbsp;<a 
href="package-summary.html">org.apache.maven.plugins.maven_deploy_plugin</a></div>
 <h1 title="Class HelpMojo" class="title">Class HelpMojo</h1>
 </div>
-<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
-<div class="inheritance">org.apache.maven.plugin.AbstractMojo
+<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
 <div 
class="inheritance">org.apache.maven.plugins.maven_deploy_plugin.HelpMojo</div>
 </div>
-</div>
 <section class="class-description" id="class-description">
 <dl class="notes">
 <dt>All Implemented Interfaces:</dt>
-<dd><code>org.apache.maven.plugin.ContextEnabled</code>, 
<code>org.apache.maven.plugin.Mojo</code></dd>
+<dd><code>org.apache.maven.api.plugin.Mojo</code></dd>
 </dl>
 <hr>
 <div class="type-signature"><span class="annotations">@Mojo(name="help",
-      requiresProject=false,
-      threadSafe=true)
+      projectRequired=false)
 </span><span class="modifiers">public class </span><span class="element-name 
type-name-label">HelpMojo</span>
-<span class="extends-implements">extends 
org.apache.maven.plugin.AbstractMojo</span></div>
+<span class="extends-implements">extends <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" class="external-link">Object</a>
+implements org.apache.maven.api.plugin.Mojo</span></div>
 <div class="block">Display help information on maven-deploy-plugin.<br>
  Call <code>mvn deploy:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to 
display parameter details.</div>
 <dl class="notes">
@@ -110,15 +108,6 @@ loadScripts(document, 'script');</script
 </section>
 <section class="summary">
 <ul class="summary-list">
-<!-- =========== FIELD SUMMARY =========== -->
-<li>
-<section class="field-summary" id="field-summary">
-<h2>Field Summary</h2>
-<div class="inherited-list">
-<h3 id="fields-inherited-from-class-org.apache.maven.plugin.Mojo">Fields 
inherited from interface&nbsp;org.apache.maven.plugin.Mojo</h3>
-<code>ROLE</code></div>
-</section>
-</li>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <li>
 <section class="constructor-summary" id="constructor-summary">
@@ -138,8 +127,8 @@ loadScripts(document, 'script');</script
 <h2>Method Summary</h2>
 <div id="method-summary-table">
 <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button 
id="method-summary-table-tab0" role="tab" aria-selected="true" 
aria-controls="method-summary-table.tabpanel" tabindex="0" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table', 3)" class="active-table-tab">All 
Methods</button><button id="method-summary-table-tab2" role="tab" 
aria-selected="false" aria-controls="method-summary-table.tabpanel" 
tabindex="-1" onkeydown="switchTab(event)" 
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" 
class="table-tab">Instance Methods</button><button 
id="method-summary-table-tab4" role="tab" aria-selected="false" 
aria-controls="method-summary-table.tabpanel" tabindex="-1" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table-tab4', 3)" class="table-tab">Concrete 
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel" 
aria-labelledby="method-summary-table-tab0">
-<div class="summary-table three-column-summary">
+<div id="method-summary-table.tabpanel" role="tabpanel">
+<div class="summary-table three-column-summary" 
aria-labelledby="method-summary-table-tab0">
 <div class="table-header col-first">Modifier and Type</div>
 <div class="table-header col-second">Method</div>
 <div class="table-header col-last">Description</div>
@@ -150,11 +139,8 @@ loadScripts(document, 'script');</script
 </div>
 </div>
 <div class="inherited-list">
-<h3 
id="methods-inherited-from-class-org.apache.maven.plugin.AbstractMojo">Methods 
inherited from class&nbsp;org.apache.maven.plugin.AbstractMojo</h3>
-<code>getLog, getPluginContext, setLog, setPluginContext</code></div>
-<div class="inherited-list">
-<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" class="external-link">Object</a></h3>
-<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--"; 
title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-";
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--";
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--";
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--";
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--"; 
title="class or interface in java.lang" class="external-link">notify</a>, <a 
href="https://docs.o
 racle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--" title="class or 
interface in java.lang" class="external-link">notifyAll</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--";
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--"; 
title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-";
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-";
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
+<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 title="class or interface in java.lang" class="external-link">Object</a></h3>
+<code><a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#clone()"
 title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)"
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#finalize()"
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#getClass()"
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode()"
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Objec
 t.html#notify()" title="class or interface in java.lang" 
class="external-link">notify</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#notifyAll()"
 title="class or interface in java.lang" class="external-link">notifyAll</a>, 
<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString()"
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait()"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long)"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#wait(long,int)"
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
 </section>
 </li>
 </ul>
@@ -184,10 +170,12 @@ loadScripts(document, 'script');</script
 <section class="detail" id="execute()">
 <h3>execute</h3>
 <div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type">void</span>&nbsp;<span class="element-name">execute</span>()
-             throws <span 
class="exceptions">org.apache.maven.plugin.MojoExecutionException</span></div>
+             throws <span 
class="exceptions">org.apache.maven.api.plugin.MojoException</span></div>
 <dl class="notes">
+<dt>Specified by:</dt>
+<dd><code>execute</code>&nbsp;in 
interface&nbsp;<code>org.apache.maven.api.plugin.Mojo</code></dd>
 <dt>Throws:</dt>
-<dd><code>org.apache.maven.plugin.MojoExecutionException</code></dd>
+<dd><code>org.apache.maven.api.plugin.MojoException</code></dd>
 </dl>
 </section>
 </li>

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/class-use/HelpMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/class-use/HelpMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/class-use/HelpMojo.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Uses of Class org.apache.maven.plugins.maven_deploy_plugin.HelpMojo 
(Apache Maven Deploy Plugin 3.1.2 API)</title>
+<title>Uses of Class org.apache.maven.plugins.maven_deploy_plugin.HelpMojo 
(Apache Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: 
org.apache.maven.plugins.maven_deploy_plugin, class: HelpMojo">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-summary.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>org.apache.maven.plugins.maven_deploy_plugin (Apache Maven Deploy 
Plugin 3.1.2 API)</title>
+<title>org.apache.maven.plugins.maven_deploy_plugin (Apache Maven Deploy 
Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: 
org.apache.maven.plugins.maven_deploy_plugin">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-tree.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-tree.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-tree.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>org.apache.maven.plugins.maven_deploy_plugin Class Hierarchy (Apache 
Maven Deploy Plugin 3.1.2 API)</title>
+<title>org.apache.maven.plugins.maven_deploy_plugin Class Hierarchy (Apache 
Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="tree: package: 
org.apache.maven.plugins.maven_deploy_plugin">
@@ -57,13 +57,9 @@ loadScripts(document, 'script');</script
 <section class="hierarchy">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li class="circle">java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
class="type-name-link external-link" title="class or interface in 
java.lang">Object</a>
+<li class="circle">java.lang.<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 class="type-name-link external-link" title="class or interface in 
java.lang">Object</a>
 <ul>
-<li class="circle">org.apache.maven.plugin.AbstractMojo (implements 
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
-<ul>
-<li class="circle">org.apache.maven.plugins.maven_deploy_plugin.<a 
href="HelpMojo.html" class="type-name-link" title="class in 
org.apache.maven.plugins.maven_deploy_plugin">HelpMojo</a></li>
-</ul>
-</li>
+<li class="circle">org.apache.maven.plugins.maven_deploy_plugin.<a 
href="HelpMojo.html" class="type-name-link" title="class in 
org.apache.maven.plugins.maven_deploy_plugin">HelpMojo</a> (implements 
org.apache.maven.api.plugin.Mojo)</li>
 </ul>
 </li>
 </ul>

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-use.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-use.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/org/apache/maven/plugins/maven_deploy_plugin/package-use.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Uses of Package org.apache.maven.plugins.maven_deploy_plugin (Apache 
Maven Deploy Plugin 3.1.2 API)</title>
+<title>Uses of Package org.apache.maven.plugins.maven_deploy_plugin (Apache 
Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: 
org.apache.maven.plugins.maven_deploy_plugin">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/overview-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/overview-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/overview-summary.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Apache Maven Deploy Plugin 3.1.2 API</title>
+<title>Apache Maven Deploy Plugin 4.0.0-beta-1 API</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="index redirect">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/overview-tree.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/overview-tree.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/overview-tree.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Class Hierarchy (Apache Maven Deploy Plugin 3.1.2 API)</title>
+<title>Class Hierarchy (Apache Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="class tree">
@@ -58,19 +58,15 @@ loadScripts(document, 'script');</script
 <section class="hierarchy">
 <h2 title="Class Hierarchy">Class Hierarchy</h2>
 <ul>
-<li class="circle">java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
class="type-name-link external-link" title="class or interface in 
java.lang">Object</a>
+<li class="circle">java.lang.<a 
href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html";
 class="type-name-link external-link" title="class or interface in 
java.lang">Object</a>
 <ul>
-<li class="circle">org.apache.maven.plugin.AbstractMojo (implements 
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
-<ul>
-<li class="circle">org.apache.maven.plugins.deploy.<a 
href="org/apache/maven/plugins/deploy/AbstractDeployMojo.html" 
class="type-name-link" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a>
+<li class="circle">org.apache.maven.plugins.deploy.<a 
href="org/apache/maven/plugins/deploy/AbstractDeployMojo.html" 
class="type-name-link" title="class in 
org.apache.maven.plugins.deploy">AbstractDeployMojo</a> (implements 
org.apache.maven.api.plugin.Mojo)
 <ul>
 <li class="circle">org.apache.maven.plugins.deploy.<a 
href="org/apache/maven/plugins/deploy/DeployFileMojo.html" 
class="type-name-link" title="class in 
org.apache.maven.plugins.deploy">DeployFileMojo</a></li>
 <li class="circle">org.apache.maven.plugins.deploy.<a 
href="org/apache/maven/plugins/deploy/DeployMojo.html" class="type-name-link" 
title="class in org.apache.maven.plugins.deploy">DeployMojo</a></li>
 </ul>
 </li>
-<li class="circle">org.apache.maven.plugins.maven_deploy_plugin.<a 
href="org/apache/maven/plugins/maven_deploy_plugin/HelpMojo.html" 
class="type-name-link" title="class in 
org.apache.maven.plugins.maven_deploy_plugin">HelpMojo</a></li>
-</ul>
-</li>
+<li class="circle">org.apache.maven.plugins.maven_deploy_plugin.<a 
href="org/apache/maven/plugins/maven_deploy_plugin/HelpMojo.html" 
class="type-name-link" title="class in 
org.apache.maven.plugins.maven_deploy_plugin">HelpMojo</a> (implements 
org.apache.maven.api.plugin.Mojo)</li>
 </ul>
 </li>
 </ul>

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/script.js
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/script.js
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/script.js
 Wed Jun 26 08:38:41 2024
@@ -1,26 +1,26 @@
 /*
  * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
  *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
  */
 
 var moduleSearchIndex;
@@ -157,7 +157,7 @@ function show(tableId, selected, columns
 }
 
 function updateTabs(tableId, selected) {
-    document.getElementById(tableId + '.tabpanel')
+    document.querySelector('div#' + tableId +' .summary-table')
         .setAttribute('aria-labelledby', selected);
     document.querySelectorAll('button[id^="' + tableId + '"]')
         .forEach(function(tab, index) {

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/search-page.js
==============================================================================
Binary files - no diff available.

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/search.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/search.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/search.html
 Wed Jun 26 08:38:41 2024
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (21) -->
-<title>Search (Apache Maven Deploy Plugin 3.1.2 API)</title>
+<title>Search (Apache Maven Deploy Plugin 4.0.0-beta-1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="search">

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/search.js
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/search.js
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/apidocs/search.js
 Wed Jun 26 08:38:41 2024
@@ -1,26 +1,26 @@
 /*
  * Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
+ *
  *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.  Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
  */
 "use strict";
 const messages = {
@@ -37,7 +37,7 @@ const messages = {
 const categories = {
     modules: "Modules",
     packages: "Packages",
-    types: "Types",
+    types: "Classes and Interfaces",
     members: "Members",
     searchTags: "Search Tags"
 };

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/checkstyle.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/checkstyle.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/checkstyle.html
 Wed Jun 26 08:38:41 2024
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:checkstyle at 2024-04-26
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-checkstyle-plugin:3.3.1:checkstyle at 2024-06-26
  | Rendered using Apache Maven Fluido Skin 1.10.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -25,13 +25,9 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
-      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
-      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
-      <li class=""><a href="index.html" title="Apache Maven Deploy 
Plugin">Apache Maven Deploy Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Checkstyle Results</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-04-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.2</li>
+        <li id="publishDate">Last Published: 2024-06-26<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 4.0.0-beta-1</li>
           </ul>
         </div>
       </header>
@@ -49,47 +45,6 @@
    <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span 
class="icon-chevron-right"></span>Project Deployment</a></li>
     <li><a href="file-deployment.html" title="File Deployment"><span 
class="icon-chevron-right"></span>File Deployment</a></li>
-   <li class="nav-header">Project Documentation</li>
-    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-right"></span>Project Information</a></li>
-    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-down"></span>Project Reports</a>
-     <ul class="nav nav-list">
-      <li><a href="surefire-report.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
-      <li class="active"><a href="#"><span 
class="none"></span>Checkstyle</a></li>
-      <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li>
-      <li><a href="xref/index.html" title="Source Xref"><span 
class="none"></span>Source Xref</a></li>
-      <li><a href="xref-test/index.html" title="Test Source Xref"><span 
class="none"></span>Test Source Xref</a></li>
-      <li><a href="taglist.html" title="Tag List"><span 
class="none"></span>Tag List</a></li>
-      <li><a href="apidocs/index.html" title="Javadoc"><span 
class="none"></span>Javadoc</a></li>
-      <li><a href="plugin-info.html" title="Plugin Documentation"><span 
class="none"></span>Plugin Documentation</a></li>
-     </ul></li>
-   <li class="nav-header">Maven Projects</li>
-    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
-    <li><a href="../../archetypes/index.html" title="Archetypes"><span 
class="none"></span>Archetypes</a></li>
-    <li><a href="../../extensions/index.html" title="Extensions"><span 
class="none"></span>Extensions</a></li>
-    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
-    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
-    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
-    <li><a href="" title=""><span class="icon-chevron-down"></span></a>
-     <ul class="nav nav-list">
-      <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
-      <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
-      <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
-      <li><a href="../../maven-indexer/index.html" title="Indexer"><span 
class="none"></span>Indexer</a></li>
-      <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
-      <li><a href="../../plugin-testing/index.html" title="Plugin 
Testing"><span class="none"></span>Plugin Testing</a></li>
-      <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
-      <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
-      <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
-      <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
-      <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
-      <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
-     </ul></li>
-   <li class="nav-header">ASF</li>
-    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
-    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
-    <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html"; 
class="externalLink" title="Data Privacy"><span class="none"></span>Data 
Privacy</a></li>
-    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
-    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
   </ul>
           </nav>
           <div class="well sidebar-nav">
@@ -121,7 +76,7 @@
 <tr class="b">
 <td align="left">3</td>
 <td>2</td>
-<td>14</td>
+<td>12</td>
 <td>1</td></tr></table></section><section>
 <h3><a name="Files"></a>Files</h3><a name="Files"></a>
 <table border="0" class="table table-striped">
@@ -138,12 +93,12 @@
 <tr class="a">
 <td align="left"><a 
href="#org.2Fapache.2Fmaven.2Fplugins.2Fdeploy.2FDeployFileMojo.java">org/apache/maven/plugins/deploy/DeployFileMojo.java</a></td>
 <td>0</td>
-<td>4</td>
+<td>6</td>
 <td>1</td></tr>
 <tr class="b">
 <td align="left"><a 
href="#org.2Fapache.2Fmaven.2Fplugins.2Fdeploy.2FDeployMojo.java">org/apache/maven/plugins/deploy/DeployMojo.java</a></td>
 <td>0</td>
-<td>6</td>
+<td>2</td>
 <td>0</td></tr></table></section><section>
 <h3><a name="Rules"></a>Rules</h3><a name="Rules"></a>
 <table border="0" class="table table-striped">
@@ -158,7 +113,7 @@
 <ul>
 <li>ignoreConstructorParameter: <code>&quot;true&quot;</code></li>
 <li>ignoreSetter: <code>&quot;true&quot;</code></li></ul></td>
-<td>10</td>
+<td>8</td>
 <td><img src="images/icon_warning_sml.gif" alt="" />&#160;Warning</td></tr>
 <tr class="a">
 <td align="left">javadoc</td>
@@ -193,37 +148,37 @@
 <td>javadoc</td>
 <td>JavadocVariable</td>
 <td>Missing a Javadoc comment.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L58">58</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L38">38</a></td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_info_sml.gif" alt="" />&#160;Info</td>
 <td>javadoc</td>
 <td>JavadocVariable</td>
 <td>Missing a Javadoc comment.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L61">61</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L41">41</a></td></tr>
 <tr class="b">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Expected @param tag for 'packaging'.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L79">79</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L74">74</a></td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>@return tag should be present and have description.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L101">101</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L91">91</a></td></tr>
 <tr class="b">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
-<td>Expected @param tag for 'repositoryId'.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L101">101</a></td></tr>
+<td>Expected @param tag for 'id'.</td>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L91">91</a></td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>javadoc</td>
 <td>JavadocMethod</td>
 <td>Expected @param tag for 'url'.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L101">101</a></td></tr></table></section><section>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/AbstractDeployMojo.html#L91">91</a></td></tr></table></section><section>
 <h4><a 
name="org.2Fapache.2Fmaven.2Fplugins.2Fdeploy.2FDeployFileMojo.java"></a>org/apache/maven/plugins/deploy/DeployFileMojo.java</h4><a
 name="org.2Fapache.2Fmaven.2Fplugins.2Fdeploy.2FDeployFileMojo.java"></a>
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -233,35 +188,47 @@
 <th>Message</th>
 <th>Line</th></tr>
 <tr class="b">
+<td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
+<td>coding</td>
+<td>HiddenField</td>
+<td>'pomFile' hides a field.</td>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L216">216</a></td></tr>
+<tr class="a">
 <td align="left"><img src="images/icon_error_sml.gif" alt="" />&#160;Error</td>
 <td>sizes</td>
 <td>MethodLength</td>
-<td>Method execute length is 154 lines (max allowed is 150).</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L232">232</a></td></tr>
-<tr class="a">
+<td>Method execute length is 177 lines (max allowed is 150).</td>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L234">234</a></td></tr>
+<tr class="b">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'file' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L343">343</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L354">354</a></td></tr>
+<tr class="a">
+<td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
+<td>coding</td>
+<td>HiddenField</td>
+<td>'pomFile' hides a field.</td>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L455">455</a></td></tr>
 <tr class="b">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'pomFile' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L431">431</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L477">477</a></td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'file' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L539">539</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L567">567</a></td></tr>
 <tr class="b">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'version' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L574">574</a></td></tr></table></section><section>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployFileMojo.html#L601">601</a></td></tr></table></section><section>
 <h4><a 
name="org.2Fapache.2Fmaven.2Fplugins.2Fdeploy.2FDeployMojo.java"></a>org/apache/maven/plugins/deploy/DeployMojo.java</h4><a
 name="org.2Fapache.2Fmaven.2Fplugins.2Fdeploy.2FDeployMojo.java"></a>
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -275,37 +242,13 @@
 <td>coding</td>
 <td>HiddenField</td>
 <td>'project' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L178">178</a></td></tr>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L153">153</a></td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
 <td>coding</td>
 <td>HiddenField</td>
 <td>'project' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L289">289</a></td></tr>
-<tr class="b">
-<td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
-<td>coding</td>
-<td>HiddenField</td>
-<td>'project' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L353">353</a></td></tr>
-<tr class="a">
-<td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
-<td>coding</td>
-<td>HiddenField</td>
-<td>'altSnapshotDeploymentRepository' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L354">354</a></td></tr>
-<tr class="b">
-<td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
-<td>coding</td>
-<td>HiddenField</td>
-<td>'altReleaseDeploymentRepository' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L355">355</a></td></tr>
-<tr class="a">
-<td align="left"><img src="images/icon_warning_sml.gif" alt="" 
/>&#160;Warning</td>
-<td>coding</td>
-<td>HiddenField</td>
-<td>'altDeploymentRepository' hides a field.</td>
-<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L356">356</a></td></tr></table></section></section></section>
+<td><a 
href="./xref/org/apache/maven/plugins/deploy/DeployMojo.html#L157">157</a></td></tr></table></section></section></section>
         </main>
       </div>
     </div>

Modified: 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/ci-management.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/ci-management.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/ci-management.html
 Wed Jun 26 08:38:41 2024
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:ci-management 
at 2024-04-26
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:ci-management 
at 2024-06-26
  | Rendered using Apache Maven Fluido Skin 1.10.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -25,13 +25,9 @@
 
         <div id="breadcrumbs">
           <ul class="breadcrumb">
-      <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
-      <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
-      <li class=""><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
-      <li class=""><a href="index.html" title="Apache Maven Deploy 
Plugin">Apache Maven Deploy Plugin</a><span class="divider">/</span></li>
-    <li class="active ">CI Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-04-26</li>
-          <li id="projectVersion" class="pull-right">Version: 3.1.2</li>
+        <li id="publishDate">Last Published: 2024-06-26<span 
class="divider">|</span>
+</li>
+          <li id="projectVersion">Version: 4.0.0-beta-1</li>
           </ul>
         </div>
       </header>
@@ -49,53 +45,6 @@
    <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span 
class="icon-chevron-right"></span>Project Deployment</a></li>
     <li><a href="file-deployment.html" title="File Deployment"><span 
class="icon-chevron-right"></span>File Deployment</a></li>
-   <li class="nav-header">Project Documentation</li>
-    <li><a href="project-info.html" title="Project Information"><span 
class="icon-chevron-down"></span>Project Information</a>
-     <ul class="nav nav-list">
-      <li><a href="index.html" title="About"><span 
class="none"></span>About</a></li>
-      <li><a href="summary.html" title="Summary"><span 
class="none"></span>Summary</a></li>
-      <li><a href="dependency-info.html" title="Dependency Information"><span 
class="none"></span>Dependency Information</a></li>
-      <li><a href="team.html" title="Team"><span 
class="none"></span>Team</a></li>
-      <li><a href="scm.html" title="Source Code Management"><span 
class="none"></span>Source Code Management</a></li>
-      <li><a href="issue-management.html" title="Issue Management"><span 
class="none"></span>Issue Management</a></li>
-      <li><a href="mailing-lists.html" title="Mailing Lists"><span 
class="none"></span>Mailing Lists</a></li>
-      <li><a href="dependency-management.html" title="Dependency 
Management"><span class="none"></span>Dependency Management</a></li>
-      <li><a href="dependencies.html" title="Dependencies"><span 
class="none"></span>Dependencies</a></li>
-      <li><a href="dependency-convergence.html" title="Dependency 
Convergence"><span class="none"></span>Dependency Convergence</a></li>
-      <li class="active"><a href="#"><span class="none"></span>CI 
Management</a></li>
-      <li><a href="plugin-management.html" title="Plugin Management"><span 
class="none"></span>Plugin Management</a></li>
-      <li><a href="plugins.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
-      <li><a href="distribution-management.html" title="Distribution 
Management"><span class="none"></span>Distribution Management</a></li>
-     </ul></li>
-    <li><a href="project-reports.html" title="Project Reports"><span 
class="icon-chevron-right"></span>Project Reports</a></li>
-   <li class="nav-header">Maven Projects</li>
-    <li><a href="../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
-    <li><a href="../../archetypes/index.html" title="Archetypes"><span 
class="none"></span>Archetypes</a></li>
-    <li><a href="../../extensions/index.html" title="Extensions"><span 
class="none"></span>Extensions</a></li>
-    <li><a href="../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
-    <li><a href="../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
-    <li><a href="../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
-    <li><a href="" title=""><span class="icon-chevron-down"></span></a>
-     <ul class="nav nav-list">
-      <li><a href="../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
-      <li><a href="../../resolver/index.html" title="Artifact Resolver"><span 
class="none"></span>Artifact Resolver</a></li>
-      <li><a href="../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
-      <li><a href="../../maven-indexer/index.html" title="Indexer"><span 
class="none"></span>Indexer</a></li>
-      <li><a href="../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
-      <li><a href="../../plugin-testing/index.html" title="Plugin 
Testing"><span class="none"></span>Plugin Testing</a></li>
-      <li><a href="../../plugin-tools/index.html" title="Plugin Tools"><span 
class="none"></span>Plugin Tools</a></li>
-      <li><a href="../../apache-resource-bundles/index.html" title="Resource 
Bundles"><span class="none"></span>Resource Bundles</a></li>
-      <li><a href="../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
-      <li><a href="../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
-      <li><a href="../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
-      <li><a href="../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
-     </ul></li>
-   <li class="nav-header">ASF</li>
-    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
-    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
-    <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html"; 
class="externalLink" title="Data Privacy"><span class="none"></span>Data 
Privacy</a></li>
-    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
-    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
   </ul>
           </nav>
           <div class="well sidebar-nav">


Reply via email to