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 hb...@apache.org on 2019/10/27 17:24:26 UTC

svn commit: r1869047 [2/5] - in /maven/website/components/plugins-archives/maven-deploy-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/deploy/ examples/ testapidocs/ testapidocs/org/apache/maven/plugins/deploy/ testapidocs/org/apache/maven...

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-ftp.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-ftp.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-ftp.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploy-ftp.apt at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploy-ftp.apt at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Deployment of artifacts with FTP</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Deployment of artifacts with FTP <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/deploy-ftp.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,13 +56,14 @@
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="../project-deployment.html" title="Project Deployment"><span class="icon-chevron-down"></span>Project Deployment</a>
     <ul class="nav nav-list">
     <li class="active"><a href="#"><span class="none"></span>Deployment with FTP</a></li>
     <li><a href="../examples/deploy-ssh-external.html" title="Deployment with external SSH"><span class="none"></span>Deployment with external SSH</a></li>
+    <li><a href="../examples/deploy-network-issues.html" title="Deploying With Network Issues"><span class="none"></span>Deploying With Network Issues</a></li>
     </ul>
 </li>
     <li><a href="../file-deployment.html" title="File Deployment"><span class="icon-chevron-right"></span>File Deployment</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-network-issues.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-network-issues.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-network-issues.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploy-network-issues.apt at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploy-network-issues.apt at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Hervé Boutemy" />
     <meta name="Date-Creation-yyyymmdd" content="20190120" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Deploying With Network Issues</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Deploying With Network Issues <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/deploy-network-issues.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,10 +56,16 @@
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
-    <li><a href="../project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>
+    <li><a href="../project-deployment.html" title="Project Deployment"><span class="icon-chevron-down"></span>Project Deployment</a>
+    <ul class="nav nav-list">
+    <li><a href="../examples/deploy-ftp.html" title="Deployment with FTP"><span class="none"></span>Deployment with FTP</a></li>
+    <li><a href="../examples/deploy-ssh-external.html" title="Deployment with external SSH"><span class="none"></span>Deployment with external SSH</a></li>
+    <li class="active"><a href="#"><span class="none"></span>Deploying With Network Issues</a></li>
+    </ul>
+</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>
@@ -144,8 +150,8 @@
 <p>Of course, you can configure the repository in your <tt>pom.xml</tt> if you want to go from a temporary strategy to the general strategy.</p></div>
 <div class="section">
 <h4><a name="Copying_from_Local_Directory_to_Target_Remote_Repository"></a>Copying from Local Directory to Target Remote Repository</h4>
-<p><tt>wagon-maven-plugin</tt>'s <a class="externalLink" href="http://www.mojohaus.org/wagon-maven-plugin/merge-maven-repos-mojo.html"><tt>merge-maven-repos</tt> goal</a> provides a mechanism to copy from one remote repository to the other, while merging repository metadata.</p>
-<p><tt>wagon-maven-plugin</tt>'s <a class="externalLink" href="http://www.mojohaus.org/wagon-maven-plugin/upload-mojo.html"><tt>upload</tt> goal</a> will do the same without taking care of repository metadata: use it if you have an empty repository as target, like a staging repository provided by a repository manager.</p>
+<p><tt>wagon-maven-plugin</tt>'s <a class="externalLink" href="https://www.mojohaus.org/wagon-maven-plugin/merge-maven-repos-mojo.html"><tt>merge-maven-repos</tt> goal</a> provides a mechanism to copy from one remote repository to the other, while merging repository metadata.</p>
+<p><tt>wagon-maven-plugin</tt>'s <a class="externalLink" href="https://www.mojohaus.org/wagon-maven-plugin/upload-mojo.html"><tt>upload</tt> goal</a> will do the same without taking care of repository metadata: use it if you have an empty repository as target, like a staging repository provided by a repository manager.</p>
 <p>It can be invoked fully from command line (renaming <tt>-Dwagon.</tt> with <tt>wagon.targetId</tt> when <a class="externalLink" href="https://github.com/mojohaus/wagon-maven-plugin/pull/26">Wagon Maven Plugin 2.0.1 will be released</a>):</p>
 <div class="source"><pre class="prettyprint linenums">mvn org.codehaus.mojo:wagon-maven-plugin:2.0.0:merge-maven-repos \
   -Dwagon.source=file:./target/staging-deploy \

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-ssh-external.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-ssh-external.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploy-ssh-external.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploy-ssh-external.apt at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploy-ssh-external.apt at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Jason van Zyl" />
     <meta name="Date-Creation-yyyymmdd" content="20051012" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Deployment of artifacts in an external SSH command</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Deployment of artifacts in an external SSH command <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/deploy-ssh-external.apt"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,13 +56,14 @@
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="../project-deployment.html" title="Project Deployment"><span class="icon-chevron-down"></span>Project Deployment</a>
     <ul class="nav nav-list">
     <li><a href="../examples/deploy-ftp.html" title="Deployment with FTP"><span class="none"></span>Deployment with FTP</a></li>
     <li class="active"><a href="#"><span class="none"></span>Deployment with external SSH</a></li>
