Author: svn-site-role
Date: Thu Jun  5 20:22:01 2025
New Revision: 1926161

Log:
Site checkin for project Apache Maven Site

Added:
    maven/website/content/docs/3.9.10/
    maven/website/content/docs/3.9.10/release-notes.html
Modified:
    maven/website/content/.htaccess
    maven/website/content/docs/history.html
    maven/website/content/download.html
    maven/website/content/examples/maven-3-lifecycle-extensions.html
    maven/website/content/install.html
    maven/website/content/pom.html
    maven/website/content/release-notes-all.html
    maven/website/content/xsd/core-extensions-1.1.0.xsd
    maven/website/content/xsd/lifecycle-1.0.0.xsd
    maven/website/content/xsd/maven-4.0.0.xsd
    maven/website/content/xsd/paramdoc-1.0.0.xsd
    maven/website/content/xsd/profiles-1.0.0.xsd
    maven/website/content/xsd/repository-metadata-1.1.0.xsd
    maven/website/content/xsd/settings-1.2.0.xsd
    maven/website/content/xsd/toolchains-1.1.0.xsd

Modified: maven/website/content/.htaccess
==============================================================================
--- maven/website/content/.htaccess (original)
+++ maven/website/content/.htaccess Thu Jun  5 20:22:01 2025
@@ -5,8 +5,8 @@ Redirect Permanent /release-notes.html /
 Redirect Permanent /download.html /download.cgi
 RedirectMatch permanent ^/(.*)/download.html$ /$1/download.cgi
 
-Redirect /ref/current/ /ref/3.9.9/
-Redirect /ref/current /ref/3.9.9/
+Redirect /ref/current/ /ref/3.9.10/
+Redirect /ref/current /ref/3.9.10/
 
 Redirect Permanent /maven-v4_0_0.xsd /xsd/maven-4.0.0.xsd
 
@@ -30,17 +30,17 @@ Redirect Permanent /plugins/maven-checks
 RedirectMatch ^/maven2/(.*)$ /$1
 RedirectMatch ^/reference/(.*)$ /archives/maven-1.x/reference/$1
 RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ 
/archives/maven-1.x/plugins/$1
-RedirectMatch ^/maven-aether-provider/(.*)$ /ref/3.9.9/maven-aether-provider/$1
-RedirectMatch ^/maven-artifact/(.*)$ /ref/3.9.9/maven-artifact/$1
-RedirectMatch ^/maven-compat/(.*)$ /ref/3.9.9/maven-compat/$1
-RedirectMatch ^/maven-core/(.*)$ /ref/3.9.9/maven-core/$1
-RedirectMatch ^/maven-embedder/(.*)$ /ref/3.9.9/maven-embedder/$1
-RedirectMatch ^/maven-model/(.*)$ /ref/3.9.9/maven-model/$1
-RedirectMatch ^/maven-model-builder/(.*)$ /ref/3.9.9/maven-model-builder/$1
-RedirectMatch ^/maven-plugin-api/(.*)$ /ref/3.9.9/maven-plugin-api/$1
-RedirectMatch ^/maven-repository-metadata/(.*)$ 
/ref/3.9.9/maven-repository-metadata/$1
-RedirectMatch ^/maven-settings/(.*)$ /ref/3.9.9/maven-settings/$1
-RedirectMatch ^/maven-settings-builder/(.*)$ 
/ref/3.9.9/maven-settings-builder/$1
+RedirectMatch ^/maven-aether-provider/(.*)$ 
/ref/3.9.10/maven-aether-provider/$1
+RedirectMatch ^/maven-artifact/(.*)$ /ref/3.9.10/maven-artifact/$1
+RedirectMatch ^/maven-compat/(.*)$ /ref/3.9.10/maven-compat/$1
+RedirectMatch ^/maven-core/(.*)$ /ref/3.9.10/maven-core/$1
+RedirectMatch ^/maven-embedder/(.*)$ /ref/3.9.10/maven-embedder/$1
+RedirectMatch ^/maven-model/(.*)$ /ref/3.9.10/maven-model/$1
+RedirectMatch ^/maven-model-builder/(.*)$ /ref/3.9.10/maven-model-builder/$1
+RedirectMatch ^/maven-plugin-api/(.*)$ /ref/3.9.10/maven-plugin-api/$1
+RedirectMatch ^/maven-repository-metadata/(.*)$ 
/ref/3.9.10/maven-repository-metadata/$1
+RedirectMatch ^/maven-settings/(.*)$ /ref/3.9.10/maven-settings/$1
+RedirectMatch ^/maven-settings-builder/(.*)$ 
/ref/3.9.10/maven-settings-builder/$1
 RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /archives/maven-1.x/plugins/$1
 RedirectMatch permanent ^/aether-archives/(.*)$ /aether.html
 

Added: maven/website/content/docs/3.9.10/release-notes.html
==============================================================================
--- maven/website/content/docs/3.9.10/release-notes.html (added)
+++ maven/website/content/docs/3.9.10/release-notes.html Thu Jun  5 20:22:01 
2025
@@ -0,0 +1,203 @@
+<!DOCTYPE html>
+
+
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
content/markdown/docs/3.9.10/release-notes.md at 2025-06-05
+ | Rendered using Apache Maven Fluido Skin 2.1.0
+-->
+<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 2.0.0" />
+    <title>Release Notes [–] Maven 3.9.10 – Maven</title>
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-2.1.0.min.css" 
/>
+    <link rel="stylesheet" href="../../css/site.css" />
+    <link rel="stylesheet" href="../../css/print.css" media="print" />
+    <script src="../../js/apache-maven-fluido-2.1.0.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>
+    <div class="container-fluid container-fluid-top">
+      <header>
+        <div id="banner">
+          <div class="pull-left"><div id="bannerLeft"><h1><a 
href="https://www.apache.org/";><img src="../../images/apache-maven-project.png" 
/></a></h1></div></div>
+          <div class="pull-right"><div id="bannerRight"><h1><a 
href="../.././"><img src="../../images/maven-logo-black-on-white.png" 
/></a></h1></div></div>
+          <div class="clear"><hr/></div>
+        </div>
+
+        <div id="breadcrumbs">
+          <ul class="breadcrumb">
+      <li><a href="https://www.apache.org/";>Apache</a><span 
class="divider">/</span></li>
+      <li><a href="../../index.html">Maven</a><span 
class="divider">/</span></li>
+    <li class="active">Release Notes [–] Maven 3.9.10 <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/docs/3.9.10/release-notes.md";><img
 src="../../images/accessories-text-editor.png" alt="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2025-06-05</li>
