Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/stage-deploy-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/stage-deploy-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/stage-deploy-mojo.html
 Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-plugin-report-plugin:3.12.0:report at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-plugin-report-plugin:3.12.0:report at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Site Plugin">Apache Maven 
Site Plugin</a><span class="divider">/</span></li>
     <li class="active ">site:stage-deploy</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -73,6 +73,7 @@
     <li><a href="examples/multimodule.html" title="Building a multi-module 
site"><span class="none"></span>Building a multi-module site</a></li>
     <li><a href="examples/siterun.html" title="Configuring Site Run"><span 
class="none"></span>Configuring Site Run</a></li>
     <li><a href="examples/moduleexcludes.html" title="Excluding Document 
Formats"><span class="none"></span>Excluding Document Formats</a></li>
+    <li><a href="examples/inheritance-site-distribution-management.html" 
title="Inheritance of the Site Distribution Management"><span 
class="none"></span>Inheritance of the Site Distribution Management</a></li>
    <li class="nav-header">Reports</li>
     <li><a href="examples/configuring-reports.html" title="Configuring 
Reports"><span class="none"></span>Configuring Reports</a></li>
     <li><a href="i18n.html" title="Reports Internationalization"><span 
class="none"></span>Reports Internationalization</a></li>
@@ -127,7 +128,7 @@
 <section>
 <h2><a name="site:stage-deploy"></a>site:stage-deploy</h2><a 
name="site:stage-deploy"></a>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M15:stage-deploy</p>
+<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:stage-deploy</p>
 <p><strong>Description</strong>:</p>
 <p>Deploys the generated site to a staging or mock URL to the site URL 
specified in the <code>&lt;distributionManagement&gt;</code> section of the 
POM, using wagon supported protocols</p>
 <p><strong>Attributes</strong>:</p>
@@ -186,11 +187,11 @@
 <td><code>3.0</code></td>
 <td>Set this to 'true' to skip site deployment.<br /><strong>Default</strong>: 
<code>false</code><br /><strong>User Property</strong>: 
<code>maven.site.deploy.skip</code></td></tr>
 <tr class="b">
-<td align="left"><a 
href="#stagingRepositoryId"><code>&lt;stagingRepositoryId&gt;</code></a></td>
+<td align="left"><a 
href="#stagingSiteId"><code>&lt;stagingSiteId&gt;</code></a></td>
 <td><code>String</code></td>
 <td><code>2.0.1</code></td>
-<td>The identifier of the repository where the staging site will be deployed. 
This id will be used to lookup a corresponding <code>&lt;server&gt;</code> 
entry from the <code>settings.xml</code>. If a matching 
<code>&lt;server&gt;</code> entry is found, its configured credentials will be 
used for authentication. 
-<p></p> If this is not specified, then the corresponding value of 
<code>distributionManagement.site.id</code> will be taken as default, unless 
this is not defined either then the String <code>"stagingSite"</code> is used. 
(<strong>Note</strong>: until v. 2.3 and 3.0-beta-3 the String 
<code>"stagingSite"</code> is always used.)<br /><strong>User 
Property</strong>: <code>stagingRepositoryId</code></td></tr>
+<td>The identifier of the site where the staged site will be deployed. This id 
will be used to lookup a corresponding <code>&lt;server&gt;</code> entry from 
the <code>settings.xml</code>. If a matching <code>&lt;server&gt;</code> entry 
is found, its configured credentials will be used for authentication. 
+<p></p> If this is not specified, then the corresponding value of 
<code>distributionManagement.site.id</code> will be taken as default, unless 
this is not defined either then the String <code>"stagingSite"</code> is used. 
Note that the alias <code>stagingRepositoryId</code> is deprecated for 
removal.<br /><strong>User Property</strong>: <code>stagingSiteId</code><br 
/><strong>Alias</strong>: <code>stagingRepositoryId</code></td></tr>
 <tr class="a">
 <td align="left"><a 
href="#stagingSiteURL"><code>&lt;stagingSiteURL&gt;</code></a></td>
 <td><code>String</code></td>
@@ -259,15 +260,16 @@
 <li><strong>Since</strong>: <code>3.0</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
 <li><strong>User Property</strong>: <code>maven.site.deploy.skip</code></li>
