Author: svn-site-role
Date: Tue Jul 15 21:15:55 2025
New Revision: 1927251

Log:
Site checkin for project Apache Maven Site

Added:
    maven/website/content/docs/3.9.11/
    maven/website/content/docs/3.9.11/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 Tue Jul 15 21:15:55 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.10/
-Redirect /ref/current /ref/3.9.10/
+Redirect /ref/current/ /ref/3.9.11/
+Redirect /ref/current /ref/3.9.11/
 
 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.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-aether-provider/(.*)$ 
/ref/3.9.11/maven-aether-provider/$1
+RedirectMatch ^/maven-artifact/(.*)$ /ref/3.9.11/maven-artifact/$1
+RedirectMatch ^/maven-compat/(.*)$ /ref/3.9.11/maven-compat/$1
+RedirectMatch ^/maven-core/(.*)$ /ref/3.9.11/maven-core/$1
+RedirectMatch ^/maven-embedder/(.*)$ /ref/3.9.11/maven-embedder/$1
+RedirectMatch ^/maven-model/(.*)$ /ref/3.9.11/maven-model/$1
+RedirectMatch ^/maven-model-builder/(.*)$ /ref/3.9.11/maven-model-builder/$1
+RedirectMatch ^/maven-plugin-api/(.*)$ /ref/3.9.11/maven-plugin-api/$1
+RedirectMatch ^/maven-repository-metadata/(.*)$ 
/ref/3.9.11/maven-repository-metadata/$1
+RedirectMatch ^/maven-settings/(.*)$ /ref/3.9.11/maven-settings/$1
+RedirectMatch ^/maven-settings-builder/(.*)$ 
/ref/3.9.11/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.11/release-notes.html
==============================================================================
--- maven/website/content/docs/3.9.11/release-notes.html (added)
+++ maven/website/content/docs/3.9.11/release-notes.html Tue Jul 15 21:15:55 
2025
@@ -0,0 +1,210 @@
+<!DOCTYPE html>
+
+
+<!--
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0 from 
content/markdown/docs/3.9.11/release-notes.md at 2025-07-15
+ | 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.11 – 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.11 <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/docs/3.9.11/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-07-15</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="../../install.html">Installation</a></li>
+    <li><a href="../../download.html">Downloads</a></li>
+    <li><a href="../../users/index.html">Use</a></li>
+    <li><a href="../../run.html">Run</a></li>
+    <li><a href="../../configure.html">Configure</a></li>
+    <li><a href="../../docs/history.html">Release Notes</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"><span 
class="icon-chevron-down"></span>Maven Tools</a>
+     <ul class="nav nav-list">
+      <li><a href="../../mvnd.html">Maven Daemon</a></li>
+     </ul></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.11"></a>
+<h1>Release Notes &#x2013; Maven 3.9.11</h1>
+<p>The Apache Maven team would like to announce the release of Maven 
3.9.11.</p>
+<p>Maven 3.9.11 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.11/">https://maven.apache.org/ref/3.9.11/</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.10. 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>Maven itself received new features - ability to control which repositories 
to be queried to resolve ranges.</p>
+<p>This release updates Resolver to version <a 
href="https://github.com/apache/maven-resolver/releases/tag/maven-resolver-1.9.24";
 class="externalLink">1.9.22</a>.
+Resolver upgrade includes:</p>
+<ul>
+
+<li>RFC9457 implementation - human-readable description details for HTTP 
problems</li>
+<li>small memory usage improvement</li>
+</ul></section><section><a id="Full_changelog"></a>
+<h2>Full changelog</h2>
+<p>For a full list of changes, please refer to the <a 
href="https://github.com/apache/maven/releases/tag/maven-3.9.11"; 
class="externalLink">GitHub release page</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 Tue Jul 15 21:15:55 2025
@@ -151,7 +151,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.10, the Apache Maven team project will 
currently maintain two core versions: <strong>3.9.10</strong> and 
<strong>3.8.9</strong>.</p>
+The last release is currently 3.9.11, the Apache Maven team project will 
currently maintain two core versions: <strong>3.9.11</strong> and 
<strong>3.8.9</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>
@@ -294,122 +294,128 @@ 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>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/bh8hr89omrbw19ychrklyh3rompn1hj7"; 
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>
+<td><b>2025-07-12</b></td>
+<td><b>3.9.11</b></td>
+<td rowspan="12">Java 8</td>
+<td><b><a href="https://lists.apache.org/thread/TODO-3.9.11"; 
class="externalLink">announce</a>, <a 
href="./3.9.11/release-notes.html">release notes</a>, <a 
href="/ref/3.9.11/">reference documentation</a></b></td>
 </tr>
 
 <tr class="a">
