Added: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/inheritance-site-distribution-management.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/inheritance-site-distribution-management.html
 (added)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/inheritance-site-distribution-management.html
 Wed Jul 17 13:46:21 2024
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+
+
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/examples\inheritance-site-distribution-management.apt at 2024-07-17
+ | Rendered using Apache Maven Fluido Skin 1.11.2
+-->
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="author" content="Matthias Bünger" />
+    <meta name="date" content="2024-07-07" />
+    <title>Apache Maven Site Plugin &#x2013; Inheritance of Site Distribution 
Management</title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.2.min.css" />
+    <link rel="stylesheet" href="../css/site.css" />
+    <link rel="stylesheet" href="../css/print.css" media="print" />
+    <script src="../js/apache-maven-fluido-1.11.2.min.js"></script>
+
+    <!-- Matomo -->
+    <script>
+        var _paq = window._paq = window._paq || [];
+                _paq.push(['disableCookies']);
+                    _paq.push(['trackPageView']);
+                    _paq.push(['enableLinkTracking']);
+        
+        (function() {
+            var u="https://analytics.apache.org/";;
+            _paq.push(['setTrackerUrl', u+'/matomo.php']);
+            _paq.push(['setSiteId', '3']);
+            var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0];
+            g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s);
+        })();
+    </script>
+    <!-- End Matomo Code -->
+  </head>
+  <body class="topBarDisabled">
+    <div class="container-fluid">
+      <header>
+        <div id="banner">
+          <div class="pull-left"><a href="https://www.apache.org/"; 
id="bannerLeft"><img src="../../../images/apache-maven-project.png"  
alt="Apache Maven Site Plugin" style="" /></a></div>
+          <div class="pull-right"><a href="../../../" id="bannerRight"><img 
src="../../../images/maven-logo-black-on-white.png"  alt="" style="" 
/></a></div>
+          <div class="clear"><hr/></div>
+        </div>
+
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
+      <li><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
+      <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 ">Inheritance of Site Distribution Management <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/examples\inheritance-site-distribution-management.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>
+      <div class="row-fluid">
+        <header id="leftColumn" class="span2">
+          <nav 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="../history.html" title="History"><span 
class="none"></span>History</a></li>
+    <li><a href="../migrate.html" title="Migrate"><span 
class="none"></span>Migrate</a></li>
+    <li><a href="http://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="../examples/creating-content.html" title="Creating 
Content"><span class="none"></span>Creating Content</a></li>
+    <li><a href="../examples/sitedescriptor.html" title="Configuring the Site 
Descriptor"><span class="none"></span>Configuring the Site Descriptor</a></li>
+    <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 class="active"><a><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>
+   <li class="nav-header">Site Template</li>
+    <li><a href="../examples/creatingskins.html" title="Creating Skins"><span 
class="none"></span>Creating Skins</a></li>
+   <li class="nav-header">Deploying</li>
+    <li><a href="../examples/adding-deploy-protocol.html" title="Adding a 
Protocol to Deploy the Site"><span class="none"></span>Adding a Protocol to 
Deploy the Site</a></li>
+    <li><a href="../examples/site-deploy-to-sourceforge.net.html" 
title="Deploying to sourceforge.net"><span class="none"></span>Deploying to 
sourceforge.net</a></li>
+   <li class="nav-header">Project Documentation</li>
+    <li><a href="../project-info.html" title="Project Information"><span 
class="icon-chevron-right"></span>Project Information</a></li>
+    <li><a href="../project-reports.html" title="Project Reports"><span 
class="icon-chevron-right"></span>Project Reports</a></li>
+   <li class="nav-header">Maven Projects</li>
+    <li><a href="../../../ref/current" title="Maven"><span 
class="none"></span>Maven</a></li>
+    <li><a href="../../../archetypes/index.html" title="Archetypes"><span 
class="none"></span>Archetypes</a></li>
+    <li><a href="../../../extensions/index.html" title="Extensions"><span 
class="none"></span>Extensions</a></li>
+    <li><a href="../../../pom/index.html" title="Parent POMs"><span 
class="none"></span>Parent POMs</a></li>
+    <li><a href="../../index.html" title="Plugins"><span 
class="none"></span>Plugins</a></li>
+    <li><a href="../../../skins/index.html" title="Skins"><span 
class="none"></span>Skins</a></li>
+    <li><a href="../" title=""><span class="icon-chevron-down"></span></a>
+     <ul class="nav nav-list">
+      <li><a href="../../../archetype/index.html" title="Archetype"><span 
class="none"></span>Archetype</a></li>
+      <li><a href="../../../resolver/index.html" title="Artifact 
Resolver"><span class="none"></span>Artifact Resolver</a></li>
+      <li><a href="../../../doxia/index.html" title="Doxia"><span 
class="none"></span>Doxia</a></li>
+      <li><a href="../../../maven-indexer/index.html" title="Indexer"><span 
class="none"></span>Indexer</a></li>
+      <li><a href="../../../jxr/index.html" title="JXR"><span 
class="none"></span>JXR</a></li>
+      <li><a href="../../../plugin-testing/index.html" title="Plugin 
Testing"><span class="none"></span>Plugin Testing</a></li>
+      <li><a href="../../../plugin-tools/index.html" title="Plugin 
Tools"><span class="none"></span>Plugin Tools</a></li>
+      <li><a href="../../../apache-resource-bundles/index.html" 
title="Resource Bundles"><span class="none"></span>Resource Bundles</a></li>
+      <li><a href="../../../scm/index.html" title="SCM"><span 
class="none"></span>SCM</a></li>
+      <li><a href="../../../shared/index.html" title="Shared Components"><span 
class="none"></span>Shared Components</a></li>
+      <li><a href="../../../surefire/index.html" title="Surefire"><span 
class="none"></span>Surefire</a></li>
+      <li><a href="../../../wagon/index.html" title="Wagon"><span 
class="none"></span>Wagon</a></li>
+     </ul></li>
+   <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html"; 
class="externalLink" title="How Apache Works"><span class="none"></span>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/"; class="externalLink" 
title="Foundation"><span class="none"></span>Foundation</a></li>
+    <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html"; 
class="externalLink" title="Data Privacy"><span class="none"></span>Data 
Privacy</a></li>
+    <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="externalLink" title="Sponsoring Apache"><span 
class="none"></span>Sponsoring Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
+            <div id="poweredBy">
+              <div class="clear"></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>
+        </header>
+        <main id="bodyColumn"  class="span10" >
+<section>
+<h2><a name="Inheritance_of_the_Site_Distribution_Management"></a>Inheritance 
of the Site Distribution Management</h2>
+<p>Inside your POM you can not only configure the 
<code>distributionManagement</code> for the releases and snapshots of your 
project, but also where to deploy your site when using the <code><a 
href="../deploy-mojo.html">site:deploy</a></code> goal. The following 
configuration would deploy the project's site to a local directory called 
<code>bar</code>.</p>
+<div class="source"><pre class="prettyprint 
linenums">&lt;distributionManagement&gt;
+  &lt;site&gt;
+      &lt;id&gt;local&lt;/id&gt;
+      &lt;url&gt;file:///C:/foo/bar&lt;/url&gt;
+  &lt;/site&gt;
+&lt;/distributionManagement&gt;
+</pre></div>
+<p>The content of this directory would look similar to the following after 
your deployment:</p>
+<div>
+<pre>bar/ (root of site)
+&#x251c;&#x2500;&#x2500; css
+&#x2514;&#x2500;&#x2500; report.html
+</pre></div>
+<p>You see that all files are placed directly inside the directory and that no 
subdirectory named after the <code>artifactId</code> is created. That's a 
small, but important difference in comparison how the regular 
<code>deploy</code> phase of the build lifecycle works where always a 
subdirectory is created for each project. So you have to be aware not to use 
the exact same value for the site for multiple projects, as otherwise files of 
the first deployed project will be overwritten by the files of the second 
deployed one and so on.</p>
+<p>To handle this easily you can use a the same parent POM with each of your 
projects. When using a parent POM with a project, the site configuration is 
inherited from the parent, but each child project is located in a subdirectory 
with its <code>artifactId</code> name, resulting in a structure like in the 
following example:</p>
+<div>
+<pre>bar/ (root of site)
+&#x251c;&#x2500;&#x2500; css
+&#x251c;&#x2500;&#x2500; project-A
+&#x2502;&#xa0;&#xa0; &#x251c;&#x2500;&#x2500; css
+&#x2502;&#xa0;&#xa0; &#x2514;&#x2500;&#x2500; report.html
+&#x251c;&#x2500;&#x2500; project-B
+&#x2502;&#xa0;&#xa0; &#x251c;&#x2500;&#x2500; css
+&#x2502;&#xa0;&#xa0; &#x2514;&#x2500;&#x2500; report.html
+&#x2514;&#x2500;&#x2500; report.html
+</pre></div>
+<p>As you can see the site content of the parent POM is located in the root of 
the site directory, while the content of each project using the parent POM 
(called &quot;project-A&quot; and &quot;project-B&quot; in the example) is 
located inside a subdirectory.</p></section>
+        </main>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>&#169;      2002&#x2013;2024
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>
+</p>
+        </div>
+      </div>
+    </footer>
+<script>
+       if(anchors) {
+         anchors.add();
+       }
+</script>
+  </body>
+</html>
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/moduleexcludes.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/moduleexcludes.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/moduleexcludes.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/examples\moduleexcludes.apt.vm at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/examples\moduleexcludes.apt.vm at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -50,9 +50,9 @@
       <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 ">Excluding Document Formats <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/examples\moduleexcludes.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: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+    <li class="active ">Excluding Document Formats <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/examples\moduleexcludes.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: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -75,6 +75,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 class="active"><a><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>