+    <li><a href="../examples/deploy-network-issues.html" title="Deploying With Network Issues"><span class="none"></span>Deploying With Network Issues</a></li>
     </ul>
 </li>
     <li><a href="../file-deployment.html" title="File Deployment"><span class="icon-chevron-right"></span>File Deployment</a></li>
@@ -183,7 +184,7 @@
    ...
  &lt;/settings&gt;
 </pre></div>
-<p><b>NOTE:</b> If you are using Putty it will expect the private key to be in the <tt>PPK</tt> format and not the standard format so make sure you use <tt>puttygen</tt> to convert your openssh format key to <tt>PPK</tt> format or generate another one. Windows users can find the Putty tools on the <a class="externalLink" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY Download Page</a>.</p></div>
+<p><b>NOTE:</b> If you are using Putty it will expect the private key to be in the <tt>PPK</tt> format and not the standard format so make sure you use <tt>puttygen</tt> to convert your openssh format key to <tt>PPK</tt> format or generate another one. Windows users can find the Putty tools on the <a class="externalLink" href="https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html">PuTTY Download Page</a>.</p></div>
         </div>
       </div>
     </div>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-in-legacy-layout.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-in-legacy-layout.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-in-legacy-layout.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploying-in-legacy-layout.apt.vm at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploying-in-legacy-layout.apt.vm at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Allan Ramirez" />
     <meta name="Date-Creation-yyyymmdd" content="20060621" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Deploy an artifact in legacy layout</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Deploy an artifact in legacy layout <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/deploying-in-legacy-layout.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,14 +56,14 @@
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">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-down"></span>File Deployment</a>
     <ul class="nav nav-list">
     <li><a href="../examples/disabling-generic-pom.html" title="Disable the generation of pom"><span class="none"></span>Disable the generation of pom</a></li>
-    <li><a href="../examples/deploying-with-customed-pom.html" title="Deploy an artifact with a customed pom"><span class="none"></span>Deploy an artifact with a customed pom</a></li>
+    <li><a href="../examples/deploying-with-customized-pom.html" title="Deploy an artifact with a customized pom"><span class="none"></span>Deploy an artifact with a customized pom</a></li>
     <li><a href="../examples/deploying-with-classifiers.html" title="Deploy an artifact with classifier"><span class="none"></span>Deploy an artifact with classifier</a></li>
     <li><a href="../examples/deploying-sources-javadoc.html" title="Deploy an artifact with sources and javadoc"><span class="none"></span>Deploy an artifact with sources and javadoc</a></li>
     <li class="active"><a href="#"><span class="none"></span>Deploy an artifact in legacy layout</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-sources-javadoc.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-sources-javadoc.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-sources-javadoc.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploying-sources-javadoc.apt.vm at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploying-sources-javadoc.apt.vm at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="200110223" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Deploy sources and javadocs for an artifact</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -30,8 +30,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -42,7 +42,7 @@
       <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 ">Deploy sources and javadocs for an artifact <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/deploying-sources-javadoc.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -55,14 +55,14 @@
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">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-down"></span>File Deployment</a>
     <ul class="nav nav-list">
     <li><a href="../examples/disabling-generic-pom.html" title="Disable the generation of pom"><span class="none"></span>Disable the generation of pom</a></li>