-<li><strong>Default</strong>: <code>false</code></li></ul><hr /></section><a 
name="stagingRepositoryId"><section>
-<h4><a 
name="a.3CstagingRepositoryId.3E"></a>&lt;stagingRepositoryId&gt;</h4><a 
name="a.3CstagingRepositoryId.3E"></a></a>
-<div>The identifier of the repository where the staging site will be deployed. 
This id will be used to lookup a corresponding <code>&lt;server&gt;</code> 
entry from the <code>settings.xml</code>. If a matching 
<code>&lt;server&gt;</code> entry is found, its configured credentials will be 
used for authentication. 
-<p></p> If this is not specified, then the corresponding value of 
<code>distributionManagement.site.id</code> will be taken as default, unless 
this is not defined either then the String <code>"stagingSite"</code> is used. 
(<strong>Note</strong>: until v. 2.3 and 3.0-beta-3 the String 
<code>"stagingSite"</code> is always used.)</div>
+<li><strong>Default</strong>: <code>false</code></li></ul><hr /></section><a 
name="stagingSiteId"><section>
+<h4><a name="a.3CstagingSiteId.3E"></a>&lt;stagingSiteId&gt;</h4><a 
name="a.3CstagingSiteId.3E"></a></a>
+<div>The identifier of the site where the staged site will be deployed. This 
id will be used to lookup a corresponding <code>&lt;server&gt;</code> entry 
from the <code>settings.xml</code>. If a matching <code>&lt;server&gt;</code> 
entry is found, its configured credentials will be used for authentication. 
+<p></p> If this is not specified, then the corresponding value of 
<code>distributionManagement.site.id</code> will be taken as default, unless 
this is not defined either then the String <code>"stagingSite"</code> is used. 
Note that the alias <code>stagingRepositoryId</code> is deprecated for 
removal.</div>
 <ul>
 <li><strong>Type</strong>: <code>java.lang.String</code></li>
 <li><strong>Since</strong>: <code>2.0.1</code></li>
 <li><strong>Required</strong>: <code>No</code></li>
-<li><strong>User Property</strong>: 
<code>stagingRepositoryId</code></li></ul><hr /></section><a 
name="stagingSiteURL"><section>
+<li><strong>User Property</strong>: <code>stagingSiteId</code></li>
+<li><strong>Alias</strong>: <code>stagingRepositoryId</code></li></ul><hr 
/></section><a name="stagingSiteURL"><section>
 <h4><a name="a.3CstagingSiteURL.3E"></a>&lt;stagingSiteURL&gt;</h4><a 
name="a.3CstagingSiteURL.3E"></a></a>
 <div>The staged site will be deployed to this URL. 
 <p></p> If you don't specify this, the default-value will be 
"${project.distributionManagement.site.url}/staging", where "project" is either 
the current project or, in a reactor build, the top level project in the 
reactor. 

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/stage-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/stage-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/stage-mojo.html
 Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-plugin-report-plugin:3.12.0:report at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-plugin-report-plugin:3.12.0:report at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Site Plugin">Apache Maven 
Site Plugin</a><span class="divider">/</span></li>
     <li class="active ">site:stage</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -73,6 +73,7 @@
     <li><a href="examples/multimodule.html" title="Building a multi-module 
site"><span class="none"></span>Building a multi-module site</a></li>
     <li><a href="examples/siterun.html" title="Configuring Site Run"><span 
class="none"></span>Configuring Site Run</a></li>
     <li><a href="examples/moduleexcludes.html" title="Excluding Document 
Formats"><span class="none"></span>Excluding Document Formats</a></li>
+    <li><a href="examples/inheritance-site-distribution-management.html" 
title="Inheritance of the Site Distribution Management"><span 
class="none"></span>Inheritance of the Site Distribution Management</a></li>
    <li class="nav-header">Reports</li>
     <li><a href="examples/configuring-reports.html" title="Configuring 
Reports"><span class="none"></span>Configuring Reports</a></li>
     <li><a href="i18n.html" title="Reports Internationalization"><span 
class="none"></span>Reports Internationalization</a></li>
@@ -127,7 +128,7 @@
 <section>
 <h2><a name="site:stage"></a>site:stage</h2><a name="site:stage"></a>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M15:stage</p>
+<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:stage</p>
 <p><strong>Description</strong>:</p>
 <p>Deploys the generated site to a local staging or mock directory based on 
the site URL specified in the <code>&lt;distributionManagement&gt;</code> 
section of the POM. 
 <p>It can be used to test that links between module sites in a multi-module 