+<td>2025-06-01</td>
+<td>3.9.10</td>
+<td><a href="https://lists.apache.org/thread/bh8hr89omrbw19ychrklyh3rompn1hj7"; 
class="externalLink">announce</a>, <a 
href="./3.9.10/release-notes.html">release notes</a>, <a 
href="/ref/3.9.10/">reference documentation</a></td>
+</tr>
+
+<tr class="b">
 <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">
+<tr class="a">
 <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="a">
+<tr class="b">
 <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="b">
+<tr class="a">
 <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="a">
+<tr class="b">
 <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="b">
+<tr class="a">
 <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="a">
+<tr class="b">
 <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="b">
+<tr class="a">
 <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="a">
+<tr class="b">
 <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="b">
+<tr class="a">
 <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="a">
+<tr class="b">
 <td><b>2025-06-14</b></td>
 <td><b>3.8.9</b></td>
 <td rowspan="9">Java 7</td>
 <td><b><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202506.mbox/%3c29d7124a-0853-45c4-a163-53cb66aaf...@apache.org%3E";
 class="externalLink">announce</a>, <a 
href="./3.8.9/release-notes.html">release notes</a>, <a 
href="/ref/3.8.9/">reference documentation</a></b></td>
 </tr>
 
-<tr class="b">
+<tr class="a">
 <td>2023-03-08</td>
 <td>3.8.8</td>
 <td><a 
href="https://mail-archives.apache.org/mod_mbox/maven-announce/202303.mbox/%3c04b66b57-dc73-8765-0fce-cc72130c3...@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></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 Tue Jul 15 21:15:55 2025
@@ -136,11 +136,11 @@
         <main id="bodyColumn" class="span10">
 
   
-    <section><a id="Downloading_Apache_Maven_3.9.10"></a>
-<h1>Downloading Apache Maven 3.9.10</h1>
+    <section><a id="Downloading_Apache_Maven_3.9.11"></a>
+<h1>Downloading Apache Maven 3.9.11</h1>
 
       
-<p>Apache Maven 3.9.10 is the latest release: it is the recommended version 
for all users.</p>
+<p>Apache Maven 3.9.11 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>
@@ -218,33 +218,33 @@
             
 <td>Binary tar.gz archive</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="[preferred]maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz">apache-maven-3.9.11-bin.tar.gz</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.11/binaries/apache-maven-3.9.11-bin.tar.gz.sha512";
 class="externalLink">apache-maven-3.9.11-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.asc";
 class="externalLink">apache-maven-3.9.10-bin.tar.gz.asc</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz.asc";
 class="externalLink">apache-maven-3.9.11-bin.tar.gz.asc</a></td>
           </tr>
           
 <tr class="a">
             
 <td>Binary zip archive</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="[preferred]maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip">apache-maven-3.9.11-bin.zip</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.11/binaries/apache-maven-3.9.11-bin.zip.sha512";
 class="externalLink">apache-maven-3.9.11-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.asc";
 class="externalLink">apache-maven-3.9.10-bin.zip.asc</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip.asc";
 class="externalLink">apache-maven-3.9.11-bin.zip.asc</a></td>
           </tr>
           
 <tr class="b">
             
 <td>Source tar.gz archive</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="[preferred]maven/maven-3/3.9.11/source/apache-maven-3.9.11-src.tar.gz">apache-maven-3.9.11-src.tar.gz</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.11/source/apache-maven-3.9.11-src.tar.gz.sha512";
 class="externalLink">apache-maven-3.9.11-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.asc";
 class="externalLink">apache-maven-3.9.10-src.tar.gz.asc</a>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.11/source/apache-maven-3.9.11-src.tar.gz.asc";
 class="externalLink">apache-maven-3.9.11-src.tar.gz.asc</a>
             </td>
           </tr>
           