-    <li><a href="../examples/deploying-with-customed-pom.html" title="Deploy an artifact with a customed pom"><span class="none"></span>Deploy an artifact with a customed pom</a></li>
+    <li><a href="../examples/deploying-with-customized-pom.html" title="Deploy an artifact with a customized pom"><span class="none"></span>Deploy an artifact with a customized pom</a></li>
     <li><a href="../examples/deploying-with-classifiers.html" title="Deploy an artifact with classifier"><span class="none"></span>Deploy an artifact with classifier</a></li>
     <li class="active"><a href="#"><span class="none"></span>Deploy an artifact with sources and javadoc</a></li>
     <li><a href="../examples/deploying-in-legacy-layout.html" title="Deploy an artifact in legacy layout"><span class="none"></span>Deploy an artifact in legacy layout</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-with-classifiers.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-with-classifiers.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-with-classifiers.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploying-with-classifiers.apt.vm at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploying-with-classifiers.apt.vm at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Robert Scholte" />
     <meta name="Date-Creation-yyyymmdd" content="20130901" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Deploy an artifact with classifier</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Deploy an artifact with classifier <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/deploying-with-classifiers.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,14 +56,14 @@
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">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-down"></span>File Deployment</a>
     <ul class="nav nav-list">
     <li><a href="../examples/disabling-generic-pom.html" title="Disable the generation of pom"><span class="none"></span>Disable the generation of pom</a></li>
-    <li><a href="../examples/deploying-with-customed-pom.html" title="Deploy an artifact with a customed pom"><span class="none"></span>Deploy an artifact with a customed pom</a></li>
+    <li><a href="../examples/deploying-with-customized-pom.html" title="Deploy an artifact with a customized pom"><span class="none"></span>Deploy an artifact with a customized pom</a></li>
     <li class="active"><a href="#"><span class="none"></span>Deploy an artifact with classifier</a></li>
     <li><a href="../examples/deploying-sources-javadoc.html" title="Deploy an artifact with sources and javadoc"><span class="none"></span>Deploy an artifact with sources and javadoc</a></li>
     <li><a href="../examples/deploying-in-legacy-layout.html" title="Deploy an artifact in legacy layout"><span class="none"></span>Deploy an artifact in legacy layout</a></li>
@@ -118,11 +118,11 @@
         <div id="bodyColumn"  class="span10" >
 <div class="section">
 <h2><a name="Deploy_an_artifact_with_classifier"></a>Deploy an artifact with classifier</h2>
-<p>Beside the main artifact there can be additional files which are attached to the Maven project. Such attached filed can be recognized and accessed by their classifier.</p>
-<p>For example: from the following artifact names, the classifier is be located between the version and extension name of the artifact.</p>
+<p>Beside the main artifact there can be additional files which are attached to the Maven project. Such attached files can be recognized and accessed by their classifier.</p>
+<p>For example: from the following artifact names, the classifier is located between the version and extension name of the artifact.</p>
 <ul>
-<li><tt>artifact-name-1.0.jar</tt> the main jar which contains classes compiled without <a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug">debugging</a> information (such as linenumbers)</li>
-<li><tt>artifact-name-1.0-debug.jar</tt> the classified jar which contains classes compiled with <a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug">debugging</a> information, so will be smaller</li>
+<li><tt>artifact-name-1.0.jar</tt> the main jar which contains classes compiled without <a class="externalLink" href="https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug">debugging</a> information (such as linenumbers)</li>
+<li><tt>artifact-name-1.0-debug.jar</tt> the classified jar which contains classes compiled with <a class="externalLink" href="https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug">debugging</a> information, so will be larger</li>
 <li><tt>artifact-name-1.0-site.pdf</tt> a pdf which contains an export of the site documentation. </li></ul>
 <p>You can deploy the main artifact and the classified artifacts in a single run. Let's assume the original filename for the documentation is <tt>site.pdf</tt>: </p>
 <div class="source"><pre class="prettyprint linenums">mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2-SNAPSHOT:deploy-file -Durl=http://localhost:8081/repomanager/ \