build work.</p>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/summary.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/summary.html 
Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:summary at 
2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:summary at 
2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Site Plugin">Apache Maven 
Site Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Summary</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -73,6 +73,7 @@
     <li><a href="examples/multimodule.html" title="Building a multi-module 
site"><span class="none"></span>Building a multi-module site</a></li>
     <li><a href="examples/siterun.html" title="Configuring Site Run"><span 
class="none"></span>Configuring Site Run</a></li>
     <li><a href="examples/moduleexcludes.html" title="Excluding Document 
Formats"><span class="none"></span>Excluding Document Formats</a></li>
+    <li><a href="examples/inheritance-site-distribution-management.html" 
title="Inheritance of the Site Distribution Management"><span 
class="none"></span>Inheritance of the Site Distribution Management</a></li>
    <li class="nav-header">Reports</li>
     <li><a href="examples/configuring-reports.html" title="Configuring 
Reports"><span class="none"></span>Configuring Reports</a></li>
     <li><a href="i18n.html" title="Reports Internationalization"><span 
class="none"></span>Reports Internationalization</a></li>
@@ -180,7 +181,7 @@
 <td>maven-site-plugin</td></tr>
 <tr class="b">
 <td align="left">Version</td>
-<td>4.0.0-M15</td></tr>
+<td>4.0.0-M16</td></tr>
 <tr class="a">
 <td align="left">Type</td>
 <td>maven-plugin</td></tr>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/surefire-report.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/surefire-report.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/surefire-report.html
 Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-surefire-report-plugin:3.2.5:report at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-surefire-report-plugin:3.2.5:report at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Site Plugin">Apache Maven 
Site Plugin</a><span class="divider">/</span></li>
     <li class="active ">Surefire Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -73,6 +73,7 @@
     <li><a href="examples/multimodule.html" title="Building a multi-module 
site"><span class="none"></span>Building a multi-module site</a></li>
     <li><a href="examples/siterun.html" title="Configuring Site Run"><span 
class="none"></span>Configuring Site Run</a></li>
     <li><a href="examples/moduleexcludes.html" title="Excluding Document 
Formats"><span class="none"></span>Excluding Document Formats</a></li>
+    <li><a href="examples/inheritance-site-distribution-management.html" 
title="Inheritance of the Site Distribution Management"><span 
class="none"></span>Inheritance of the Site Distribution Management</a></li>
    <li class="nav-header">Reports</li>
     <li><a href="examples/configuring-reports.html" title="Configuring 
Reports"><span class="none"></span>Configuring Reports</a></li>
     <li><a href="i18n.html" title="Reports Internationalization"><span 
class="none"></span>Reports Internationalization</a></li>
@@ -169,7 +170,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>4.883 s</td></tr></table><br />
+<td>3.033 s</td></tr></table><br />
 <p>Note: failures are anticipated and checked for with assertions while errors 
are unanticipated.</p><br /></section><section><a id="Package_List"></a>
 <h2><a name="Package_List"></a>Package List</h2>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] 
[<a href="#Test_Cases">Test Cases</a>]</p><br />
@@ -189,7 +190,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.002 s</td></tr>
+<td>0.031 s</td></tr>
 <tr class="a">
 <td align="left"><a 
href="#org.apache.maven.plugins.site.deploy">org.apache.maven.plugins.site.deploy</a></td>
 <td>4</td>
@@ -197,7 +198,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>4.881 s</td></tr></table><br />
+<td>3.002 s</td></tr></table><br />
 <p>Note: package statistics are not computed recursively, they only sum up all 
of its testsuites numbers.</p><section><a 
id="org.apache.maven.plugins.site.run"></a>
 <h3><a 
name="org.apache.maven.plugins.site.run"></a>org.apache.maven.plugins.site.run</h3>
 <table border="0" class="table table-striped">
@@ -218,7 +219,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>0.002 s</td></tr></table></section><section><a 
id="org.apache.maven.plugins.site.deploy"></a>
+<td>0.031 s</td></tr></table></section><section><a 
id="org.apache.maven.plugins.site.deploy"></a>
 <h3><a 
name="org.apache.maven.plugins.site.deploy"></a>org.apache.maven.plugins.site.deploy</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -238,7 +239,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>1.906 s</td></tr>
+<td>1.512 s</td></tr>
 <tr class="a">
 <td align="left"><a 