+        <li class="pull-right"><span class="divider">|</span>
+<a href="../../scm.html">Get Sources</a></li>
+        <li class="pull-right"><a href="../../download.cgi">Download</a></li>
+          </ul>
+        </div>
+      </header>
+      <div class="row-fluid">
+        <header id="leftColumn" class="span2">
+          <nav class="well sidebar-nav">
+  <ul class="nav nav-list">
+    <li><a href="../../index.html">Welcome</a></li>
+    <li><a href="https://www.apache.org/licenses/";>License</a></li>
+   <li class="nav-header">About Maven</li>
+    <li><a href="../../what-is-maven.html">What is Maven?</a></li>
+    <li><a href="../../maven-features.html">Features</a></li>
+    <li><a href="../../install.html">Installation</a></li>
+    <li><a href="../../download.html">Downloads</a></li>
+    <li><a href="../../users/index.html"><span 
class="icon-chevron-right"></span>Use</a></li>
+    <li><a href="../../docs/history.html">Release Notes</a></li>
+    <li><a href="../../mvnd.html">Maven Daemon</a></li>
+   <li class="nav-header">Documentation</li>
+    <li><a href="../../plugins/index.html">Maven Plugins</a></li>
+    <li><a href="../../extensions/index.html">Maven Extensions</a></li>
+    <li><a href="../../tools/index.html">Maven Tools</a></li>
+    <li><a href="../../guides/index.html">Index (category)</a></li>
+    <li><a href="../../users/index.html"><span 
class="icon-chevron-right"></span>User Centre</a></li>
+    <li><a href="../../plugin-developers/index.html"><span 
class="icon-chevron-right"></span>Plugin Developer Centre</a></li>
+    <li><a href="../../repositories/index.html"><span 
class="icon-chevron-right"></span>Maven Repository Centre</a></li>
+    <li><a href="../../developers/index.html"><span 
class="icon-chevron-right"></span>Maven Developer Centre</a></li>
+    <li><a href="../../articles.html">Books and Resources</a></li>
+    <li><a href="../../security.html">Security</a></li>
+   <li class="nav-header">Community</li>
+    <li><a href="../../community.html">Community Overview</a></li>
+    <li><a href="../../project-roles.html">Project Roles</a></li>
+    <li><a href="../../guides/development/guide-helping.html">How to 
Contribute</a></li>
+    <li><a href="../../users/getting-help.html">Getting Help</a></li>
+    <li><a href="../../issue-management.html">Issue Management</a></li>
+    <li><a href="../../scm.html">Getting Maven Source</a></li>
+    <li><a href="../../team.html">The Maven Team</a></li>
+   <li class="nav-header">Project Documentation</li>
+    <li><a href="../../project-info.html"><span 
class="icon-chevron-right"></span>Project Information</a></li>
+   <li class="nav-header">Maven Projects</li>
+    <li><a href="../../ref/current">Maven</a></li>
+    <li><a href="../../archetypes/index.html">Archetypes</a></li>
+    <li><a href="../../extensions/index.html">Extensions</a></li>
+    <li><a href="../../pom/index.html">Parent POMs</a></li>
+    <li><a href="../../plugins/index.html">Plugins</a></li>
+    <li><a href="../../skins/index.html">Skins</a></li>
+    <li><a><span class="icon-chevron-down"></span>Components</a>
+     <ul class="nav nav-list">
+      <li><a href="../../archetype/index.html">Archetype</a></li>
+      <li><a href="../../resolver/index.html">Artifact Resolver</a></li>
+      <li><a href="../../doxia/index.html">Doxia</a></li>
+      <li><a href="../../maven-indexer/index.html">Indexer</a></li>
+      <li><a href="../../jxr/index.html">JXR</a></li>
+      <li><a href="../../plugin-testing/index.html">Plugin Testing</a></li>
+      <li><a href="../../plugin-tools/index.html">Plugin Tools</a></li>
+      <li><a href="../../apache-resource-bundles/index.html">Resource 
Bundles</a></li>
+      <li><a href="../../scm/index.html">SCM</a></li>
+      <li><a href="../../shared/index.html">Shared Components</a></li>
+      <li><a href="../../surefire/index.html">Surefire</a></li>
+      <li><a href="../../wagon/index.html">Wagon</a></li>
+     </ul></li>
+   <li class="nav-header">ASF</li>
+    <li><a href="https://www.apache.org/foundation/how-it-works.html";>How 
Apache Works</a></li>
+    <li><a href="https://www.apache.org/foundation/";>Foundation</a></li>
+    <li><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Data 
Privacy</a></li>
+    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsoring 
Apache</a></li>
+    <li><a href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+  </ul>
+          </nav>
+          <div class="well sidebar-nav">
+            <div id="poweredBy">
+              <div class="clear"></div>
+              <div class="clear"></div>
+<a href="https://maven.apache.org/"; class="builtBy" target="_blank"><img 
class="builtBy" alt="Built by Maven" src="../../images/logos/maven-feather.png" 
/></a>
+            </div>
+          </div>
+        </header>
+        <main id="bodyColumn" class="span10">
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+
+NOTE: For help with the syntax of this file, see:
+http://maven.apache.org/doxia/modules/index.html#Markdown
+-->
+<section><a id="Release_Notes_.E2.80.93_Maven_3.9.10"></a>
+<h1>Release Notes &#x2013; Maven 3.9.10</h1>
+<p>The Apache Maven team would like to announce the release of Maven 
3.9.10.</p>
+<p>Maven 3.9.10 is <a href="../../download.html">available for 
download</a>.</p>
+<p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting, and documentation from a central place.</p>
+<p>The core release is independent of plugin releases. Further releases of 
plugins will be made separately. See the <a 
href="../../plugins/index.html">PluginList</a> for more information.</p>
+<p>If you have any questions, please consult:</p>
+<ul>
+
+<li>the web site: <a href="https://maven.apache.org/"; 
class="externalLink">https://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a 
href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
+<li>the reference documentation: <a 
href="/ref/3.9.10/">https://maven.apache.org/ref/3.9.10/</a></li>
+</ul><section><a id="Overview_About_the_Changes"></a>
+<h2>Overview About the Changes</h2>
+<p>Regression fixes and other improvements from Maven 3.9.9. All users already 
on Maven 3.9.x are advised to upgrade.</p>
+<p>The majority of fixed issues are bug and regression fixes for user reported 
problems.</p>
+<p>This release updates Resolver to version <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&amp;version=12354989";
 class="externalLink">1.9.23</a>.</p>
+<p>When running a build using Java 24 with an earlier version of Maven, there 
were a lot of errors and warnings,
+because many dependencies were not compatible with a Java 24 runtime.</p>
+<p>In Maven 3.9.10 those got updated, resulting in Maven 3.9.10 now has a far 
better support if you want to run your builds on Java 24.</p>
+<p><strong>Note:</strong> Maven 3.9.10 still only requires Java 8 to 
execute.</p>
+<p>The full list of changes can be found in our <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12355010";
 class="externalLink">issue management system</a>.</p><section><a 
id="Known_issues"></a>
+<h3>Known issues</h3>
+<ul>
+
+<li><a href="https://issues.apache.org/jira/browse/MNG-8760"; 
class="externalLink">MNG-8760</a> - warning about using terminally deprecated 
method in guice on JDK 24</li>
+</ul></section><section><a 
id="Potentially_Breaking_Core_Changes_.28if_migrating_from_3.8.x.29"></a>
+<h3>Potentially Breaking Core Changes (if migrating from 3.8.x)</h3>
+<ul>
+
+<li>The Maven Resolver transport has changed from Wagon to &#x201c;native 
HTTP&#x201d;, see <a href="/guides/mini/guide-resolver-transport.html">Resolver 
Transport guide</a>.</li>
+<li>Maven 2.x was auto-injecting an ancient version of 
<code>plexus-utils</code> dependency into the plugin classpath, and Maven 3.x 
continued doing this to preserve backward compatibility. Starting with Maven 
3.9, it does not happen anymore. This change may lead to plugin breakage. The 
fix for affected plugin maintainers is to explicitly declare a dependency on 
<code>plexus-utils</code>. The workaround for affected plugin users is to add 
this dependency to plugin dependencies until issue is fixed by the affected 
plugin maintainer. See <a href="https://issues.apache.org/jira/browse/MNG-6965"; 
class="externalLink">MNG-6965</a>.</li>
+<li>Mojos are prevented to bootstrap new instance of 
<code>RepositorySystem</code> (for example by using deprecated 
<code>ServiceLocator</code>), they should reuse <code>RepositorySystem</code> 
instance provided by Maven instead. See <a 
href="https://issues.apache.org/jira/browse/MNG-7471"; 
class="externalLink">MNG-7471</a>.</li>
+<li>Each line in <code>.mvn/maven.config</code> is now interpreted as a single 
argument. That is, if the file contains multiple arguments, these must now be 
placed on separate lines, see <a 
href="https://issues.apache.org/jira/browse/MNG-7684"; 
class="externalLink">MNG-7684</a>.</li>
+<li>System and user properties handling cleanup, see <a 
href="https://issues.apache.org/jira/browse/MNG-7556"; 
class="externalLink">MNG-7556</a>. As a consequence, this may introduce 
breakage in environments where the user properties were used to set system 
properties or other way around, for example see <a 
href="https://issues.apache.org/jira/projects/MNG/issues/MNG-7887"; 
class="externalLink">MNG-7887</a>.</li>
+<li>Plugins and extensions used by your build are checked against Maven 
supported APIs and conventions: this &#x201c;plugin validation&#x201d; may 
report WARNINGs at the end of your build. See <a 
href="../../guides/plugins/validation/">plugin validation documentation</a> to 
better understand what to do when your build suffers from such warnings.</li>
+</ul></section></section><section><a id="Complete_Release_Notes"></a>
+<h2>Complete Release Notes</h2>
+<p>See <a href="../../docs/history.html">complete release notes for all 
versions</a></p></section></section>        </main>
+      </div>
+    </div>
+    <hr/>
+    <footer>
+      <div class="container-fluid">
+        <div class="row-fluid">
+            <p>©      2002–2025
+<a href="https://www.apache.org/";>The Apache Software Foundation</a>
+</p>
+        </div>
+      </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: maven/website/content/docs/history.html
==============================================================================
--- maven/website/content/docs/history.html (original)
+++ maven/website/content/docs/history.html Thu Jun  5 20:22:01 2025
@@ -148,7 +148,7 @@
 -->
 
 <p>The Apache Maven team maintains the last version of the last two series of 