Added: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-with-customized-pom.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-with-customized-pom.html (added)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/deploying-with-customized-pom.html Sun Oct 27 17:24:25 2019
@@ -0,0 +1,142 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/deploying-with-customized-pom.apt.vm at 2019-10-27
+ | Rendered using Apache Maven Fluido Skin 1.7
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="author" content="Allan Ramirez" />
+    <meta name="Date-Creation-yyyymmdd" content="20060621" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Maven Deploy Plugin &#x2013; Deploy an artifact with a customized pom</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
+    <link rel="stylesheet" href="../css/site.css" />
+    <link rel="stylesheet" href="../css/print.css" media="print" />
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.7.min.js"></script>
+    <!-- Google Analytics -->
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-140879-1']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+  </head>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <div id="banner">
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+      <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>
+      <li class=""><a href="../../../index.html" title="Maven">Maven</a><span class="divider">/</span></li>
+      <li class=""><a href="../../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li>
+      <li class=""><a href="../index.html" title="Apache Maven Deploy Plugin">Apache Maven Deploy Plugin</a><span class="divider">/</span></li>
+    <li class="active ">Deploy an artifact with a customized pom <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/deploying-with-customized-pom.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
+          <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
+        </ul>
+      </div>
+      <div class="row-fluid">
+        <div id="leftColumn" class="span2">
+          <div class="well sidebar-nav">
+    <ul class="nav nav-list">
+      <li class="nav-header">Overview</li>
+    <li><a href="../index.html" title="Introduction"><span class="none"></span>Introduction</a></li>
+    <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
+    <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
+    <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
+      <li class="nav-header">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-down"></span>File Deployment</a>
+    <ul class="nav nav-list">
+    <li><a href="../examples/disabling-generic-pom.html" title="Disable the generation of pom"><span class="none"></span>Disable the generation of pom</a></li>
+    <li class="active"><a href="#"><span class="none"></span>Deploy an artifact with a customized pom</a></li>
+    <li><a href="../examples/deploying-with-classifiers.html" title="Deploy an artifact with classifier"><span class="none"></span>Deploy an artifact with classifier</a></li>
+    <li><a href="../examples/deploying-sources-javadoc.html" title="Deploy an artifact with sources and javadoc"><span class="none"></span>Deploy an artifact with sources and javadoc</a></li>
+    <li><a href="../examples/deploying-in-legacy-layout.html" title="Deploy an artifact in legacy layout"><span class="none"></span>Deploy an artifact in legacy layout</a></li>
+    </ul>
+</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-right"></span>Project Reports</a></li>
+      <li class="nav-header">Maven Projects</li>
+    <li><a href="../../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li>
+    <li><a href="../../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li>
+    <li><a href="../../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li>
+    <li><a href="../../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li>
+    <li><a href="../../../ref/current" title="Maven"><span class="none"></span>Maven</a></li>
+    <li><a href="../../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li>
+    <li><a href="../../index.html" title="Plugins"><span class="none"></span>Plugins</a></li>
+    <li><a href="../../../plugin-testing/index.html" title="Plugin Testing"><span class="none"></span>Plugin Testing</a></li>
+    <li><a href="../../../plugin-tools/index.html" title="Plugin Tools"><span class="none"></span>Plugin Tools</a></li>
+    <li><a href="../../../apache-resource-bundles/index.html" title="Resource Bundles"><span class="none"></span>Resource Bundles</a></li>
+    <li><a href="../../../scm/index.html" title="SCM"><span class="none"></span>SCM</a></li>
+    <li><a href="../../../shared/index.html" title="Shared Components"><span class="none"></span>Shared Components</a></li>
+    <li><a href="../../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li>
+    <li><a href="../../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li>
+    <li><a href="../../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li>
+      <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+</ul>
+<form id="search-form" action="https://www.google.com/search" method="get" >
+  <input value="maven.apache.org/plugins/maven-deploy-plugin/" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script>
+          <hr />
+          <div id="poweredBy">
+    <script type="text/javascript">asyncJs( 'https://apis.google.com/js/plusone.js' )</script>
+    <div class="g-plusone" data-href="https://maven.apache.org/plugins/maven-deploy-plugin/" data-size="tall" ></div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+    <div id="twitter">
+    <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a>
+    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    </div>
+            <div class="clear"></div>
+            <div class="clear"></div>
+<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /></a>
+            </div>
+          </div>
+        </div>
+        <div id="bodyColumn"  class="span10" >
+<div class="section">
+<h2><a name="Deploy_an_artifact_with_a_customized_pom"></a>Deploy an artifact with a customized pom</h2>
+<p>If there is already an existing pom and want it to be deployed together with the 3rd party artifact, set the <b>pomFile</b> parameter to the path of the pom.xml.</p>
+<div class="source"><pre class="prettyprint linenums">mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M2-SNAPSHOT:deploy-file -Durl=file:///C:/m2-repo \
+                                                                            -DrepositoryId=some.id \
+                                                                            -Dfile=path-to-your-artifact-jar \
+                                                                            -DpomFile=path-to-your-pom.xml</pre></div>
+<p>Note that the groupId, artifactId, version and packaging informations are automatically retrieved from the given pom.</p>
+<p><b>Note</b>: By using the fully qualified path of a goal, you're ensured to be using the preferred version of the maven-deploy-plugin. When using <tt>mvn deploy:deploy-file</tt> its version depends on its specification in the pom or the version of Apache Maven.</p></div>
+        </div>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>Copyright &copy;2004&#x2013;2019
+<a href="https://www.apache.org/">The Apache Software Foundation</a>.
+All rights reserved.</p>
+        </div>
+      </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/disabling-generic-pom.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/disabling-generic-pom.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/examples/disabling-generic-pom.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/disabling-generic-pom.apt.vm at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/examples/disabling-generic-pom.apt.vm at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Allan Ramirez" />
     <meta name="Date-Creation-yyyymmdd" content="20060621" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Disable the generation of pom</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../../" id="bannerRight"><img src="../../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Disable the generation of pom <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/examples/disabling-generic-pom.apt.vm"><img src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,14 +56,14 @@
     <li><a href="../plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="../usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="../faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="../download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">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-down"></span>File Deployment</a>
     <ul class="nav nav-list">
     <li class="active"><a href="#"><span class="none"></span>Disable the generation of pom</a></li>