@@ -149,7 +150,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
-        &lt;version&gt;4.0.0-M15&lt;/version&gt;
+        &lt;version&gt;4.0.0-M16&lt;/version&gt;
         &lt;configuration&gt;
           &lt;moduleExcludes&gt;
             &lt;fml&gt;*.fml&lt;/fml&gt;

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/multimodule.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/multimodule.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/multimodule.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/examples\multimodule.apt at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/examples\multimodule.apt at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -54,9 +54,9 @@ Lukas Theussl" />
       <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 ">Multi-module Sites <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/examples\multimodule.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 ">Multi-module Sites <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/examples\multimodule.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>
@@ -79,6 +79,7 @@ Lukas Theussl" />
     <li class="active"><a><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/examples/site-deploy-to-sourceforge.net.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/site-deploy-to-sourceforge.net.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/site-deploy-to-sourceforge.net.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/examples\site-deploy-to-sourceforge.net.apt at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/examples\site-deploy-to-sourceforge.net.apt at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -50,9 +50,9 @@
       <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 ">Deploying to sourceforge.net <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/examples\site-deploy-to-sourceforge.net.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 ">Deploying to sourceforge.net <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/examples\site-deploy-to-sourceforge.net.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>
@@ -75,6 +75,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/examples/sitedescriptor.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/sitedescriptor.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/examples\sitedescriptor.apt at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/examples\sitedescriptor.apt at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -53,9 +53,9 @@ Dennis Lundberg" />
       <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 ">Configuring the Site Descriptor <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/examples\sitedescriptor.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 ">Configuring the Site Descriptor <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/examples\sitedescriptor.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>