GA releases.
-The last release is currently 3.9.9, the Apache Maven team project will 
currently maintain two core versions: <strong>3.9.9</strong> and 
<strong>3.8.8</strong>.</p>
+The last release is currently 3.9.10, the Apache Maven team project will 
currently maintain two core versions: <strong>3.9.10</strong> and 
<strong>3.8.8</strong>.</p>
 <p>Older versions have reached their end of life and are no longer supported 
in any way.
 This means the Maven team will not provide any bug or security fixes or add 
new features.
 Note: Maven does not differentiate between &#x201c;end of life&#x201d; (EOL) 
and &#x201c;end of support&#x201d; (EOS), but only uses the term &#x201c;end of 
life&#x201d;.</p>
@@ -285,110 +285,116 @@ Note: Maven does not differentiate betwe
 <!-- The following two lines needs to be fixed in x days if the archive picks 
up the announcement mail. -->
 
 <tr class="b">
-<td><b>2024-08-17</b></td>
-<td><b>3.9.9</b></td>
-<td rowspan="10">Java 8</td>
-<td><b><a 
href="https://lists.apache.org/thread/ov40dkfd1snyz2pdltsr5rzhdh2xd9yh"; 
class="externalLink">announce</a>, <a href="./3.9.9/release-notes.html">release 
notes</a>, <a href="/ref/3.9.9/">reference documentation</a></b></td>
+<td><b>2025-06-01</b></td>
+<td><b>3.9.10</b></td>
+<td rowspan="11">Java 8</td>
+<td><b><a href="https://lists.apache.org/thread/to-fix"; 
class="externalLink">announce</a>, <a 
href="./3.9.10/release-notes.html">release notes</a>, <a 
href="/ref/3.9.10/">reference documentation</a></b></td>
 </tr>
 
 <tr class="a">
+<td>2024-08-17</td>
+<td>3.9.9</td>
+<td><a href="https://lists.apache.org/thread/ov40dkfd1snyz2pdltsr5rzhdh2xd9yh"; 
class="externalLink">announce</a>, <a href="./3.9.9/release-notes.html">release 
notes</a>, <a href="/ref/3.9.9/">reference documentation</a></td>
+</tr>
+
+<tr class="b">
 <td>2024-06-17</td>
 <td>3.9.8</td>
 <td><a href="https://lists.apache.org/thread/lhpl9zqqf03rshckqrd7fb8ph0osm9qz"; 
class="externalLink">announce</a>, <a href="./3.9.8/release-notes.html">release 
notes</a>, <a href="/ref/3.9.8/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2024-05-22</td>
 <td>3.9.7</td>
 <td><a href="https://lists.apache.org/thread/z540xgcjqn4fpm2x2fg3htqbr4zzgfpx"; 
class="externalLink">announce</a>, <a href="./3.9.7/release-notes.html">release 
notes</a>, <a href="/ref/3.9.7/">reference documentation</a></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2023-12-01</td>
 <td>3.9.6</td>
 <td><a href="https://lists.apache.org/thread/p6y4nl4k1kw4hbhkjngrj3f4doz851v6"; 
class="externalLink">announce</a>, <a href="./3.9.6/release-notes.html">release 
notes</a>, <a href="/ref/3.9.6/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2023-10-04</td>
 <td>3.9.5</td>
 <td><a href="https://lists.apache.org/thread/xkq066dfsz3tql4p72m4skj1c8szspgo"; 
class="externalLink">announce</a>, <a href="./3.9.5/release-notes.html">release 
notes</a>, <a href="/ref/3.9.5/">reference documentation</a></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2023-08-03</td>
 <td>3.9.4</td>
 <td><a href="https://lists.apache.org/thread/8lj6byvgoo9939mt5xm0d0wsy2m5j2k9"; 
class="externalLink">announce</a>, <a href="./3.9.4/release-notes.html">release 
notes</a>, <a href="/ref/3.9.4/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2023-06-26</td>
 <td>3.9.3</td>
 <td><a href="https://lists.apache.org/thread/ydxl67r7ddh6tkhckkj51j8tksd8ok0m"; 
class="externalLink">announce</a>, <a href="./3.9.3/release-notes.html">release 
notes</a>, <a href="/ref/3.9.3/">reference documentation</a></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2023-05-11</td>
 <td>3.9.2</td>
 <td><a href="https://lists.apache.org/thread/6bjn6hkwo612qsd9dt6qx4ob9q2q261k"; 
class="externalLink">announce</a>, <a href="./3.9.2/release-notes.html">release 
notes</a>, <a href="/ref/3.9.2/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2023-03-14</td>
 <td>3.9.1</td>
 <td><a href="https://lists.apache.org/thread/ppqvkt413fpsyh0kqjcr4dl5vy3m1lgg"; 
class="externalLink">announce</a>, <a href="./3.9.1/release-notes.html">release 
notes</a>, <a href="/ref/3.9.1/">reference documentation</a></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2023-01-31</td>
 <td>3.9.0</td>
 <td><a href="https://lists.apache.org/thread/0tfr7t2j2ddbv4gjvxm47yohtk3dg6b3"; 
class="externalLink">announce</a>, <a href="./3.9.0/release-notes.html">release 
notes</a>, <a href="/ref/3.9.0/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td><b>2023-03-08</b></td>
 <td><b>3.8.8</b></td>
 <td rowspan="8">Java 7</td>
 <td><b><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202303.mbox/%3C{uuid}@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.8/release-notes.html">release notes</a>, <a 
href="/ref/3.8.8/">reference documentation</a></b></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2022-12-24</td>
 <td>3.8.7</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202212.mbox/%3c27650d65-28f1-f3d8-472d-7d1939e1c...@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.7/release-notes.html">release notes</a>, <a 
href="/ref/3.8.7/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2022-06-06</td>
 <td>3.8.6</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202206.mbox/%3c850c94d3-c7d3-81a3-b6e2-5b6f0d268...@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.6/release-notes.html">release notes</a>, <a 
href="/ref/3.8.6/">reference documentation</a></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2022-03-05</td>
 <td>3.8.5</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202203.mbox/%3cb5eab336-e5ba-73bb-1c0c-d063d919c...@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.5/release-notes.html">release notes</a>, <a 
href="/ref/3.8.5/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2021-11-14</td>
 <td>3.8.4</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202111.mbox/%3c55867acd-a5d4-6f42-ef39-c82a4bcd9...@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.4/release-notes.html">release notes</a>, <a 
href="/ref/3.8.4/">reference documentation</a></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2021-09-27</td>
 <td>3.8.3</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202110.mbox/%3c8bf4d8cb-6a12-4423-f913-24ca2351b...@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.3/release-notes.html">release notes</a>, <a 