-    <li><a href="../examples/deploying-with-customed-pom.html" title="Deploy an artifact with a customed pom"><span class="none"></span>Deploy an artifact with a customed pom</a></li>
+    <li><a href="../examples/deploying-with-customized-pom.html" title="Deploy an artifact with a customized pom"><span class="none"></span>Deploy an artifact with a customized pom</a></li>
     <li><a href="../examples/deploying-with-classifiers.html" title="Deploy an artifact with classifier"><span class="none"></span>Deploy an artifact with classifier</a></li>
     <li><a href="../examples/deploying-sources-javadoc.html" title="Deploy an artifact with sources and javadoc"><span class="none"></span>Deploy an artifact with sources and javadoc</a></li>
     <li><a href="../examples/deploying-in-legacy-layout.html" title="Deploy an artifact in legacy layout"><span class="none"></span>Deploy an artifact in legacy layout</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/faq.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/faq.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/faq.html Sun Oct 27 17:24:25 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/fml/faq.fml at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/fml/faq.fml at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Frequently Asked Questions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -29,8 +29,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -41,7 +41,7 @@
       <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 ">Frequently Asked Questions <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/fml/faq.fml"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -54,7 +54,7 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li class="active"><a href="#"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/file-deployment.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/file-deployment.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/file-deployment.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/file-deployment.apt at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/file-deployment.apt at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Allan Ramirez" />
     <meta name="Date-Creation-yyyymmdd" content="20060714" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Project Deployment</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Project Deployment <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/file-deployment.apt"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,14 +56,14 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>
     <li class="active"><a href="#"><span class="icon-chevron-down"></span>File Deployment</a>
     <ul class="nav nav-list">
     <li><a href="examples/disabling-generic-pom.html" title="Disable the generation of pom"><span class="none"></span>Disable the generation of pom</a></li>