@@ -252,19 +252,19 @@
             
 <td>Source zip archive </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="[preferred]maven/maven-3/3.9.11/source/apache-maven-3.9.11-src.zip">apache-maven-3.9.11-src.zip</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.11/source/apache-maven-3.9.11-src.zip.sha512";
 class="externalLink">apache-maven-3.9.11-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.asc";
 class="externalLink">apache-maven-3.9.10-src.zip.asc</a></td>
+<td><a 
href="https://downloads.apache.org/maven/maven-3/3.9.11/source/apache-maven-3.9.11-src.zip.asc";
 class="externalLink">apache-maven-3.9.11-src.zip.asc</a></td>
           </tr>
         </tbody>
       </table>
       
 <ul>
         
-<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>3.9.11 <a href="./docs/3.9.11/release-notes.html">Release Notes</a> and
+            <a href="./ref/3.9.11/">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 Tue Jul 15 
21:15:55 2025
@@ -158,7 +158,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.10</code> and other dependencies:</p>
+<p>Create a Maven project with a dependency on 
<code>org.apache.maven:maven-core:3.9.11</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;
@@ -166,7 +166,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.10&lt;/version&gt;
+      &lt;version&gt;3.9.11&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 Tue Jul 15 21:15:55 2025
@@ -156,7 +156,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.10</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.11</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>
@@ -166,17 +166,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.10-bin.zip</code>
-or <code>tar xzvf apache-maven-3.9.10-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.11-bin.zip</code>
+or <code>tar xzvf apache-maven-3.9.11-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.10</code> to
+<p>Add the <code>bin</code> directory of the created directory 
<code>apache-maven-3.9.11</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.10 
(5f519b97e944483d878815739f519b2eade0a91d)
-Maven home: /opt/apache-maven-3.9.10
+<pre><code class="nohighlight nocode">Apache Maven 3.9.11 
(3e54c93a704957b63ee3494413a2b544fd3d825b)
+Maven home: /opt/apache-maven-3.9.11
 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 Tue Jul 15 21:15:55 2025
@@ -437,9 +437,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.10.jar [versions...]</pre>
+<pre>java -jar ${MAVEN_HOME}/lib/maven-artifact-3.9.11.jar [versions...]</pre>
 <p>example:</p>
-<pre>$ java -jar ./lib/maven-artifact-3.9.10.jar  1 2 1.1
+<pre>$ java -jar ./lib/maven-artifact-3.9.11.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
@@ -455,7 +455,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.10&lt;/version&gt;
+      &lt;version&gt;3.9.11&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 Tue Jul 15 21:15:55 2025
@@ -155,6 +155,7 @@ under the License.
 <p>Release notes list:</p>
 <ul>
 
+<li><a href="docs/3.9.11/release-notes.html">Release notes for Maven 
3.9.11</a></li>
 <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>

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 Tue Jul 15 21:15:55 2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- 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 Tue Jul 15 21:15:55 2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- 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";>

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 Tue Jul 15 21:15:55 2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- 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";>
@@ -705,10 +705,13 @@
           <xs:documentation source="version">3.0.0+</xs:documentation>
           <xs:documentation source="description">
             
-            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.
+            The version requirement of the dependency such as 
&lt;code&gt;3.2.1&lt;/code&gt;.
+            The actual version will be resolved by dependency mediation.
+            The version requirement can also be
+            specified as a range of versions such as 
&lt;code&gt;[3.2.0,)&lt;/code&gt;.
+            However, this is discouraged since it may break 
&lt;i&gt;predictability&lt;/i&gt; of
+            the resolved version. See the &lt;a 
href=&quot;https://maven.apache.org/pom.html#Dependency_Version_Requirement_Specification&quot;&gt;Dependency
 Version Requirement Specification&lt;/a&gt;
+            and &lt;a 
href=&quot;https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Transitive_Dependencies&quot;&gt;Transitive
 Dependencies&lt;/a&gt; for more details.
             
           </xs:documentation>
         </xs:annotation>
@@ -1196,10 +1199,10 @@
             
             Gives the status of this artifact in the remote repository.
             This must not be set in your local project, as it is updated by