href="/ref/3.8.3/">reference documentation</a></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2021-08-04</td>
 <td>3.8.2</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202108.mbox/%3c85a7a3d4-c4ae-8e1e-f5c4-832017b79...@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.2/release-notes.html">release notes</a>, <a 
href="/ref/3.8.2/">reference documentation</a></td>
 </tr>
 
-<tr class="a">
+<tr class="b">
 <td>2021-04-04</td>
 <td>3.8.1</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202104.mbox/%3CMailbird-0918dc43-dc18-4008-b83b-8bc8b1528177%40apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.1/release-notes.html">release notes</a>, <a 
href="/ref/3.8.1/">reference documentation</a></td>

Modified: maven/website/content/download.html
==============================================================================
--- maven/website/content/download.html (original)
+++ maven/website/content/download.html Thu Jun  5 20:22:01 2025
@@ -133,11 +133,11 @@
         <main id="bodyColumn" class="span10">
 
   
-    <section><a id="Downloading_Apache_Maven_3.9.9"></a>
-<h1>Downloading Apache Maven 3.9.9</h1>
+    <section><a id="Downloading_Apache_Maven_3.9.10"></a>
+<h1>Downloading Apache Maven 3.9.10</h1>
 
       
-<p>Apache Maven 3.9.9 is the latest release: it is the recommended version for 
all users.</p>
+<p>Apache Maven 3.9.10 is the latest release: it is the recommended version 
for all users.</p>
 
       <a id="Requirements"></a>
       <a id="SystemRequirements"></a><section id="SystemRequirements"><a 
id="System_Requirements"></a>
@@ -215,33 +215,33 @@
             
 <td>Binary tar.gz archive</td>
             
-<td><a 
href="[preferred]maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz">apache-maven-3.9.9-bin.tar.gz</a></td>
+<td><a 
href="[preferred]maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz">apache-maven-3.9.10-bin.tar.gz</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz.sha512";
 class="externalLink">apache-maven-3.9.9-bin.tar.gz.sha512</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz.sha512";
 class="externalLink">apache-maven-3.9.10-bin.tar.gz.sha512</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz.asc";
 class="externalLink">apache-maven-3.9.9-bin.tar.gz.asc</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz.asc";
 class="externalLink">apache-maven-3.9.10-bin.tar.gz.asc</a></td>
           </tr>
           
 <tr class="a">
             
 <td>Binary zip archive</td>
             
-<td><a 
href="[preferred]maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip">apache-maven-3.9.9-bin.zip</a></td>
+<td><a 
href="[preferred]maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.zip">apache-maven-3.9.10-bin.zip</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip.sha512";
 class="externalLink">apache-maven-3.9.9-bin.zip.sha512</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.zip.sha512";
 class="externalLink">apache-maven-3.9.10-bin.zip.sha512</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip.asc";
 class="externalLink">apache-maven-3.9.9-bin.zip.asc</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.zip.asc";
 class="externalLink">apache-maven-3.9.10-bin.zip.asc</a></td>
           </tr>
           
 <tr class="b">
             
 <td>Source tar.gz archive</td>
             
-<td><a 
href="[preferred]maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.tar.gz">apache-maven-3.9.9-src.tar.gz</a></td>
+<td><a 
href="[preferred]maven/maven-3/3.9.10/source/apache-maven-3.9.10-src.tar.gz">apache-maven-3.9.10-src.tar.gz</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.tar.gz.sha512";
 class="externalLink">apache-maven-3.9.9-src.tar.gz.sha512</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/source/apache-maven-3.9.10-src.tar.gz.sha512";
 class="externalLink">apache-maven-3.9.10-src.tar.gz.sha512</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.tar.gz.asc";
 class="externalLink">apache-maven-3.9.9-src.tar.gz.asc</a>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/source/apache-maven-3.9.10-src.tar.gz.asc";
 class="externalLink">apache-maven-3.9.10-src.tar.gz.asc</a>
             </td>
           </tr>
           
@@ -249,19 +249,19 @@
             
 <td>Source zip archive </td>
             
-<td><a 
href="[preferred]maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.zip">apache-maven-3.9.9-src.zip</a></td>
+<td><a 
href="[preferred]maven/maven-3/3.9.10/source/apache-maven-3.9.10-src.zip">apache-maven-3.9.10-src.zip</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.zip.sha512";
 class="externalLink">apache-maven-3.9.9-src.zip.sha512</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/source/apache-maven-3.9.10-src.zip.sha512";
 class="externalLink">apache-maven-3.9.10-src.zip.sha512</a></td>
             
-<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.9/source/apache-maven-3.9.9-src.zip.asc";
 class="externalLink">apache-maven-3.9.9-src.zip.asc</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.10/source/apache-maven-3.9.10-src.zip.asc";
 class="externalLink">apache-maven-3.9.10-src.zip.asc</a></td>
           </tr>
         </tbody>
       </table>
       
 <ul>
         
-<li>3.9.9 <a href="./docs/3.9.9/release-notes.html">Release Notes</a> and
-            <a href="./ref/3.9.9/">Release Reference Documentation</a></li>
+<li>3.9.10 <a href="./docs/3.9.10/release-notes.html">Release Notes</a> and
+            <a href="./ref/3.9.10/">Release Reference Documentation</a></li>
         
 <li><a href="./scm.html">latest source code from source repository</a></li>
         

Modified: maven/website/content/examples/maven-3-lifecycle-extensions.html
==============================================================================
--- maven/website/content/examples/maven-3-lifecycle-extensions.html (original)
+++ maven/website/content/examples/maven-3-lifecycle-extensions.html Thu Jun  5 
20:22:01 2025
@@ -150,7 +150,7 @@
 <li><a 
href="/ref/current/maven-core/apidocs/org/apache/maven/AbstractMavenLifecycleParticipant.html"><code>org.apache.maven.AbstractMavenLifecycleParticipant</code></a>,</li>
 <li><a 
href="/ref/current/maven-core/apidocs/org/apache/maven/eventspy/AbstractEventSpy.html"><code>org.apache.maven.eventspy.AbstractEventSpy</code></a></li></ul></section><section><a
 id="Build_Your_Extension"></a>
 <h2>Build Your Extension</h2>
-<p>Create a Maven project with a dependency on 
<code>org.apache.maven:maven-core:3.9.9</code> and other dependencies:</p>
+<p>Create a Maven project with a dependency on 
<code>org.apache.maven:maven-core:3.9.10</code> and other dependencies:</p>
 <pre class="prettyprint linenums"><code>    
&lt;groupId&gt;org.apache.maven.extensions&lt;/groupId&gt;
     &lt;artifactId&gt;beer-maven-lifecycle&lt;/artifactId&gt;
     &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
@@ -158,7 +158,7 @@
     &lt;dependency&gt;
       &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
       &lt;artifactId&gt;maven-core&lt;/artifactId&gt;
-      &lt;version&gt;3.9.9&lt;/version&gt;
+      &lt;version&gt;3.9.10&lt;/version&gt;
       &lt;scope&gt;provided&lt;/scope&gt; &lt;!-- always provided by the Maven 
Core Classloader --&gt;
     &lt;/dependency&gt;
 

Modified: maven/website/content/install.html
==============================================================================
--- maven/website/content/install.html (original)
+++ maven/website/content/install.html Thu Jun  5 20:22:01 2025
@@ -153,7 +153,7 @@ or manually by downloading the archive a
 <p>You need a Java Development Kit (JDK) installed. Either set the 
<code>JAVA_HOME</code>
 environment variable to the path of your JDK installation or have the 
<code>java</code> executable
 on your <code>PATH</code>.</p>
-<p>The current stable version <code>3.9.9</code> requires JDK 8+, but any 
recent version will work just fine.</p></section><section><a 
id="Binary_distribution"></a>
+<p>The current stable version <code>3.9.10</code> requires JDK 8+, but any 
recent version will work just fine.</p></section><section><a 
id="Binary_distribution"></a>
 <h2>Binary distribution</h2>
 <p>To install Apache Maven, extract the archive and add its bin directory to 