-    <li><a href="examples/deploying-with-customed-pom.html" title="Deploy an artifact with a customed pom"><span class="none"></span>Deploy an artifact with a customed pom</a></li>
+    <li><a href="examples/deploying-with-customized-pom.html" title="Deploy an artifact with a customized pom"><span class="none"></span>Deploy an artifact with a customized pom</a></li>
     <li><a href="examples/deploying-with-classifiers.html" title="Deploy an artifact with classifier"><span class="none"></span>Deploy an artifact with classifier</a></li>
     <li><a href="examples/deploying-sources-javadoc.html" title="Deploy an artifact with sources and javadoc"><span class="none"></span>Deploy an artifact with sources and javadoc</a></li>
     <li><a href="examples/deploying-in-legacy-layout.html" title="Deploy an artifact in legacy layout"><span class="none"></span>Deploy an artifact in legacy layout</a></li>
@@ -121,7 +121,7 @@
 <p>Here are examples of using the deploy plugin for file deployment:</p>
 <ul>
 <li><a href="./examples/disabling-generic-pom.html">Disable the generation of pom</a></li>
-<li><a href="./examples/deploying-with-customed-pom.html">Deploy an artifact with a customized pom</a></li>
+<li><a href="./examples/deploying-with-customized-pom.html">Deploy an artifact with a customized pom</a></li>
 <li><a href="./examples/deploying-with-classifiers.html">Deploy an artifact with classifier</a></li>
 <li><a href="./examples/deploying-sources-javadoc.html">Deploy an artifact with sources and javadoc jars</a></li>
 <li><a href="./examples/deploying-in-legacy-layout.html">Deploy an artifact in legacy layout</a></li></ul></div>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/findbugs.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/findbugs.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/findbugs.html Sun Oct 27 17:24:25 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; FindBugs Bug Detector Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -29,8 +29,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -41,7 +41,7 @@
       <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 ">FindBugs Bug Detector Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -54,7 +54,7 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>
@@ -73,7 +73,6 @@
     <li class="active"><a href="#"><span class="none"></span>FindBugs</a></li>
     <li><a href="sonar.html" title="Sonar"><span class="none"></span>Sonar</a></li>
     <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li>
-    <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li>
     </ul>
 </li>
       <li class="nav-header">Maven Projects</li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/help-mojo.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/help-mojo.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/help-mojo.html Sun Oct 27 17:24:25 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from target/generated-site/xdoc/help-mojo.xml at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from target/generated-site/xdoc/help-mojo.xml at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; deploy:help</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -29,8 +29,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -41,7 +41,7 @@
       <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 ">deploy:help</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -54,7 +54,7 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/index.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/index.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/index.html Sun Oct 27 17:24:25 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/index.apt.vm at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from src/site/apt/index.apt.vm at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="author" content="Jerome Lacoste" />
     <meta name="Date-Creation-yyyymmdd" content="20130722" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -31,8 +31,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -43,7 +43,7 @@
       <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 ">Introduction <a href="https://github.com/apache/maven-deploy-plugin/tree/HEAD/src/site/apt/index.apt.vm"><img src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -56,7 +56,7 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>
@@ -155,7 +155,7 @@
 <h3><a name="Usage"></a>Usage</h3>
 <p>General instructions on how to use the Deploy Plugin can be found on the <a href="./usage.html">usage page</a>. Some more specific use cases are described in the examples given below.</p>
 <p>In case you still have questions regarding the plugin's usage, please have a look at the <a href="./faq.html">FAQ</a> and feel free to contact the <a href="./mail-lists.html">user mailing list</a>. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the <a href="./mail-lists.html">mail archive</a>.</p>