@@ -78,6 +78,7 @@ Dennis Lundberg" />
     <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/examples/siterun.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/siterun.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/examples/siterun.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/examples\siterun.apt.vm at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/examples\siterun.apt.vm at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -50,9 +50,9 @@
       <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 ">Configuring Site Run <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/examples\siterun.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: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+    <li class="active ">Configuring Site Run <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/examples\siterun.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: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -75,6 +75,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 class="active"><a><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>
@@ -137,7 +138,7 @@
       &lt;plugin&gt;
         &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
         &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
-        &lt;version&gt;4.0.0-M15&lt;/version&gt;
+        &lt;version&gt;4.0.0-M16&lt;/version&gt;
         &lt;configuration&gt;
           &lt;port&gt;9000&lt;/port&gt;
           
&lt;tempWebappDirectory&gt;${basedir}/target/site/tempdir&lt;/tempWebappDirectory&gt;

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/faq.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/faq.html 
(original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/faq.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\fml/faq.fml at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\fml/faq.fml at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -48,9 +48,9 @@
       <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 ">Frequently Asked Questions <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/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: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+    <li class="active ">Frequently Asked Questions <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/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: 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/help-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/help-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/help-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:help</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:help"></a>site:help</h2><a name="site:help"></a>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M15:help</p>
+<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:help</p>
 <p><strong>Description</strong>:</p>
 <p>Display help information on maven-site-plugin.
 <br />

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/history.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/history.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/history.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/history.apt at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/history.apt at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -50,9 +50,9 @@
       <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 ">Maven Site Plugin History <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/history.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 ">Maven Site Plugin History <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/history.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>
@@ -75,6 +75,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/i18n.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/i18n.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/i18n.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\xdoc/i18n.xml at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\xdoc/i18n.xml at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -50,9 +50,9 @@
       <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 ">Internationalization <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\xdoc/i18n.xml";><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 ">Internationalization <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\xdoc/i18n.xml";><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>
@@ -75,6 +75,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 class="active"><a><span class="none"></span>Reports 
Internationalization</a></li>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/index.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/index.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/index.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/index.apt.vm at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/index.apt.vm at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -50,9 +50,9 @@
       <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 ">Introduction <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/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: 2024-05-29</li>
-          <li id="projectVersion" class="pull-right">Version: 4.0.0-M15</li>
+    <li class="active ">Introduction <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/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: 2024-07-17</li>
+          <li id="projectVersion" class="pull-right">Version: 4.0.0-M16</li>
           </ul>
         </div>
       </header>
@@ -75,6 +75,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/issue-management.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/issue-management.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/issue-management.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:issue-management
 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:issue-management
 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 ">Issue Management</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/jar-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/jar-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/jar-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:jar</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:jar"></a>site:jar</h2><a name="site:jar"></a>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M15:jar</p>
+<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:jar</p>
 <p><strong>Description</strong>:</p>
 <p>Bundles the site output into a JAR so that it can be deployed to a 
repository.</p>
 <p><strong>Attributes</strong>:</p>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/l10n-report.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/l10n-report.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/l10n-report.html
 Wed Jul 17 13:46:21 2024
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
com.googlecode.l10n-maven-plugin:l10n-maven-plugin:1.8:report at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
com.googlecode.l10n-maven-plugin:l10n-maven-plugin:1.8: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 ">L10n properties validation 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/mailing-lists.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/mailing-lists.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/mailing-lists.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:mailing-lists 
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:mailing-lists 
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 Mailing Lists</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/migrate.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/migrate.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/migrate.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/migrate.apt at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
src\site\apt/migrate.apt at 2024-07-17
  | Rendered using Apache Maven Fluido Skin 1.11.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
@@ -51,9 +51,9 @@ Hervé Boutemy" />
       <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 ">Migrate <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15/src\site\apt/migrate.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 ">Migrate <a 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16/src\site\apt/migrate.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>
@@ -76,6 +76,7 @@ Hervé Boutemy" />
     <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/plugin-info.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/plugin-info.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 ">Plugin Documentation</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>
@@ -222,7 +223,7 @@
         &lt;plugin&gt;
           &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
           &lt;artifactId&gt;maven-site-plugin&lt;/artifactId&gt;
-          &lt;version&gt;4.0.0-M15&lt;/version&gt;
+          &lt;version&gt;4.0.0-M16&lt;/version&gt;
         &lt;/plugin&gt;
         ...
       &lt;/plugins&gt;

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/plugin-management.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/plugin-management.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/plugin-management.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:plugin-management
 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:plugin-management
 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 Plugin Management</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/plugins.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/plugins.html 
(original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/plugins.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:plugins 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:plugins 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 Plugins</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/pmd.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/pmd.html 
(original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/pmd.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-pmd-plugin:3.21.2:pmd at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-pmd-plugin:3.21.2:pmd 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 ">PMD Results</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/project-info.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/project-info.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/project-info.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-site-plugin:3.12.1:CategorySummaryDocumentRenderer
 at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-site-plugin:3.12.1:CategorySummaryDocumentRenderer
 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 Information</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/project-reports.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/project-reports.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/project-reports.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-site-plugin:3.12.1:CategorySummaryDocumentRenderer
 at 2024-05-29
+ | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
org.apache.maven.plugins:maven-site-plugin:3.12.1:CategorySummaryDocumentRenderer
 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 ">Generated Reports</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/run-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/run-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/run-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:run</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:run"></a>site:run</h2><a name="site:run"></a>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M15:run</p>
+<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:run</p>
 <p><strong>Description</strong>:</p>
 <p>Starts the site up, rendering documents as requested for faster editing. It 
uses Jetty as the web server.</p>
 <p><strong>Attributes</strong>:</p>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/scm.html
==============================================================================
--- maven/website/components/plugins-archives/maven-site-plugin-LATEST/scm.html 
(original)
+++ maven/website/components/plugins-archives/maven-site-plugin-LATEST/scm.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:scm 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:scm 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 ">Source Code Management</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>
@@ -146,15 +147,15 @@
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a 
name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
 <div>
-<pre><a class="externalLink" 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15";>https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M15</a></pre></div></section><section>
+<pre><a class="externalLink" 
href="https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16";>https://github.com/apache/maven-site-plugin/tree/maven-site-plugin-4.0.0-M16</a></pre></div></section><section>
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a 
name="Anonymous_Access"></a>
 <p>The source can be checked out anonymously from Git with this command (See 
<a class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>):</p>
 <div>
-<pre>$ git clone --branch maven-site-plugin-4.0.0-M15 
https://gitbox.apache.org/repos/asf/maven-site-plugin.git</pre></div></section><section>
+<pre>$ git clone --branch maven-site-plugin-4.0.0-M16 
https://gitbox.apache.org/repos/asf/maven-site-plugin.git</pre></div></section><section>
 <h2><a name="Developer_Access"></a>Developer Access</h2><a 
name="Developer_Access"></a>
 <p>Only project developers can access the Git tree via this method (See <a 
class="externalLink" 
href="https://git-scm.com/docs/git-clone";>https://git-scm.com/docs/git-clone</a>).</p>
 <div>
-<pre>$ git clone --branch maven-site-plugin-4.0.0-M15 
https://gitbox.apache.org/repos/asf/maven-site-plugin.git</pre></div></section><section>
+<pre>$ git clone --branch maven-site-plugin-4.0.0-M16 
https://gitbox.apache.org/repos/asf/maven-site-plugin.git</pre></div></section><section>
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a 
Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></section>
         </main>

Modified: 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/site-mojo.html
==============================================================================
--- 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/site-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-site-plugin-LATEST/site-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:site</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:site"></a>site:site</h2><a name="site:site"></a>
 <p><strong>Full name</strong>:</p>
-<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M15:site</p>
+<p>org.apache.maven.plugins:maven-site-plugin:4.0.0-M16:site</p>
 <p><strong>Description</strong>:</p>
 <p>Generates the site for a single project. 
 <p>Note that links between module sites in a multi module build will 
<b>not</b> work, since local build directory structure doesn't match deployed 
site.</p></p>


Reply via email to