the <code>PATH</code>.
 This works on any operating system, but setting the path and environment 
variables depends on the OS.</p>
@@ -163,17 +163,17 @@ This works on any operating system, but
 <li>
 <p>Download the Apache Maven <a href="/download.html">binary distribution 
archive</a>.</p></li>
 <li>
-<p>Extract the distribution archive in any directory. Use <code>unzip 
apache-maven-3.9.9-bin.zip</code>
-or <code>tar xzvf apache-maven-3.9.9-bin.tar.gz</code> depending on the 
archive.</p></li>
+<p>Extract the distribution archive in any directory. Use <code>unzip 
apache-maven-3.9.10-bin.zip</code>
+or <code>tar xzvf apache-maven-3.9.10-bin.tar.gz</code> depending on the 
archive.</p></li>
 <li>
-<p>Add the <code>bin</code> directory of the created directory 
<code>apache-maven-3.9.9</code> to
+<p>Add the <code>bin</code> directory of the created directory 
<code>apache-maven-3.9.10</code> to
 the <code>PATH</code> environment variable</p></li>
 <li>
 <p>Confirm with <code>mvn -v</code> in a new shell. The result should look 
similar to:</p></li>
 </ol>
 
-<pre><code class="nohighlight nocode">Apache Maven 3.9.9 
(8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
-Maven home: /opt/apache-maven-3.9.9
+<pre><code class="nohighlight nocode">Apache Maven 3.9.10 
(8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
+Maven home: /opt/apache-maven-3.9.10
 Java version: 1.8.0_45, vendor: Oracle Corporation
 Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre
 Default locale: en_US, platform encoding: UTF-8

Modified: maven/website/content/pom.html
==============================================================================
--- maven/website/content/pom.html (original)
+++ maven/website/content/pom.html Thu Jun  5 20:22:01 2025
@@ -420,9 +420,9 @@
 <p>Note: As <code>2.0-rc1</code> &lt; <code>2.0</code>, the version 
requirement <code>[1.0,2.0)</code> excludes <code>2.0</code> but includes 
version <code>2.0-rc1</code>, which is contrary to what most people expect. In 
addition, Gradle interprets it differently, resulting in different dependency 
trees for the same POM. If the intention is to restrict it to <code>1.*</code> 
versions, the better version requirement is <code>[1,1.999999]</code> or 
<code>[1,2-alpha)</code>.</p></li></ul></section><section><a 
id="Version_Order_Testing"></a>
 <h5>Version Order Testing</h5>
 <p>The maven distribution includes a tool to check version order. It was used 
to produce the examples in the previous paragraphs. Feel free to run it 
yourself when in doubt. You can run it like this:</p>
-<pre>java -jar ${MAVEN_HOME}/lib/maven-artifact-3.9.9.jar [versions...]</pre>
+<pre>java -jar ${MAVEN_HOME}/lib/maven-artifact-3.9.10.jar [versions...]</pre>
 <p>example:</p>
-<pre>$ java -jar ./lib/maven-artifact-3.9.9.jar  1 2 1.1
+<pre>$ java -jar ./lib/maven-artifact-3.9.10.jar  1 2 1.1
 Display parameters as parsed by Maven (in canonical form and as a list of 
tokens) and comparison result:
 1. 1 -&gt; 1; tokens: [1]
    1 &lt; 2
@@ -438,7 +438,7 @@ Display parameters as parsed by Maven (i
     &lt;dependency&gt;
       &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
       &lt;artifactId&gt;maven-embedder&lt;/artifactId&gt;
-      &lt;version&gt;3.9.9&lt;/version&gt;
+      &lt;version&gt;3.9.10&lt;/version&gt;
       &lt;exclusions&gt;
         &lt;exclusion&gt;
           &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;

Modified: maven/website/content/release-notes-all.html
==============================================================================
--- maven/website/content/release-notes-all.html (original)
+++ maven/website/content/release-notes-all.html Thu Jun  5 20:22:01 2025
@@ -152,6 +152,7 @@ under the License.
 <p>Release notes list:</p>
 <ul>
 
+<li><a href="docs/3.9.10/release-notes.html">Release notes for Maven 
3.9.10</a></li>
 <li><a href="docs/3.9.9/release-notes.html">Release notes for Maven 
3.9.9</a></li>
 <li><a href="docs/3.9.8/release-notes.html">Release notes for Maven 
3.9.8</a></li>
 <li><a href="docs/3.9.7/release-notes.html">Release notes for Maven 
3.9.7</a></li>

Modified: maven/website/content/xsd/core-extensions-1.1.0.xsd
==============================================================================
--- maven/website/content/xsd/core-extensions-1.1.0.xsd (original)
+++ maven/website/content/xsd/core-extensions-1.1.0.xsd Thu Jun  5 20:22:01 2025
@@ -1,24 +1,22 @@
 <?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one             -->
+<!-- or more contributor license agreements. See the NOTICE file            -->
+<!-- distributed with this work for additional information                  -->
+<!-- regarding copyright ownership. The ASF licenses this file              -->
+<!-- to you under the Apache License, Version 2.0 (the                      -->
+<!-- "License"); you may not use this file except in compliance             -->
+<!-- with the License. You may obtain a copy of the License at              -->
+<!--                                                                        -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0                             -->
+<!--                                                                        -->
+<!-- Unless required by applicable law or agreed to in writing,             -->
+<!-- software distributed under the License is distributed on an            -->
+<!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                 -->
+<!-- KIND, either express or implied. See the License for the               -->
+<!-- specific language governing permissions and limitations                -->
+<!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.0.0,                                            -->
+<!-- Generated by Modello 2.4.0,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/EXTENSIONS/1.1.0"; 
targetNamespace="http://maven.apache.org/EXTENSIONS/1.1.0";>

Modified: maven/website/content/xsd/lifecycle-1.0.0.xsd
==============================================================================
--- maven/website/content/xsd/lifecycle-1.0.0.xsd (original)
+++ maven/website/content/xsd/lifecycle-1.0.0.xsd Thu Jun  5 20:22:01 2025
@@ -1,24 +1,22 @@
 <?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one             -->
+<!-- or more contributor license agreements. See the NOTICE file            -->
+<!-- distributed with this work for additional information                  -->
+<!-- regarding copyright ownership. The ASF licenses this file              -->
+<!-- to you under the Apache License, Version 2.0 (the                      -->
+<!-- "License"); you may not use this file except in compliance             -->
+<!-- with the License. You may obtain a copy of the License at              -->
+<!--                                                                        -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0                             -->
+<!--                                                                        -->
+<!-- Unless required by applicable law or agreed to in writing,             -->
+<!-- software distributed under the License is distributed on an            -->
+<!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                 -->
+<!-- KIND, either express or implied. See the License for the               -->
+<!-- specific language governing permissions and limitations                -->
+<!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.11,                                             -->
+<!-- Generated by Modello 2.4.0,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/LIFECYCLE/1.0.0"; 
targetNamespace="http://maven.apache.org/LIFECYCLE/1.0.0";>
@@ -62,7 +60,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="phase" minOccurs="0" maxOccurs="unbounded" 
type="Phase"/>
+            <xs:element type="Phase" name="phase" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -87,7 +85,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="execution" minOccurs="0" maxOccurs="unbounded" 
type="Execution"/>
+            <xs:element type="Execution" name="execution" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -128,7 +126,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="goal" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="goal" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>

Modified: maven/website/content/xsd/maven-4.0.0.xsd
==============================================================================
--- maven/website/content/xsd/maven-4.0.0.xsd (original)
+++ maven/website/content/xsd/maven-4.0.0.xsd Thu Jun  5 20:22:01 2025
@@ -1,24 +1,22 @@
 <?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one             -->
+<!-- or more contributor license agreements. See the NOTICE file            -->
+<!-- distributed with this work for additional information                  -->
+<!-- regarding copyright ownership. The ASF licenses this file              -->
+<!-- to you under the Apache License, Version 2.0 (the                      -->
+<!-- "License"); you may not use this file except in compliance             -->
+<!-- with the License. You may obtain a copy of the License at              -->
+<!--                                                                        -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0                             -->
+<!--                                                                        -->
+<!-- Unless required by applicable law or agreed to in writing,             -->
+<!-- software distributed under the License is distributed on an            -->
+<!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                 -->
+<!-- KIND, either express or implied. See the License for the               -->
+<!-- specific language governing permissions and limitations                -->
+<!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.11,                                             -->
+<!-- Generated by Modello 2.4.0,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/POM/4.0.0"; 
targetNamespace="http://maven.apache.org/POM/4.0.0";>
@@ -161,7 +159,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="license" minOccurs="0" maxOccurs="unbounded" 
type="License"/>
+            <xs:element type="License" name="license" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -172,7 +170,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="developer" minOccurs="0" maxOccurs="unbounded" 
type="Developer"/>
+            <xs:element type="Developer" name="developer" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -183,7 +181,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="contributor" minOccurs="0" maxOccurs="unbounded" 
type="Contributor"/>
+            <xs:element type="Contributor" name="contributor" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -194,7 +192,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="mailingList" minOccurs="0" maxOccurs="unbounded" 
type="MailingList"/>
+            <xs:element type="MailingList" name="mailingList" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -214,7 +212,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="module" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="module" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -287,7 +285,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" 
type="Dependency"/>
+            <xs:element type="Dependency" name="dependency" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -299,7 +297,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="repository" minOccurs="0" maxOccurs="unbounded" 
type="Repository"/>
+            <xs:element type="Repository" name="repository" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -311,7 +309,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="pluginRepository" minOccurs="0" 
maxOccurs="unbounded" type="Repository"/>
+            <xs:element type="Repository" name="pluginRepository" 
minOccurs="0" maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -357,7 +355,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="profile" minOccurs="0" maxOccurs="unbounded" 
type="Profile"/>
+            <xs:element type="Profile" name="profile" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -458,7 +456,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="notifier" minOccurs="0" maxOccurs="unbounded" 
type="Notifier"/>
+            <xs:element type="Notifier" name="notifier" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -663,7 +661,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" 
type="Dependency"/>
+            <xs:element type="Dependency" name="dependency" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -707,8 +705,10 @@
           <xs:documentation source="version">3.0.0+</xs:documentation>
           <xs:documentation source="description">
             
-            The version of the dependency, e.g. 
&lt;code&gt;3.2.1&lt;/code&gt;. In Maven 2, this can also be
-            specified as a range of versions.
+            The version requirement of the dependency, e.g. 
&lt;code&gt;3.2.1&lt;/code&gt;. The actual version will be resolved based on 
the usage context.
+            Version requirement can also be specified as a range of versions, 
e.g. &lt;code&gt;[3.2.0,)&lt;/code&gt;. This is discouraged as it may break 
&lt;i&gt;predictability&lt;/i&gt; of resolved version.
+            See &lt;a 
href=&quot;https://s.apache.org/dependency-version&quot;&gt;dependency version 
requirement documentation&lt;/a&gt;
+            and &lt;a 
href=&quot;https://s.apache.org/transitive-dependencies-resolution&quot;&gt;transitive
 dependencies resolution&lt;/a&gt; for more details.
             
           </xs:documentation>
         </xs:annotation>
@@ -783,7 +783,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="exclusion" minOccurs="0" maxOccurs="unbounded" 
type="Exclusion"/>
+            <xs:element type="Exclusion" name="exclusion" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -814,16 +814,16 @@
       </xs:documentation>
     </xs:annotation>
     <xs:all>
-      <xs:element minOccurs="0" name="artifactId" type="xs:string">
+      <xs:element minOccurs="0" name="groupId" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">The artifact ID of the 
project to exclude.</xs:documentation>
+          <xs:documentation source="description">The group ID of the project 
to exclude.</xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element minOccurs="0" name="groupId" type="xs:string">
+      <xs:element minOccurs="0" name="artifactId" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">The group ID of the project 
to exclude.</xs:documentation>
+          <xs:documentation source="description">The artifact ID of the 
project to exclude.</xs:documentation>
         </xs:annotation>
       </xs:element>
     </xs:all>
@@ -935,7 +935,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="role" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="role" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1033,7 +1033,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="otherArchive" minOccurs="0" 
maxOccurs="unbounded" type="xs:string"/>
+            <xs:element type="xs:string" name="otherArchive" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1089,7 +1089,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="role" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="role" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1210,8 +1210,8 @@
   <xs:complexType name="DeploymentRepository">
     <xs:annotation>
       <xs:documentation source="version">4.0.0+</xs:documentation>
-      <xs:documentation source="description">Repository contains the 
information needed for deploying to the remote
-        repository.</xs:documentation>
+      <xs:documentation source="description">Deployment repository contains 
the information needed for deploying to the remote
+        repository, which adds uniqueVersion property to usual repositories 
for download.</xs:documentation>
     </xs:annotation>
     <xs:all>
       <xs:element minOccurs="0" name="uniqueVersion" type="xs:boolean" 
default="true">
@@ -1448,7 +1448,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" 
type="ReportPlugin"/>
+            <xs:element type="ReportPlugin" name="plugin" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1459,7 +1459,7 @@
       <xs:documentation source="version">4.0.0+</xs:documentation>
       <xs:documentation source="description">
         
-        The &lt;code&gt;&amp;lt;plugin&amp;gt;&lt;/code&gt; element contains 
informations required for a report plugin.
+        The &lt;code&gt;&amp;lt;plugin&amp;gt;&lt;/code&gt; element in 
&lt;code&gt;&amp;lt;reporting&amp;gt;&amp;lt;plugins&amp;gt;&lt;/code&gt; 
contains informations required for a report plugin.
         
       </xs:documentation>
     </xs:annotation>
@@ -1479,7 +1479,12 @@
       <xs:element minOccurs="0" name="version" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">The version of the reporting 
plugin to be used.</xs:documentation>
+          <xs:documentation source="description">
+            
+            The version of the reporting plugin to be used. Starting with 
Maven 3, if no version is defined explicitely,
+            version is searched in &lt;code&gt;build/plugins&lt;/code&gt; then 
in &lt;code&gt;build/pluginManagement&lt;/code&gt;.
+            
+          </xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="reportSets">
@@ -1494,7 +1499,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="reportSet" minOccurs="0" maxOccurs="unbounded" 
type="ReportSet"/>
+            <xs:element type="ReportSet" name="reportSet" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1559,7 +1564,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="report" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="report" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1641,7 +1646,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="module" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="module" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1696,7 +1701,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" 
type="Dependency"/>
+            <xs:element type="Dependency" name="dependency" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1708,7 +1713,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="repository" minOccurs="0" maxOccurs="unbounded" 
type="Repository"/>
+            <xs:element type="Repository" name="repository" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1720,7 +1725,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="pluginRepository" minOccurs="0" 
maxOccurs="unbounded" type="Repository"/>
+            <xs:element type="Repository" name="pluginRepository" 
minOccurs="0" maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -1794,7 +1799,7 @@
       <xs:element minOccurs="0" name="property" type="ActivationProperty">
         <xs:annotation>
           <xs:documentation source="version">4.0.0+</xs:documentation>
-          <xs:documentation source="description">Specifies that this profile 
will be activated when this system property is
+          <xs:documentation source="description">Specifies that this profile 
will be activated when this property is
             specified.</xs:documentation>
         </xs:annotation>
       </xs:element>
@@ -1835,8 +1840,8 @@
         is the location of a file that needs to exist, and if it doesn&apos;t, 
the profile will be
         activated. On the other hand, &lt;code&gt;exists&lt;/code&gt; will 
test for the existence of the file and if it is
         there, the profile will be activated.&lt;br&gt;
-        Variable interpolation for these file specifications is limited to 
&lt;code&gt;${basedir}&lt;/code&gt;,
-        System properties and request properties.</xs:documentation>
+        Variable interpolation for these file specifications is limited to 
&lt;code&gt;${project.basedir}&lt;/code&gt;,
+        system properties and user properties.</xs:documentation>
     </xs:annotation>
     <xs:all>
       <xs:element minOccurs="0" name="missing" type="xs:string">
@@ -1962,7 +1967,7 @@
   <xs:complexType name="BuildBase">
     <xs:annotation>
       <xs:documentation source="version">3.0.0+</xs:documentation>
-      <xs:documentation source="description">Generic informations for a 
build.</xs:documentation>
+      <xs:documentation source="description">Build configuration in a 
profile.</xs:documentation>
     </xs:annotation>
     <xs:all>
       <xs:element minOccurs="0" name="defaultGoal" type="xs:string">
@@ -1986,7 +1991,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="resource" minOccurs="0" maxOccurs="unbounded" 
type="Resource"/>
+            <xs:element type="Resource" name="resource" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2001,7 +2006,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="testResource" minOccurs="0" 
maxOccurs="unbounded" type="Resource"/>
+            <xs:element type="Resource" name="testResource" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2033,7 +2038,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="filter" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="filter" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2053,7 +2058,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" 
type="Plugin"/>
+            <xs:element type="Plugin" name="plugin" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2108,7 +2113,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="execution" minOccurs="0" maxOccurs="unbounded" 
type="PluginExecution"/>
+            <xs:element type="PluginExecution" name="execution" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2120,7 +2125,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="dependency" minOccurs="0" maxOccurs="unbounded" 
type="Dependency"/>
+            <xs:element type="Dependency" name="dependency" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2211,7 +2216,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="goal" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="goal" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2310,7 +2315,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="include" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="include" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2325,7 +2330,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="exclude" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="exclude" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2345,7 +2350,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" 
type="Plugin"/>
+            <xs:element type="Plugin" name="plugin" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2363,6 +2368,11 @@
           <xs:documentation source="description">
             For a plugin project (packaging is 
&lt;code&gt;maven-plugin&lt;/code&gt;), the minimum version of
             Maven required to use the resulting plugin.&lt;br&gt;
+            In Maven 2, this was also specifying the minimum version of Maven 
required to build a
+            project, but this usage is &lt;b&gt;deprecated&lt;/b&gt; in Maven 
3 and not checked any more: use
+            the &lt;a 
href=&quot;https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html&quot;&gt;Maven
 Enforcer Plugin&apos;s
+            &lt;code&gt;requireMavenVersion&lt;/code&gt; rule&lt;/a&gt; 
instead.
+            
           </xs:documentation>
         </xs:annotation>
       </xs:element>
@@ -2438,7 +2448,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="extension" minOccurs="0" maxOccurs="unbounded" 
type="Extension"/>
+            <xs:element type="Extension" name="extension" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2463,7 +2473,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="resource" minOccurs="0" maxOccurs="unbounded" 
type="Resource"/>
+            <xs:element type="Resource" name="resource" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2478,7 +2488,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="testResource" minOccurs="0" 
maxOccurs="unbounded" type="Resource"/>
+            <xs:element type="Resource" name="testResource" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2510,7 +2520,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="filter" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="filter" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -2530,7 +2540,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" 
type="Plugin"/>
+            <xs:element type="Plugin" name="plugin" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>

Modified: maven/website/content/xsd/paramdoc-1.0.0.xsd
==============================================================================
--- maven/website/content/xsd/paramdoc-1.0.0.xsd (original)
+++ maven/website/content/xsd/paramdoc-1.0.0.xsd Thu Jun  5 20:22:01 2025
@@ -1,24 +1,22 @@
 <?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one             -->
+<!-- or more contributor license agreements. See the NOTICE file            -->
+<!-- distributed with this work for additional information                  -->
+<!-- regarding copyright ownership. The ASF licenses this file              -->
+<!-- to you under the Apache License, Version 2.0 (the                      -->
+<!-- "License"); you may not use this file except in compliance             -->
+<!-- with the License. You may obtain a copy of the License at              -->
+<!--                                                                        -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0                             -->
+<!--                                                                        -->
+<!-- Unless required by applicable law or agreed to in writing,             -->
+<!-- software distributed under the License is distributed on an            -->
+<!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                 -->
+<!-- KIND, either express or implied. See the License for the               -->
+<!-- specific language governing permissions and limitations                -->
+<!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.11,                                             -->
+<!-- Generated by Modello 2.4.0,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/PARAMDOC/1.0.0"; 
targetNamespace="http://maven.apache.org/PARAMDOC/1.0.0";>
@@ -42,7 +40,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="expression" minOccurs="0" maxOccurs="unbounded" 
type="Expression"/>
+            <xs:element type="Expression" name="expression" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>

Modified: maven/website/content/xsd/profiles-1.0.0.xsd
==============================================================================
--- maven/website/content/xsd/profiles-1.0.0.xsd (original)
+++ maven/website/content/xsd/profiles-1.0.0.xsd Thu Jun  5 20:22:01 2025
@@ -1,24 +1,22 @@
 <?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one             -->
+<!-- or more contributor license agreements. See the NOTICE file            -->
+<!-- distributed with this work for additional information                  -->
+<!-- regarding copyright ownership. The ASF licenses this file              -->
+<!-- to you under the Apache License, Version 2.0 (the                      -->
+<!-- "License"); you may not use this file except in compliance             -->
+<!-- with the License. You may obtain a copy of the License at              -->
+<!--                                                                        -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0                             -->
+<!--                                                                        -->
+<!-- Unless required by applicable law or agreed to in writing,             -->
+<!-- software distributed under the License is distributed on an            -->
+<!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                 -->
+<!-- KIND, either express or implied. See the License for the               -->
+<!-- specific language governing permissions and limitations                -->
+<!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.11,                                             -->
+<!-- Generated by Modello 2.4.0,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/PROFILES/1.0.0"; 
targetNamespace="http://maven.apache.org/PROFILES/1.0.0";>
@@ -44,7 +42,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="profile" minOccurs="0" maxOccurs="unbounded" 
type="Profile"/>
+            <xs:element type="Profile" name="profile" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -58,7 +56,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="activeProfile" minOccurs="0" 
maxOccurs="unbounded" type="xs:string"/>
+            <xs:element type="xs:string" name="activeProfile" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -107,7 +105,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="repository" minOccurs="0" maxOccurs="unbounded" 
type="Repository"/>
+            <xs:element type="Repository" name="repository" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -120,7 +118,7 @@
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="pluginRepository" minOccurs="0" 
maxOccurs="unbounded" type="Repository"/>
+            <xs:element type="Repository" name="pluginRepository" 
minOccurs="0" maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -161,7 +159,7 @@
         <xs:annotation>
           <xs:documentation source="version">1.0.0</xs:documentation>
           <xs:documentation source="description">
-            Specifies that this profile will be activated when this System 
property is specified.
+            Specifies that this profile will be activated when this property 
is specified.
           </xs:documentation>
         </xs:annotation>
       </xs:element>

Modified: maven/website/content/xsd/repository-metadata-1.1.0.xsd
==============================================================================
--- maven/website/content/xsd/repository-metadata-1.1.0.xsd (original)
+++ maven/website/content/xsd/repository-metadata-1.1.0.xsd Thu Jun  5 20:22:01 
2025
@@ -1,24 +1,22 @@
 <?xml version="1.0"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one
-  or more contributor license agreements.  See the NOTICE file
-  distributed with this work for additional information
-  regarding copyright ownership.  The ASF licenses this file
-  to you under the Apache License, Version 2.0 (the
-  "License"); you may not use this file except in compliance
-  with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing,
-  software distributed under the License is distributed on an
-  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  KIND, either express or implied.  See the License for the
-  specific language governing permissions and limitations
-  under the License.
--->
+<!-- Licensed to the Apache Software Foundation (ASF) under one             -->
+<!-- or more contributor license agreements. See the NOTICE file            -->
+<!-- distributed with this work for additional information                  -->
+<!-- regarding copyright ownership. The ASF licenses this file              -->
+<!-- to you under the Apache License, Version 2.0 (the                      -->
+<!-- "License"); you may not use this file except in compliance             -->
+<!-- with the License. You may obtain a copy of the License at              -->
+<!--                                                                        -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0                             -->
+<!--                                                                        -->
+<!-- Unless required by applicable law or agreed to in writing,             -->
+<!-- software distributed under the License is distributed on an            -->
+<!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY                 -->
+<!-- KIND, either express or implied. See the License for the               -->
+<!-- specific language governing permissions and limitations                -->
+<!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 1.11,                                             -->
+<!-- Generated by Modello 2.4.0,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/METADATA/1.1.0"; 
targetNamespace="http://maven.apache.org/METADATA/1.1.0";>
@@ -35,35 +33,35 @@
       <xs:element minOccurs="0" name="groupId" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">The groupId that this 
directory represents, if any.</xs:documentation>
+          <xs:documentation source="description">The groupId when this 
directory represents &quot;groupId/artifactId&quot; or 
&quot;groupId/artifactId/version&quot;.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="artifactId" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">The artifactId that this 
directory represents, if any.</xs:documentation>
+          <xs:documentation source="description">The artifactId when this 
directory represents &quot;groupId/artifactId&quot; or 
&quot;groupId/artifactId/version&quot;.</xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element minOccurs="0" name="version" type="xs:string">
+      <xs:element minOccurs="0" name="versioning" type="Versioning">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">The version that this 
directory represents, if any. It is used for artifact snapshots 
only.</xs:documentation>
+          <xs:documentation source="description">Versioning information when 
this directory represents &quot;groupId/artifactId&quot; or 
&quot;groupId/artifactId/version&quot;.</xs:documentation>
         </xs:annotation>
       </xs:element>
-      <xs:element minOccurs="0" name="versioning" type="Versioning">
+      <xs:element minOccurs="0" name="version" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">Versioning information for 
the artifact.</xs:documentation>
+          <xs:documentation source="description">The base version (ie. ending 
in &lt;code&gt;-SNAPSHOT&lt;/code&gt;) when this directory represents a 
&quot;groupId/artifactId/version&quot; for a SNAPSHOT.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="plugins">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">The set of plugin mappings 
for the group represented by this directory</xs:documentation>
+          <xs:documentation source="description">The set of plugins when this 
directory represents a &quot;groupId&quot;.</xs:documentation>
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="plugin" minOccurs="0" maxOccurs="unbounded" 
type="Plugin"/>
+            <xs:element type="Plugin" name="plugin" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -78,7 +76,7 @@
   <xs:complexType name="Plugin">
     <xs:annotation>
       <xs:documentation source="version">1.0.0+</xs:documentation>
-      <xs:documentation source="description">Mapping information for a single 
plugin within this group</xs:documentation>
+      <xs:documentation source="description">Mapping information for a single 
plugin within this group.</xs:documentation>
     </xs:annotation>
     <xs:all>
       <xs:element minOccurs="0" name="name" type="xs:string">
@@ -104,52 +102,52 @@
   <xs:complexType name="Versioning">
     <xs:annotation>
       <xs:documentation source="version">1.0.0+</xs:documentation>
-      <xs:documentation source="description">Versioning information for an 
artifact (un-versioned or snapshot)</xs:documentation>
+      <xs:documentation source="description">Versioning information for 
&quot;groupId/artifactId&quot; or &quot;groupId/artifactId/version&quot; 
SNAPSHOT</xs:documentation>
     </xs:annotation>
     <xs:all>
       <xs:element minOccurs="0" name="latest" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">What the latest version in 
the directory is, including snapshots</xs:documentation>
+          <xs:documentation source="description">What the last version added 
to the directory is, including both releases and snapshots 
(&quot;groupId/artifactId&quot; directory only)</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="release" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">What the latest version in 
the directory is, of the releases only</xs:documentation>
-        </xs:annotation>
-      </xs:element>
-      <xs:element minOccurs="0" name="snapshot" type="Snapshot">
-        <xs:annotation>
-          <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">The current snapshot data in 
use for this version (artifact snapshots only)</xs:documentation>
+          <xs:documentation source="description">What the last version added 
to the directory is, for the releases only (&quot;groupId/artifactId&quot; 
directory only)</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="versions">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">Versions available of the 
artifact (both releases and snapshots)</xs:documentation>
+          <xs:documentation source="description">Versions available of the 
artifact (both releases and snapshots) (&quot;groupId/artifactId&quot; 
directory only)</xs:documentation>
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="version" minOccurs="0" maxOccurs="unbounded" 
type="xs:string"/>
+            <xs:element type="xs:string" name="version" minOccurs="0" 
maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
       <xs:element minOccurs="0" name="lastUpdated" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">When the metadata was last 
updated</xs:documentation>
+          <xs:documentation source="description">When the metadata was last 
updated (both &quot;groupId/artifactId&quot; and 
&quot;groupId/artifactId/version&quot; directories). The timestamp is expressed 
using UTC in the format yyyyMMddHHmmss.</xs:documentation>
+        </xs:annotation>
+      </xs:element>
+      <xs:element minOccurs="0" name="snapshot" type="Snapshot">
+        <xs:annotation>
+          <xs:documentation source="version">1.0.0+</xs:documentation>
+          <xs:documentation source="description">The current snapshot data in 
use for this version (&quot;groupId/artifactId/version&quot; 
only)</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="snapshotVersions">
         <xs:annotation>
           <xs:documentation source="version">1.1.0+</xs:documentation>
-          <xs:documentation source="description">Information for each 
sub-artifact available in this artifact snapshot.</xs:documentation>
+          <xs:documentation source="description">Information for each 
sub-artifact available in this artifact snapshot. This is only the most recent 
SNAPSHOT for each unique extension/classifier combination.</xs:documentation>
         </xs:annotation>
         <xs:complexType>
           <xs:sequence>
-            <xs:element name="snapshotVersion" minOccurs="0" 
maxOccurs="unbounded" type="SnapshotVersion"/>
+            <xs:element type="SnapshotVersion" name="snapshotVersion" 
minOccurs="0" maxOccurs="unbounded"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
@@ -164,13 +162,13 @@
       <xs:element minOccurs="0" name="classifier" type="xs:string" default="">
         <xs:annotation>
           <xs:documentation source="version">1.1.0+</xs:documentation>
-          <xs:documentation source="description">The classifier of the 
sub-artifact.</xs:documentation>
+          <xs:documentation source="description">The classifier of the 
sub-artifact. Each classifier and extension pair may only appear 
once.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="extension" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.1.0+</xs:documentation>
-          <xs:documentation source="description">The file extension of 
thesub-artifact.</xs:documentation>
+          <xs:documentation source="description">The file extension of the 
sub-artifact. Each classifier and extension pair may only appear 
once.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="value" type="xs:string">
@@ -190,13 +188,13 @@
   <xs:complexType name="Snapshot">
     <xs:annotation>
       <xs:documentation source="version">1.0.0+</xs:documentation>
-      <xs:documentation source="description">Snapshot data for the current 
artifact version</xs:documentation>
+      <xs:documentation source="description">Snapshot data for the last 
artifact corresponding to the SNAPSHOT base version</xs:documentation>
     </xs:annotation>
     <xs:all>
       <xs:element minOccurs="0" name="timestamp" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">1.0.0+</xs:documentation>
-          <xs:documentation source="description">The time it was 
deployed</xs:documentation>
+          <xs:documentation source="description">The timestamp when this 
version was deployed. The timestamp is expressed using UTC in the format 
yyyyMMdd.HHmmss.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="buildNumber" type="xs:int" default="0">



Reply via email to