-<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="http://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div>
+<p>If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our <a href="./issue-tracking.html">issue tracker</a>. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our <a href="./source-repository.html">source repository</a> and will find supplementary information in the <a class="externalLink" href="https://maven.apache.org/guides/development/guide-helping.html">guide to helping with Maven</a>.</p></div>
 <div class="section">
 <h3><a name="Examples"></a>Examples</h3>
 <p>To provide you with better understanding on some usages of the deploy plugin, you can take a look into the following examples:</p>
@@ -167,7 +167,7 @@
 <p><i>File Deployment:</i></p>
 <ul>
 <li><a href="./examples/disabling-generic-pom.html">Disable the generation of pom</a></li>
-<li><a href="./examples/deploying-with-customed-pom.html">Deploy an artifact with a customed pom</a></li>
+<li><a href="./examples/deploying-with-customized-pom.html">Deploy an artifact with a customized pom</a></li>
 <li><a href="./examples/deploying-with-classifiers.html">Deploy an artifact with classifier</a></li>
 <li><a href="./examples/disabling-timestamps-suffix.html">Disable timestamps suffix in an artifact</a></li>
 <li><a href="./examples/deploying-in-legacy-layout.html">Deploy an artifact in legacy layout</a></li></ul></div></div>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/issue-management.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/issue-management.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/issue-management.html Sun Oct 27 17:24:25 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -29,8 +29,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -41,7 +41,7 @@
       <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 ">Issue Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -54,7 +54,7 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/mailing-lists.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/mailing-lists.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/mailing-lists.html Sun Oct 27 17:24:25 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -29,8 +29,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -41,7 +41,7 @@
       <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 ">Project Mailing Lists</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -54,7 +54,7 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/plugin-info.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/plugin-info.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/plugin-info.html Sun Oct 27 17:24:25 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-plugin-plugin:3.5.2:report at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-plugin-plugin:3.5.2:report at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Plugin Documentation</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -29,8 +29,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -41,7 +41,7 @@
       <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 ">Plugin Documentation</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -54,7 +54,7 @@
     <li class="active"><a href="#"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>
@@ -73,7 +73,6 @@
     <li><a href="findbugs.html" title="FindBugs"><span class="none"></span>FindBugs</a></li>
     <li><a href="sonar.html" title="Sonar"><span class="none"></span>Sonar</a></li>
     <li class="active"><a href="#"><span class="none"></span>Plugin Documentation</a></li>
-    <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li>
     </ul>
 </li>
       <li class="nav-header">Maven Projects</li>

Modified: maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/plugin-management.html
==============================================================================
--- maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/plugin-management.html (original)
+++ maven/website/components/plugins-archives/maven-deploy-plugin-LATEST/plugin-management.html Sun Oct 27 17:24:25 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2019-05-05
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2019-10-27
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190505" />
+    <meta name="Date-Revision-yyyymmdd" content="20191027" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Maven Deploy Plugin &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -29,8 +29,8 @@
   <body class="topBarDisabled">
     <div class="container-fluid">
       <div id="banner">
-        <div class="pull-left"><a href="http://www.apache.org/" id="bannerLeft"><img src="http://maven.apache.org/images/apache-maven-project.png"  alt=""/></a></div>
-        <div class="pull-right"><a href="http://maven.apache.org/" id="bannerRight"><img src="http://maven.apache.org/images/maven-logo-black-on-white.png"  alt=""/></a></div>
+        <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png"  alt=""/></a></div>
+        <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png"  alt=""/></a></div>
         <div class="clear"><hr/></div>
       </div>
 
@@ -41,7 +41,7 @@
       <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 ">Project Plugin Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-05-05</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-10-27</li>
           <li id="projectVersion" class="pull-right">Version: 3.0.0-M2-SNAPSHOT</li>
         </ul>
       </div>
@@ -54,7 +54,7 @@
     <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li>
     <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li>
     <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li>
-    <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
+    <li><a href="https://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li>
     <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li>
       <li class="nav-header">Examples</li>
     <li><a href="project-deployment.html" title="Project Deployment"><span class="icon-chevron-right"></span>Project Deployment</a></li>