-            tools placing it in the reposiory. Valid values are: 
&lt;code&gt;none&lt;/code&gt; (default),
-            &lt;code&gt;converted&lt;/code&gt; (repository manager converted 
this from an Maven 1 POM),
+            tools placing it in the repository. Valid values are: 
&lt;code&gt;none&lt;/code&gt; (default),
+            &lt;code&gt;converted&lt;/code&gt; (repository manager converted 
this from a Maven 1 POM),
             &lt;code&gt;partner&lt;/code&gt;
-            (directly synced from a partner Maven 2 repository), 
&lt;code&gt;deployed&lt;/code&gt; (was deployed from a Maven 2
+            (directly synced from a partner Maven repository), 
&lt;code&gt;deployed&lt;/code&gt; (was deployed from a Maven
             instance), &lt;code&gt;verified&lt;/code&gt; (has been hand 
verified as correct and final).
             
           </xs:documentation>
@@ -1973,10 +1976,10 @@
       <xs:element minOccurs="0" name="defaultGoal" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">3.0.0+</xs:documentation>
-          <xs:documentation source="description">The default goal (or phase in 
Maven 2) to execute when none is specified for
-            the project. Note that in case of a multi-module build, only the 
default goal of the top-level
-            project is relevant, i.e. the default goals of child modules are 
ignored. Since Maven 3,
-            multiple goals/phases can be separated by 
whitespace.</xs:documentation>
+          <xs:documentation source="description">The default goal to execute 
when none is specified for
+            the project. In a multi-module build, only the default goal of the 
top-level
+            project is relevant. That is, the default goals of child modules 
are ignored.
+            Multiple goals can be separated by whitespace.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="resources">
@@ -2367,11 +2370,7 @@
           <xs:documentation source="version">4.0.0+</xs:documentation>
           <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.
+            Maven required to use the resulting plugin.
             
           </xs:documentation>
         </xs:annotation>
@@ -2455,10 +2454,10 @@
       <xs:element minOccurs="0" name="defaultGoal" type="xs:string">
         <xs:annotation>
           <xs:documentation source="version">3.0.0+</xs:documentation>
-          <xs:documentation source="description">The default goal (or phase in 
Maven 2) to execute when none is specified for
-            the project. Note that in case of a multi-module build, only the 
default goal of the top-level
-            project is relevant, i.e. the default goals of child modules are 
ignored. Since Maven 3,
-            multiple goals/phases can be separated by 
whitespace.</xs:documentation>
+          <xs:documentation source="description">The default goal to execute 
when none is specified for
+            the project. In a multi-module build, only the default goal of the 
top-level
+            project is relevant. That is, the default goals of child modules 
are ignored.
+            Multiple goals can be separated by whitespace.</xs:documentation>
         </xs:annotation>
       </xs:element>
       <xs:element minOccurs="0" name="resources">

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 Tue Jul 15 21:15:55 2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- 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";>

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 Tue Jul 15 21:15:55 2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- 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";>

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 Tue Jul 15 21:15:55 
2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- 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";>

Modified: maven/website/content/xsd/settings-1.2.0.xsd
==============================================================================
--- maven/website/content/xsd/settings-1.2.0.xsd (original)
+++ maven/website/content/xsd/settings-1.2.0.xsd Tue Jul 15 21:15:55 2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/SETTINGS/1.2.0"; 
targetNamespace="http://maven.apache.org/SETTINGS/1.2.0";>

Modified: maven/website/content/xsd/toolchains-1.1.0.xsd
==============================================================================
--- maven/website/content/xsd/toolchains-1.1.0.xsd (original)
+++ maven/website/content/xsd/toolchains-1.1.0.xsd Tue Jul 15 21:15:55 2025
@@ -16,7 +16,7 @@
 <!-- specific language governing permissions and limitations                -->
 <!-- under the License.                                                     -->
 <!-- =================== DO NOT EDIT THIS FILE ====================         -->
-<!-- Generated by Modello 2.4.0,                                            -->
+<!-- Generated by Modello 2.5.1,                                            -->
 <!-- any modifications will be overwritten.                                 -->
 <!-- ==============================================================         -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" xmlns="http://maven.apache.org/TOOLCHAINS/1.1.0"; 
targetNamespace="http://maven.apache.org/TOOLCHAINS/1.1.0";>


Reply via email to