href="#org.apache.maven.plugins.site.deploy.SiteDeployWebDavTest"><img 
src="images/icon_success_sml.gif" alt="" /></a></td>
 <td><a 
href="#org.apache.maven.plugins.site.deploy.SiteDeployWebDavTest">SiteDeployWebDavTest</a></td>
@@ -247,7 +248,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.975 s</td></tr></table></section><br /></section><section><a 
id="Test_Cases"></a>
+<td>1.490 s</td></tr></table></section><br /></section><section><a 
id="Test_Cases"></a>
 <h2><a name="Test_Cases"></a>Test Cases</h2>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] 
[<a href="#Test_Cases">Test Cases</a>]</p><section><a 
id="org.apache.maven.plugins.site.deploy.SiteDeployMojoTest"></a>
 <h3><a name="SiteDeployMojoTest"></a>SiteDeployMojoTest</h3>
@@ -255,27 +256,27 @@ function toggleDisplay(elementId) {
 <tr class="a">
 <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
id="TC_org.apache.maven.plugins.site.deploy.SiteDeployMojoTest.testFoo"></a>testFoo</td>
-<td>1.763 s</td></tr></table></section><section><a 
id="org.apache.maven.plugins.site.deploy.SiteDeployWebDavTest"></a>
+<td>1.351 s</td></tr></table></section><section><a 
id="org.apache.maven.plugins.site.deploy.SiteDeployWebDavTest"></a>
 <h3><a name="SiteDeployWebDavTest"></a>SiteDeployWebDavTest</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
id="TC_org.apache.maven.plugins.site.deploy.SiteDeployWebDavTest.davDeployThruProxyWithoutAuthzInProxy"></a>davDeployThruProxyWithoutAuthzInProxy</td>
-<td>2.139 s</td></tr>
+<td>0.949 s</td></tr>
 <tr class="b">
 <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
id="TC_org.apache.maven.plugins.site.deploy.SiteDeployWebDavTest.noAuthzDavDeploy"></a>noAuthzDavDeploy</td>
-<td>0.281 s</td></tr>
+<td>0.229 s</td></tr>
 <tr class="a">
 <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
id="TC_org.apache.maven.plugins.site.deploy.SiteDeployWebDavTest.davDeployThruProxyWitAuthzInProxy"></a>davDeployThruProxyWitAuthzInProxy</td>
-<td>0.545 s</td></tr></table></section><section><a 
id="org.apache.maven.plugins.site.run.WebXmlTest"></a>
+<td>0.312 s</td></tr></table></section><section><a 
id="org.apache.maven.plugins.site.run.WebXmlTest"></a>
 <h3><a name="WebXmlTest"></a>WebXmlTest</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <td align="left"><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a 
id="TC_org.apache.maven.plugins.site.run.WebXmlTest.testFilters"></a>testFilters</td>
-<td>0 s</td></tr></table></section><br /></section>
+<td>0.031 s</td></tr></table></section><br /></section>
         </main>
       </div>
     </div>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/taglist.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/taglist.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/taglist.html 
Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.codehaus.mojo:taglist-maven-plugin:3.0.0:taglist at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.codehaus.mojo:taglist-maven-plugin:3.0.0:taglist at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Site Plugin">Apache Maven 
Site Plugin</a><span class="divider">/</span></li>
     <li class="active ">Tag List report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -73,6 +73,7 @@
     <li><a href="examples/multimodule.html" title="Building a multi-module 
site"><span class="none"></span>Building a multi-module site</a></li>
     <li><a href="examples/siterun.html" title="Configuring Site Run"><span 
class="none"></span>Configuring Site Run</a></li>
     <li><a href="examples/moduleexcludes.html" title="Excluding Document 
Formats"><span class="none"></span>Excluding Document Formats</a></li>
+    <li><a href="examples/inheritance-site-distribution-management.html" 
title="Inheritance of the Site Distribution Management"><span 
class="none"></span>Inheritance of the Site Distribution Management</a></li>
    <li class="nav-header">Reports</li>
     <li><a href="examples/configuring-reports.html" title="Configuring 
Reports"><span class="none"></span>Configuring Reports</a></li>
     <li><a href="i18n.html" title="Reports Internationalization"><span 
class="none"></span>Reports Internationalization</a></li>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/team.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/team.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/team.html 
Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:team at 
2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.5.0:team at 
2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -49,8 +49,8 @@
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Site Plugin">Apache Maven 
Site Plugin</a><span class="divider">/</span></li>
     <li class="active ">Project Team</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -73,6 +73,7 @@
     <li><a href="examples/multimodule.html" title="Building a multi-module 
site"><span class="none"></span>Building a multi-module site</a></li>
     <li><a href="examples/siterun.html" title="Configuring Site Run"><span 
class="none"></span>Configuring Site Run</a></li>
     <li><a href="examples/moduleexcludes.html" title="Excluding Document 
Formats"><span class="none"></span>Excluding Document Formats</a></li>
+    <li><a href="examples/inheritance-site-distribution-management.html" 
title="Inheritance of the Site Distribution Management"><span 
class="none"></span>Inheritance of the Site Distribution Management</a></li>
    <li class="nav-header">Reports</li>
     <li><a href="examples/configuring-reports.html" title="Configuring 
Reports"><span class="none"></span>Configuring Reports</a></li>
     <li><a href="i18n.html" title="Reports Internationalization"><span 
class="none"></span>Reports Internationalization</a></li>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/usage.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/usage.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/usage.html 
Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/usage.apt at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/usage.apt at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -52,9 +52,9 @@ Maria Odea Ching" />
       <li><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
       <li><a href="../index.html" title="Plugins">Plugins</a><span 
class="divider">/</span></li>
       <li><a href="index.html" title="Apache Maven Site Plugin">Apache Maven 
Site Plugin</a><span class="divider">/</span></li>
-    <li class="active ">Usage <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/usage.apt";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+    <li class="active ">Usage <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/usage.apt";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -77,6 +77,7 @@ Maria Odea Ching" />
     <li><a href="examples/multimodule.html" title="Building a multi-module 
site"><span class="none"></span>Building a multi-module site</a></li>
     <li><a href="examples/siterun.html" title="Configuring Site Run"><span 
class="none"></span>Configuring Site Run</a></li>
     <li><a href="examples/moduleexcludes.html" title="Excluding Document 
Formats"><span class="none"></span>Excluding Document Formats</a></li>
+    <li><a href="examples/inheritance-site-distribution-management.html" 
title="Inheritance of the Site Distribution Management"><span 
class="none"></span>Inheritance of the Site Distribution Management</a></li>
    <li class="nav-header">Reports</li>
     <li><a href="examples/configuring-reports.html" title="Configuring 
Reports"><span class="none"></span>Configuring Reports</a></li>
     <li><a href="i18n.html" title="Reports Internationalization"><span 
class="none"></span>Reports Internationalization</a></li>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/index.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/index.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/index.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- this is a JXR report set (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference</title>
         <script type="text/javascript">
             tmpTargetPage = "" + window.location.search;
             if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/deploy/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/deploy/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/deploy/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.deploy</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.deploy</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/deploy/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/deploy/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/deploy/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.deploy</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.deploy</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -106,7 +106,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/run/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/run/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/run/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.run</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.run</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/run/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/run/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/run/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.run</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.run</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -81,7 +81,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/stubs/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/stubs/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/stubs/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.stubs</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.stubs</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/stubs/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/stubs/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/org/apache/maven/plugins/site/stubs/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.stubs</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.stubs</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -81,7 +81,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/overview-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/overview-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/overview-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
-        <h1 title="Apache Maven Site Plugin 4.0.0-M15 Reference" 
class="bar"><strong>Apache Maven Site Plugin 4.0.0-M15 Reference</strong></h1>
+        <h1 title="Apache Maven Site Plugin 4.0.0-M16 Reference" 
class="bar"><strong>Apache Maven Site Plugin 4.0.0-M16 Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" 
target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/overview-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/overview-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref-test/overview-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Apache Maven Site Plugin 4.0.0-M15 Reference</h1>
+            <h1 class="title">Apache Maven Site Plugin 4.0.0-M16 Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" 
cellspacing="0" summary="Packages table, listing packages">
@@ -81,7 +81,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/index.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/index.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/index.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- this is a JXR report set (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference</title>
         <script type="text/javascript">
             tmpTargetPage = "" + window.location.search;
             if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/maven_site_plugin/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/maven_site_plugin/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/maven_site_plugin/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.maven_site_plugin</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.maven_site_plugin</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/maven_site_plugin/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/maven_site_plugin/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/maven_site_plugin/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.maven_site_plugin</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.maven_site_plugin</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -81,7 +81,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/SiteStageDeployMojo.html
 Wed Jul 17 13:46:21 2024
@@ -71,19 +71,19 @@
 <a class="jxr_linenumber" name="L63" href="#L63">63</a>      <strong 
class="jxr_keyword">private</strong> String stagingSiteURL;
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>  
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>      <em 
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L66" href="#L66">66</a>  <em 
class="jxr_javadoccomment">     * The identifier of the repository where the 
staging site will be deployed. This id will be used to lookup a</em>
+<a class="jxr_linenumber" name="L66" href="#L66">66</a>  <em 
class="jxr_javadoccomment">     * The identifier of the site where the staged 
site will be deployed. This id will be used to lookup a</em>
 <a class="jxr_linenumber" name="L67" href="#L67">67</a>  <em 
class="jxr_javadoccomment">     * corresponding 
&lt;code&gt;&amp;lt;server&amp;gt;&lt;/code&gt; entry from the 
&lt;code&gt;settings.xml&lt;/code&gt;. If a matching</em>
 <a class="jxr_linenumber" name="L68" href="#L68">68</a>  <em 
class="jxr_javadoccomment">     * 
&lt;code&gt;&amp;lt;server&amp;gt;&lt;/code&gt; entry is found, its configured 
credentials will be used for authentication.</em>
 <a class="jxr_linenumber" name="L69" href="#L69">69</a>  <em 
class="jxr_javadoccomment">     * &lt;p/&gt;</em>
 <a class="jxr_linenumber" name="L70" href="#L70">70</a>  <em 
class="jxr_javadoccomment">     * If this is not specified, then the 
corresponding value of 
&lt;code&gt;distributionManagement.site.id&lt;/code&gt;</em>
 <a class="jxr_linenumber" name="L71" href="#L71">71</a>  <em 
class="jxr_javadoccomment">     * will be taken as default, unless this is not 
defined either then the String</em>
-<a class="jxr_linenumber" name="L72" href="#L72">72</a>  <em 
class="jxr_javadoccomment">     * &lt;code&gt;"stagingSite"&lt;/code&gt; is 
used. (&lt;strong&gt;Note&lt;/strong&gt;:</em>
-<a class="jxr_linenumber" name="L73" href="#L73">73</a>  <em 
class="jxr_javadoccomment">     * until v. 2.3 and 3.0-beta-3 the String 
&lt;code&gt;"stagingSite"&lt;/code&gt; is always used.)</em>
+<a class="jxr_linenumber" name="L72" href="#L72">72</a>  <em 
class="jxr_javadoccomment">     * &lt;code&gt;"stagingSite"&lt;/code&gt; is 
used. Note that the alias {@code stagingRepositoryId} is deprecated</em>
+<a class="jxr_linenumber" name="L73" href="#L73">73</a>  <em 
class="jxr_javadoccomment">     * for removal.</em>
 <a class="jxr_linenumber" name="L74" href="#L74">74</a>  <em 
class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="L75" href="#L75">75</a>  <em 
class="jxr_javadoccomment">     * @since 2.0.1</em>
 <a class="jxr_linenumber" name="L76" href="#L76">76</a>  <em 
class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="L77" href="#L77">77</a>      
@Parameter(property = <span class="jxr_string">"stagingRepositoryId"</span>)
-<a class="jxr_linenumber" name="L78" href="#L78">78</a>      <strong 
class="jxr_keyword">private</strong> String stagingRepositoryId;
+<a class="jxr_linenumber" name="L77" href="#L77">77</a>      
@Parameter(property = <span class="jxr_string">"stagingSiteId"</span>, alias = 
<span class="jxr_string">"stagingRepositoryId"</span>)
+<a class="jxr_linenumber" name="L78" href="#L78">78</a>      <strong 
class="jxr_keyword">private</strong> String stagingSiteId;
 <a class="jxr_linenumber" name="L79" href="#L79">79</a>  
 <a class="jxr_linenumber" name="L80" href="#L80">80</a>      @Override
 <a class="jxr_linenumber" name="L81" href="#L81">81</a>      <strong 
class="jxr_keyword">protected</strong> <strong 
class="jxr_keyword">boolean</strong> isDeploy() {
@@ -117,7 +117,7 @@
 <a class="jxr_linenumber" name="L109" href="#L109">109</a>     <strong 
class="jxr_keyword">protected</strong> Site determineDeploySite() <strong 
class="jxr_keyword">throws</strong> MojoExecutionException {
 <a class="jxr_linenumber" name="L110" href="#L110">110</a>         Site top = 
<strong class="jxr_keyword">new</strong> Site();
 <a class="jxr_linenumber" name="L111" href="#L111">111</a> 
-<a class="jxr_linenumber" name="L112" href="#L112">112</a>         
top.setId(stagingRepoId());
+<a class="jxr_linenumber" name="L112" href="#L112">112</a>         
top.setId(determineStagingSiteId());
 <a class="jxr_linenumber" name="L113" href="#L113">113</a>         
getLog().info(<span class="jxr_string">"Using this server ID for stage deploy: 
"</span> + top.getId());
 <a class="jxr_linenumber" name="L114" href="#L114">114</a> 
 <a class="jxr_linenumber" name="L115" href="#L115">115</a>         String 
stagingURL = determineStageDeploySiteURL();
@@ -221,9 +221,9 @@
 <a class="jxr_linenumber" name="L213" href="#L213">213</a>         <strong 
class="jxr_keyword">return</strong> defaultStagingSiteURL;
 <a class="jxr_linenumber" name="L214" href="#L214">214</a>     }
 <a class="jxr_linenumber" name="L215" href="#L215">215</a> 
-<a class="jxr_linenumber" name="L216" href="#L216">216</a>     <strong 
class="jxr_keyword">private</strong> String stagingRepoId() {
-<a class="jxr_linenumber" name="L217" href="#L217">217</a>         <strong 
class="jxr_keyword">if</strong> (stagingRepositoryId != <strong 
class="jxr_keyword">null</strong>) {
-<a class="jxr_linenumber" name="L218" href="#L218">218</a>             <strong 
class="jxr_keyword">return</strong> stagingRepositoryId;
+<a class="jxr_linenumber" name="L216" href="#L216">216</a>     <strong 
class="jxr_keyword">private</strong> String determineStagingSiteId() {
+<a class="jxr_linenumber" name="L217" href="#L217">217</a>         <strong 
class="jxr_keyword">if</strong> (stagingSiteId != <strong 
class="jxr_keyword">null</strong>) {
+<a class="jxr_linenumber" name="L218" href="#L218">218</a>             <strong 
class="jxr_keyword">return</strong> stagingSiteId;
 <a class="jxr_linenumber" name="L219" href="#L219">219</a>         }
 <a class="jxr_linenumber" name="L220" href="#L220">220</a> 
 <a class="jxr_linenumber" name="L221" href="#L221">221</a>         <strong 
class="jxr_keyword">try</strong> {

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.deploy</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.deploy</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/deploy/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.deploy</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.deploy</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -101,7 +101,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/descriptor/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/descriptor/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/descriptor/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.descriptor</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.descriptor</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/descriptor/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/descriptor/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/descriptor/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.descriptor</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.descriptor</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -96,7 +96,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -81,7 +81,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/render/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/render/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/render/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.render</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.render</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/render/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/render/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/render/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.render</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.render</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -121,7 +121,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/run/package-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/run/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/run/package-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.run</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.run</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/run/package-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/run/package-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/org/apache/maven/plugins/site/run/package-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference Package 
org.apache.maven.plugins.site.run</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference Package 
org.apache.maven.plugins.site.run</title>
         <link rel="stylesheet" type="text/css" 
href="../../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -91,7 +91,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/overview-frame.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/overview-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/overview-frame.html
 Wed Jul 17 13:46:21 2024
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
-        <h1 title="Apache Maven Site Plugin 4.0.0-M15 Reference" 
class="bar"><strong>Apache Maven Site Plugin 4.0.0-M15 Reference</strong></h1>
+        <h1 title="Apache Maven Site Plugin 4.0.0-M16 Reference" 
class="bar"><strong>Apache Maven Site Plugin 4.0.0-M16 Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" 
target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/overview-summary.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/overview-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/xref/overview-summary.html
 Wed Jul 17 13:46:21 2024
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Apache Maven Site Plugin 4.0.0-M15 Reference</title>
+        <title>Apache Maven Site Plugin 4.0.0-M16 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Apache Maven Site Plugin 4.0.0-M15 Reference</h1>
+            <h1 class="title">Apache Maven Site Plugin 4.0.0-M16 Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" 
cellspacing="0" summary="Packages table, listing packages">
@@ -96,7 +96,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M15 Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Apache Maven Site Plugin 
4.0.0-M16 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">


Reply via email to