You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2021/12/02 20:29:29 UTC

svn commit: r1895505 [4/14] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ css/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0.2...

Modified: maven/website/content/docs/3.5.0-alpha-1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.0-alpha-1/release-notes.html (original)
+++ maven/website/content/docs/3.5.0-alpha-1/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.5.0-alpha-1/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.5.0-alpha-1/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.0-alpha-1</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -155,8 +155,10 @@
 </div>
 
 <p>Maven 3.5.0-alpha-1 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&#x2019;s build, reporting and documentation from a central place.</p>
-<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html">PluginList</a> for more information.</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 the plugins available. Further releases of plugins will be made separately.
+See the <a href="../../plugins/index.html">PluginList</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
 
@@ -207,59 +209,78 @@
 
 <li>
 
-<p>The most obvious change you may encounter is that the console output has colors now <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">MNG-3507</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a>.</p>
+<p>The most obvious change you may encounter is that the console output
+has colors now <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">MNG-3507</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a>.</p>
 </li>
 <li>
 
-<p>The new <code>project.directory</code> special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
+<p>The new <code>project.directory</code> special property adds support in every calculated URLs (project, SCM, site)
+for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
 </li>
 <li>
 
-<p>The <code>JAVA_HOME</code> discovery has been reduced to simply check if <code>JAVA_HOME</code> is set or not then trying to discover via <code>which java</code>, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
+<p>The <code>JAVA_HOME</code> discovery has been reduced to simply check if <code>JAVA_HOME</code> is set
+or not then trying to discover via <code>which java</code>, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
 </li>
 <li>
 
-<p>The build bootstrapping support via Apache Ant has been removed. You can now only bootstrap Maven build with a previous version of Maven, but not with Ant any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5904">MNG-5904</a>.</p>
+<p>The build bootstrapping support via Apache Ant has been removed. You can now only bootstrap Maven
+build with a previous version of Maven, but not with Ant any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5904">MNG-5904</a>.</p>
 </li>
 <li>
 
-<p>Based on problems in using <code>M2_HOME</code> related to different Maven versions installed and to simplify things, the usage of <code>M2_HOME</code> has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
+<p>Based on problems in using <code>M2_HOME</code> related to different Maven versions installed and
+to simplify things, the usage of <code>M2_HOME</code> has been removed and is not
+supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
 </li>
 <li>
 
-<p>Important change for windows users: The usage of <code>%HOME%</code> has been replaced with <code>%USERPROFILE%</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
+<p>Important change for windows users: The usage of <code>%HOME%</code> has been replaced
+with <code>%USERPROFILE%</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
 </li>
 <li>
 
-<p>Several issues have been reported and fixed related to the <code>mvn</code> script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
+<p>Several issues have been reported and fixed related to the <code>mvn</code> script either
+for Unix/Linux/Cygwin/Solaris or for Windows
+<a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
 </li>
 <li>
 
-<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for <code>ejb3</code> and the <code>par</code> lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
+<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it
+does not exist. We follow-up and removed the artifact handler for <code>ejb3</code>
+and the <code>par</code> lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
 </li>
 <li>
 
-<p>In previous Maven versions, there had been a larger problem related to memory usage in case of very large reactors (200-300 modules or more) which caused failures with out of memeory exceptions or the need to increase the memory settings. This problem has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a>.</p>
+<p>In previous Maven versions, there had been a larger problem related to
+memory usage in case of very large reactors (200-300 modules or more)
+which caused failures with out of memeory exceptions or the need to increase
+the memory settings. This problem has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a>.</p>
 </li>
 <li>
 
-<p>If you have defined a property within the <code>.mvn/maven.config</code> file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
+<p>If you have defined a property within the <code>.mvn/maven.config</code> file,
+it was not possible to overwrite the property via command line.
+This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
 </li>
 <li>
 
-<p>If you have are using <code>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</code> for a non maven-plugin project, you will get a WARNING which looks like this:</p>
+<p>If you have are using <code>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</code> for a non
+maven-plugin project, you will get a WARNING which looks like this:</p>
 </li>
 </ul>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] Scanning for projects...
+<div>
+<pre><code>[INFO] Scanning for projects...
 [WARNING] The project org.apache.maven:maven:pom:3.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
-</pre></div></div>
-
-<p>This will tell you to use maven-enforcer-plugin to check the version of Maven you are expecting to build your project with, instead of using <code>prerequisites</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
+</code></pre></div>
+<p>This will tell you to use maven-enforcer-plugin to check the version of Maven
+you are expecting to build your project with, instead of using <code>prerequisites</code>
+<a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
 <ul>
 
-<li>Replaced Eclipse Aether with <a href="/resolver/">Maven Resolver</a> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6110">MNG-6110</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a>.</li>
+<li>Replaced Eclipse Aether with <a href="/resolver/">Maven Resolver</a>
+<a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6110">MNG-6110</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a>.</li>
 </ul>
 <p>Improvements:</p>
 <p>Bugs:</p>
@@ -269,7 +290,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5368">MNG-5368</a> - UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5629">MNG-5629</a> - ClosedChannelException from DefaultUpdateCheckManager.read</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a> - &#x201c;mvn.cmd&#x201d; does not indicate failure properly when using &#x201c;&amp;&amp;&#x201d;</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a> - mvnDebug doesn&#x2019;t work with M2_HOME with spaces - missing quotes</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a> - mvnDebug doesn't work with M2_HOME with spaces - missing quotes</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5829">MNG-5829</a> - mvn shell script fails with syntax error on Solaris 10</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a> - logging config is overridden by $M2_HOME/lib/ext/*.jar</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a> - mvn shell script invokes /bin/sh but requires Bash functions</li>
@@ -280,7 +301,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a> - mvn.cmd fails if directory contains an ampersand (&amp;)</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6053">MNG-6053</a> - Unsafe System Properties copy in MavenRepositorySystemUtils, causing NPEs</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6105">MNG-6105</a> - properties.internal.SystemProperties.addSystemProperties() is not really thread-safe</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6109">MNG-6109</a> - PluginDescriptor doesn&#x2019;t read since value of parameter</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6109">MNG-6109</a> - PluginDescriptor doesn't read since value of parameter</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6117">MNG-6117</a> - ${session.parallel} not correctly set</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6144">MNG-6144</a> - DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6166">MNG-6166</a> - mvn dependency:go-offline fails due to missing transitive dependency jdom:jdom:jar:1.1</li>
@@ -297,7 +318,7 @@
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5579">MNG-5579</a> - Unify error output/check logic from shell and batch scripts</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a> - Don&#x2019;t use M2_HOME in mvn shell/command scripts anymore</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a> - Don't use M2_HOME in mvn shell/command scripts anymore</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5883">MNG-5883</a> - Silence unnecessary legacy local repository warning</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5889">MNG-5889</a> - .mvn directory should be picked when using &#x2013;file</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5904">MNG-5904</a> - Remove the whole Ant build</li>
@@ -305,7 +326,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5934">MNG-5934</a> - String handling issues identified by PMD</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5946">MNG-5946</a> - Fix links etc. in README.txt which is part of the delivery</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5968">MNG-5968</a> - Default plugin version updates</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5975">MNG-5975</a> - Use Java 7&#x2019;s SimpleDateFormat in CLIReportingUtils#formatTimestamp</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5975">MNG-5975</a> - Use Java 7's SimpleDateFormat in CLIReportingUtils#formatTimestamp</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5977">MNG-5977</a> - Improve output readability of our MavenTransferListener implementations</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5993">MNG-5993</a> - Confusing error message in case of missing/empty artifactId and version in pluginManagement</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a> - Replace %HOME% with %USERPROFILE% in mvn.cmd</li>
@@ -315,7 +336,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a> - ReactorModelCache do not used effectively after maven version 3.0.5 which cause a large memory footprint</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6032">MNG-6032</a> - WARNING during build based on absolute path in assembly-descriptor.</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6068">MNG-6068</a> - Document default scope compile in pom XSD and reference documentation</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can&#x2019;t overwrite properties which have been defined in .mvn/maven.config</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can't overwrite properties which have been defined in .mvn/maven.config</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6081">MNG-6081</a> - Log refactoring - Method Invocation Replaced By Variable</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6102">MNG-6102</a> - Introduce ${maven.conf} in m2.conf</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6145">MNG-6145</a> - Remove non-existent m2 include in component.xml</li>
@@ -336,7 +357,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6136">MNG-6136</a> - Upgrade Maven Wagon from 2.10 to 2.12</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6137">MNG-6137</a> - Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6138">MNG-6138</a> - Remove obsolete message_*.properties form maven-core</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a> - update documentation&#x2019;s dependency graph with resolver + resolver-provider + slf4j-provider</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a> - update documentation's dependency graph with resolver + resolver-provider + slf4j-provider</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6151">MNG-6151</a> - Force Push master from 737de43e392fc15a0ce366db98d70aa18b3f6c03</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6152">MNG-6152</a> - Add a Jenkinsfile so that builds.apache.org can use multibranch pipeline</li>
 </ul>

Modified: maven/website/content/docs/3.5.0-beta-1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.0-beta-1/release-notes.html (original)
+++ maven/website/content/docs/3.5.0-beta-1/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.5.0-beta-1/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.5.0-beta-1/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.0-beta-1</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -155,8 +155,10 @@
 </div>
 
 <p>Maven 3.5.0-beta-1 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&#x2019;s build, reporting and documentation from a central place.</p>
-<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html">PluginList</a> for more information.</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 the plugins available. Further releases of plugins will be made separately.
+See the <a href="../../plugins/index.html">PluginList</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
 
@@ -168,7 +170,7 @@
 <p>The following issues were identified during release testing of this <i>BETA</i> release but have not been deemed as release blockers:</p>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> maven-resolver-provider&#x2019;s <code>DefaultArtifactDescriptorReader</code> has mismatched constructor and initService methods (this issue does not affect normal usage of Maven)</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> maven-resolver-provider's <code>DefaultArtifactDescriptorReader</code> has mismatched constructor and initService methods (this issue does not affect normal usage of Maven)</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6191">MNG-6191</a> <code>mvn -f</code> complains about illegal <code>readlink</code> option under macOS</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6192">MNG-6192</a> The distribution zip file has unordered entries and some tools - most notably Maven wrapper - will fail to unzip the distribution</li>
 </ul></section><section>
@@ -194,65 +196,88 @@
 
 <li>
 
-<p>The most obvious change you may encounter is that the console output has colors now <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">MNG-3507</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a>.</p>
+<p>The most obvious change you may encounter is that the console output
+has colors now <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">MNG-3507</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a>.</p>
 </li>
 <li>
 
-<p>The new <code>project.directory</code> special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
+<p>The new <code>project.directory</code> special property adds support in every calculated URLs (project, SCM, site)
+for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
 </li>
 <li>
 
-<p>The <code>JAVA_HOME</code> discovery has been reduced to simply check if <code>JAVA_HOME</code> is set or not then trying to discover via <code>which java</code>, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
+<p>The <code>JAVA_HOME</code> discovery has been reduced to simply check if <code>JAVA_HOME</code> is set
+or not then trying to discover via <code>which java</code>, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
 </li>
 <li>
 
-<p>The build bootstrapping support via Apache Ant has been removed. You can now only bootstrap Maven build with a previous version of Maven, but not with Ant any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5904">MNG-5904</a>.</p>
+<p>The build bootstrapping support via Apache Ant has been removed. You can now only bootstrap Maven
+build with a previous version of Maven, but not with Ant any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5904">MNG-5904</a>.</p>
 </li>
 <li>
 
-<p>Based on problems in using <code>M2_HOME</code> related to different Maven versions installed and to simplify things, the usage of <code>M2_HOME</code> has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
+<p>Based on problems in using <code>M2_HOME</code> related to different Maven versions installed and
+to simplify things, the usage of <code>M2_HOME</code> has been removed and is not
+supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
 </li>
 <li>
 
-<p>Important change for windows users: The usage of <code>%HOME%</code> has been replaced with <code>%USERPROFILE%</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
+<p>Important change for windows users: The usage of <code>%HOME%</code> has been replaced
+with <code>%USERPROFILE%</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
 </li>
 <li>
 
-<p>Several issues have been reported and fixed related to the <code>mvn</code> script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
+<p>Several issues have been reported and fixed related to the <code>mvn</code> script either
+for Unix/Linux/Cygwin/Solaris or for Windows
+<a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
 </li>
 <li>
 
-<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for <code>ejb3</code> and the <code>par</code> lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
+<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it
+does not exist. We follow-up and removed the artifact handler for <code>ejb3</code>
+and the <code>par</code> lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
 </li>
 <li>
 
-<p>In previous Maven versions, there had been a larger problem related to memory usage in case of very large reactors (200-300 modules or more) which caused failures with out of memory exceptions or the need to increase the memory settings. This problem has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a>.</p>
+<p>In previous Maven versions, there had been a larger problem related to
+memory usage in case of very large reactors (200-300 modules or more)
+which caused failures with out of memory exceptions or the need to increase
+the memory settings. This problem has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a>.</p>
 </li>
 <li>
 
-<p>If you have defined a property within the <code>.mvn/maven.config</code> file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
+<p>If you have defined a property within the <code>.mvn/maven.config</code> file,
+it was not possible to overwrite the property via command line.
+This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
 </li>
 <li>
 
-<p>If you have are using <code>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</code> for a non maven-plugin project, you will get a WARNING which looks like this:</p>
+<p>If you have are using <code>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</code> for a non
+maven-plugin project, you will get a WARNING which looks like this:</p>
 </li>
 </ul>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] Scanning for projects...
+<div>
+<pre><code>[INFO] Scanning for projects...
 [WARNING] The project org.apache.maven:maven:pom:3.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
-</pre></div></div>
-
-<p>This will tell you to use maven-enforcer-plugin to check the version of Maven you are expecting to build your project with, instead of using <code>prerequisites</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
+</code></pre></div>
+<p>This will tell you to use maven-enforcer-plugin to check the version of Maven
+you are expecting to build your project with, instead of using <code>prerequisites</code>
+<a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
 <ul>
 
 <li>
 
-<p>Replaced Eclipse Aether with <a href="/resolver/">Maven Resolver</a> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6110">MNG-6110</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a>.</p>
+<p>Replaced Eclipse Aether with <a href="/resolver/">Maven Resolver</a>
+<a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6110">MNG-6110</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a>.</p>
 </li>
 <li>
 
-<p>Using of CI friendly versions via <code>${revision}</code>, <code>${sha1}</code> and/or <code>${changelist}</code> has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">MNG-5895</a>. It is very important to know if you are using the previously named properties for a version in your pom you have to use <a class="externalLink" href="https://www.mojohaus.org/flatten-maven-plugin/">flatten-maven-plugin</a> if you like to do an <code>mvn install</code> or <code>mvn deploy</code> more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly</a>.</p>
+<p>Using of CI friendly versions via <code>${revision}</code>, <code>${sha1}</code> and/or <code>${changelist}</code>
+has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">MNG-5895</a>. It is very important to
+know if you are using the previously named properties for a version in your
+pom you have to use <a class="externalLink" href="https://www.mojohaus.org/flatten-maven-plugin/">flatten-maven-plugin</a> if you like to do an <code>mvn install</code>
+or <code>mvn deploy</code> more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly</a>.</p>
 </li>
 <li>
 
@@ -277,7 +302,7 @@
 <p>Improvements:</p>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can&#x2019;t overwrite properties which have been defined in .mvn/maven.config</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can't overwrite properties which have been defined in .mvn/maven.config</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6115">MNG-6115</a> - Add Jansi native library search path to our start scripts to avoid extraction to temp file on each run</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6179">MNG-6179</a> - Remove unused prerequisites</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6189">MNG-6189</a> - WARN if maven-site-plugin configuration contains reportPlugins element</li>

Modified: maven/website/content/docs/3.5.0/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.0/release-notes.html (original)
+++ maven/website/content/docs/3.5.0/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.5.0/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.5.0/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.0</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -145,7 +145,7 @@
 <h1>Release Notes &#x2013; Maven 3.5.0</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.0.</p>
 <p>Maven 3.5.0 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&#x2019;s build, reporting and documentation from a central place.</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 the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html">PluginList</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
@@ -248,11 +248,9 @@
 
 <p>If you have are using <code>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</code> for a non maven-plugin project, you will get a WARNING which looks like this:</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] Scanning for projects...
-[WARNING] The project org.apache.maven:maven:pom:3.5.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
-</pre></div></div>
-
+<div class="source"><pre class="prettyprint linenums"><code>  [INFO] Scanning for projects...
+  [WARNING] The project org.apache.maven:maven:pom:3.5.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
+</code></pre></div>
 <p>This will tell you to use <a href="/enforcer/maven-enforcer-plugin/">maven-enforcer-plugin</a> to check the version of Maven you are expecting to build your project with, instead of using <code>prerequisites</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
 </li>
 <li>
@@ -273,7 +271,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5368">MNG-5368</a> - UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5629">MNG-5629</a> - ClosedChannelException from DefaultUpdateCheckManager.read</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a> - &#x201c;mvn.cmd&#x201d; does not indicate failure properly when using &#x201c;&amp;&amp;&#x201d;</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a> - mvnDebug doesn&#x2019;t work with <code>M2_HOME</code> with spaces - missing quotes</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a> - mvnDebug doesn't work with <code>M2_HOME</code> with spaces - missing quotes</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5829">MNG-5829</a> - mvn shell script fails with syntax error on Solaris 10</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a> - logging config is overridden by <code>$M2_HOME/lib/ext/*.jar</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a> - mvn shell script invokes <code>/bin/sh</code> but requires Bash functions</li>
@@ -287,7 +285,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a> - Problem with CI friendly usage of `${..} reactor order is changed</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> - CI friendly properties break submodule builds</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6105">MNG-6105</a> - <code>properties.internal.SystemProperties.addSystemProperties()</code> is not really thread-safe</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6109">MNG-6109</a> - <code>PluginDescriptor</code> doesn&#x2019;t read since value of parameter</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6109">MNG-6109</a> - <code>PluginDescriptor</code> doesn't read since value of parameter</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6117">MNG-6117</a> - <code>${session.parallel}</code> not correctly set</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6144">MNG-6144</a> - <code>DefaultWagonManagerTest#testGetMissingJarForced()</code> passed incorrect value</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6166">MNG-6166</a> - <code>mvn dependency:go-offline</code> fails due to missing transitive dependency <code>jdom:jdom:jar:1.1</code></li>
@@ -301,7 +299,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6180">MNG-6180</a> - groupId has plain color when goal fails</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6181">MNG-6181</a> - HttpClient produces a lot of noise at debug loglevel</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6183">MNG-6183</a> - Dependency management debug message corrections.</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> - maven-resolver-provider&#x2019;s <code>DefaultArtifactDescriptorReader</code> has mismatched constructor and initService methods</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> - maven-resolver-provider's <code>DefaultArtifactDescriptorReader</code> has mismatched constructor and initService methods</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6191">MNG-6191</a> - <code>mvn -f</code> complains about illegal <code>readlink</code> option under macOS</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6192">MNG-6192</a> - distribution zip file has unordered entries</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6195">MNG-6195</a> - Use consistent quoting forms in <code>mvn</code> launcher script</li>
@@ -317,7 +315,7 @@
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5579">MNG-5579</a> - Unify error output/check logic from shell and batch scripts</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a> - Don&#x2019;t use <code>M2_HOME</code> in <code>mvn</code> shell/command scripts anymore</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a> - Don't use <code>M2_HOME</code> in <code>mvn</code> shell/command scripts anymore</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5883">MNG-5883</a> - Silence unnecessary legacy local repository warning</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5889">MNG-5889</a> - <code>.mvn</code> directory should be picked when using <code>--file</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5904">MNG-5904</a> - Remove the whole Ant build</li>
@@ -325,7 +323,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5934">MNG-5934</a> - String handling issues identified by PMD</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5946">MNG-5946</a> - Fix links etc. in <code>README.txt</code> which is part of the delivery</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5968">MNG-5968</a> - Default plugin version updates</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5975">MNG-5975</a> - Use Java 7&#x2019;s <code>SimpleDateFormat</code> in <code>CLIReportingUtils#formatTimestamp</code></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5975">MNG-5975</a> - Use Java 7's <code>SimpleDateFormat</code> in <code>CLIReportingUtils#formatTimestamp</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5977">MNG-5977</a> - Improve output readability of our <code>MavenTransferListener</code> implementations</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5993">MNG-5993</a> - Confusing error message in case of missing/empty <code>artifactId</code> and <code>version</code> in <code>pluginManagement</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a> - Replace <code>%HOME%</code> with <code>%USERPROFILE%</code> in <code>mvn.cmd</code></li>
@@ -335,7 +333,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a> - <code>ReactorModelCache</code> not used effectively after maven version 3.0.5 which cause a large memory footprint</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6032">MNG-6032</a> - WARNING during build based on absolute path in assembly-descriptor.</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6068">MNG-6068</a> - Document default scope compile in pom XSD and reference documentation</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can&#x2019;t overwrite properties which have been defined in <code>.mvn/maven.config</code></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can't overwrite properties which have been defined in <code>.mvn/maven.config</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6081">MNG-6081</a> - Log refactoring - Method Invocation Replaced By Variable</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6102">MNG-6102</a> - Introduce <code>${maven.conf}</code> in <code>m2.conf</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6115">MNG-6115</a> - Add Jansi native library search path to our start scripts to avoid extraction to temp file on each run</li>
@@ -365,7 +363,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6136">MNG-6136</a> - Upgrade Maven Wagon from 2.10 to 2.12</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6137">MNG-6137</a> - Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6138">MNG-6138</a> - Remove obsolete <code>message_*.properties</code> from maven-core</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a> - update documentation&#x2019;s dependency graph with <code>resolver</code> + <code>resolver-provider</code> + <code>slf4j-provider</code></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a> - update documentation's dependency graph with <code>resolver</code> + <code>resolver-provider</code> + <code>slf4j-provider</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6151">MNG-6151</a> - Force Push master from <code>737de43e392fc15a0ce366db98d70aa18b3f6c03</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6152">MNG-6152</a> - Add a <code>Jenkinsfile</code> so that builds.apache.org can use multibranch pipeline</li>
 </ul></section><section>

Modified: maven/website/content/docs/3.5.2/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.2/release-notes.html (original)
+++ maven/website/content/docs/3.5.2/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.5.2/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.5.2/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.2</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -145,7 +145,7 @@
 <h1>Release Notes &#x2013; Maven 3.5.2</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.2.</p>
 <p>Maven 3.5.2 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&#x2019;s build, reporting and documentation from a central place.</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 the plugins available. Further releases of plugins will be made separately. See the <a href="/plugins/index.html">plugins list</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
@@ -194,10 +194,10 @@
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5935">MNG-5935</a> - Optional true getting lost in managed dependencies when transitive</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6127">MNG-6127</a> - Fix plugin execution configuration interference</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6148">MNG-6148</a> - Can&#x2019;t package and assemble with JDK9/Jigsaw</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6148">MNG-6148</a> - Can't package and assemble with JDK9/Jigsaw</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6149">MNG-6149</a> - MetadataResolutionResult#getGraph() never resolves request type &#x2018;test&#x2019;</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6205">MNG-6205</a> - Non-ascii chars in name element are displayed as question marks in Win CLI output (regression)</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6210">MNG-6210</a> - can&#x2019;t load @SessionScoped/@MojoExecutionScoped components from .mvn/extensions.xml</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6210">MNG-6210</a> - can't load @SessionScoped/@MojoExecutionScoped components from .mvn/extensions.xml</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6223">MNG-6223</a> - mvn -f outputs invalid error when specifying POM directory</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6224">MNG-6224</a> - Regression 6182a208: library.jansi.path does not point to proper directory</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6233">MNG-6233</a> - maven-resolver-provider mixes JRS 330 and Plexus annotations</li>

Modified: maven/website/content/docs/3.5.3/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.3/release-notes.html (original)
+++ maven/website/content/docs/3.5.3/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.5.3/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.5.3/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.3</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -145,7 +145,7 @@
 <h1>Release Notes &#x2013; Maven 3.5.3</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.3</p>
 <p>Maven 3.5.3 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&#x2019;s build, reporting and documentation from a central place.</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 the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html">PluginList</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
@@ -210,27 +210,23 @@
 <p>So now some more interesting things about new (small) features:</p>
 <ul>
 
-<li>The log output contains now some progress informations related to the number of modules which looks like this <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6302">MNG-6302</a>:</li>
-</ul>
+<li>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] Building parent 5.0.1-SNAPSHOT                                     [1/9]
-</pre></div></div>
+<p>The log output contains now some progress informations related to the number of modules which looks like this <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6302">MNG-6302</a>:</p>
 
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] Building parent 5.0.1-SNAPSHOT                                     [1/9]
+</code></pre></div>
 <p>The number <code>1</code> is the current number which is being built where the <code>9</code> in this case is the number of modules which have to be built overall. So we are in module 1 of 9.</p>
 <p>Furthermore the information about the packaging type and the groupId/artifactId are now being shown during the build like the following <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6308">MNG-6308</a>:</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] ------------------&lt; com.soebes.examples.j2ee:parent &gt;-------------------
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] ------------------&lt; com.soebes.examples.j2ee:parent &gt;-------------------
 [INFO] Building parent 5.0.1-SNAPSHOT                                     [1/9]
 [INFO] --------------------------------[ pom ]---------------------------------
 [INFO]
-</pre></div></div>
-
+</code></pre></div>
 <p>And finally we have added the version of the modules or the reactor at the end of the build <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6352">MNG-6352</a>:</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] ------------------------------------------------------------------------
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] ------------------------------------------------------------------------
 [INFO] Reactor Summary:
 [INFO]
 [INFO] parent 5.0.1-SNAPSHOT .............................. SUCCESS [  0.238 s]
@@ -243,27 +239,26 @@
 [INFO] shade .............................................. SUCCESS [  0.006 s]
 [INFO] assembly 5.0.1-SNAPSHOT ............................ SUCCESS [  0.005 s]
 [INFO] ------------------------------------------------------------------------
-</pre></div></div>
-
+</code></pre></div>
 <p>This can be helpful if you have a large number of modules to get the information about the version being built. This meant in the past to scroll up to the last module and look there for the version. Now this can simply being seen at the end of build. If you have a multi module build where the number is the same for all modules it will be given only on the first line and the last line. If you have an aggregator build the version will be printed out for each project.</p>
-<ul>
+</li>
+<li>
 
-<li>One more thing has been optimized. We have removed the <code>System.gc()</code> call at the end of the build because this can cause costs for example on AWS systems related to the time taken to run Garbage Collection which is not really necessary <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a>. This means also the resulting output will change a little bit like this:</li>
-</ul>
+<p>One more thing has been optimized. We have removed the <code>System.gc()</code> call at the end of the build because this can cause costs for example on AWS systems related to the time taken to run Garbage Collection which is not really necessary <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a>. This means also the resulting output will change a little bit like this:</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] ------------------------------------------------------------------------
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] ------------------------------------------------------------------------
 [INFO] BUILD SUCCESS
 [INFO] ------------------------------------------------------------------------
 [INFO] Total time: 6.111 s
 [INFO] Finished at: 2018-02-25T15:34:10+01:00
 [INFO] ------------------------------------------------------------------------
-</pre></div></div>
-
+</code></pre></div>
 <p>So there is no line anymore telling you about memory stuff.</p>
-<ul>
+</li>
+<li>
 
-<li>If you have used the deprecated version markers like <code>RELEASE</code> or <code>LATEST</code> this will now produce a WARNING during the build <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6342">MNG-6342</a>.</li>
+<p>If you have used the deprecated version markers like <code>RELEASE</code> or <code>LATEST</code> this will now produce a WARNING during the build <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6342">MNG-6342</a>.</p>
+</li>
 </ul></section><section>
 <h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2>
 <p>Bugs:</p>

Modified: maven/website/content/docs/3.5.4/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.4/release-notes.html (original)
+++ maven/website/content/docs/3.5.4/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.5.4/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.5.4/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.4</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -145,7 +145,7 @@
 <h1>Release Notes &#x2013; Maven 3.5.4</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.4</p>
 <p>Maven 3.5.4 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&#x2019;s build, reporting and documentation from a central place.</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 the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html">PluginList</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>

Modified: maven/website/content/docs/3.6.0/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.0/release-notes.html (original)
+++ maven/website/content/docs/3.6.0/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.6.0/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.6.0/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.6.0</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -145,7 +145,7 @@
 <h1>Release Notes &#x2013; Maven 3.6.0</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.6.0</p>
 <p>Maven 3.6.0 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&#x2019;s build, reporting and documentation from a central place.</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 the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html">PluginList</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
@@ -155,7 +155,9 @@
 <li>the reference documentation: <a href="/ref/3.6.0/">https://maven.apache.org/ref/3.6.0/</a></li>
 </ul><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
-<p>We really value the contributions of these non committers, so this section is focused on those individuals. Descriptions of the issues fixed can be found at the <a href="#Details">end of these release notes</a>.</p>
+<p>We really value the contributions of these non committers, so this section is
+focused on those individuals. Descriptions of the issues fixed can be found at
+the <a href="#Details">end of these release notes</a>.</p>
 <p>Code Contributors of this release:</p>
 <ul>
 
@@ -195,16 +197,19 @@
 
 <li>
 
-<p>There had been issues related to the project discoverytime which has been increased in previous version which influenced some of our users. This should have been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6311">MNG-6311</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6383">MNG-6383</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6412">MNG-6412</a>.</p>
+<p>There had been issues related to the project discoverytime which has
+been increased in previous version which influenced some of our users.
+This should have been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6311">MNG-6311</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6383">MNG-6383</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6412">MNG-6412</a>.</p>
 </li>
 <li>
 
-<p>The output in the reactor summary has been improved <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6391">MNG-6391</a> cause it confused people. In Maven 3.6.0 the reactor summary now looks like the following:</p>
+<p>The output in the reactor summary has been improved <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6391">MNG-6391</a>
+cause it confused people. In Maven 3.6.0 the reactor summary now
+looks like the following:</p>
 </li>
 </ul>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] ------------------------------------------------------------------------
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] ------------------------------------------------------------------------
 [INFO] Reactor Summary for parent 5.0.4-SNAPSHOT:
 [INFO]
 [INFO] parent ............................................. SUCCESS [  1.559 s]
@@ -222,13 +227,14 @@
 [INFO] Total time:  6.824 s
 [INFO] Finished at: 2018-11-01T12:20:16+01:00
 [INFO] ------------------------------------------------------------------------
-</pre></div></div>
+</code></pre></div>
+<p>The <code>parent</code> in the above output is the artifact name of the root module and
+the <code>5.0.4-SNAPSHOT</code> is the versions number for all modules in this
+reactor build.</p>
+<p>If you have an aggregator pom which contains different modules with different
+versions each line will contain the appropriate versions which looks like this:</p>
 
-<p>The <code>parent</code> in the above output is the artifact name of the root module and the <code>5.0.4-SNAPSHOT</code> is the versions number for all modules in this reactor build.</p>
-<p>If you have an aggregator pom which contains different modules with different versions each line will contain the appropriate versions which looks like this:</p>
-
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] ------------------------------------------------------------------------
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] ------------------------------------------------------------------------
 [INFO] Reactor Summary:
 [INFO]
 [INFO] Apache Maven ACR Plugin 3.0.1-SNAPSHOT ............. SUCCESS [  0.221 s]
@@ -242,11 +248,11 @@
 [INFO] Apache Maven EAR Plugin 3.0.0-SNAPSHOT ............. SUCCESS [  0.003 s]
 [INFO] Apache Maven EJB Plugin 3.0.1-SNAPSHOT ............. SUCCESS [  0.004 s]
 ...
-</pre></div></div>
-
+</code></pre></div>
 <ul>
 
-<li>There was an issue related to the classpath ordering <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6415">MNG-6415</a> in Maven which can cause issues which has been fixed.</li>
+<li>There was an issue related to the classpath ordering <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6415">MNG-6415</a> in Maven which
+can cause issues which has been fixed.</li>
 </ul></section><section>
 <h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2><section>
 <h3><a name="Bugs:"></a>Bugs:</h3>

Modified: maven/website/content/docs/3.6.1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.1/release-notes.html (original)
+++ maven/website/content/docs/3.6.1/release-notes.html Thu Dec  2 20:29:27 2021
@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.9.2 from content/markdown/docs/3.6.1/release-notes.md at 2021-12-02
- | Rendered using Apache Maven Fluido Skin 1.9.1-SNAPSHOT
+ | Generated by Apache Maven Doxia Site Renderer 1.10 from content/markdown/docs/3.6.1/release-notes.md at 2021-12-02
+ | Rendered using Apache Maven Fluido Skin 1.10.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 1.9.2" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.10" />
     <title>Maven &#x2013; Release Notes – Maven 3.6.1</title>
-    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.9.1-SNAPSHOT.min.css" />
+    <link rel="stylesheet" href="../../css/apache-maven-fluido-1.10.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-1.9.1-SNAPSHOT.min.js"></script>
+    <script src="../../js/apache-maven-fluido-1.10.0.min.js"></script>
     <!-- Google Analytics -->
     <script>
       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -145,7 +145,7 @@
 <h1>Release Notes &#x2013; Maven 3.6.1</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.6.1</p>
 <p>Maven 3.6.1 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&#x2019;s build, reporting and documentation from a central place.</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 the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html">PluginList</a> for more information.</p>
 <p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
@@ -155,7 +155,9 @@
 <li>the reference documentation: <a href="/ref/3.6.1/">https://maven.apache.org/ref/3.6.1/</a></li>
 </ul><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
-<p>We really value the contributions of these non committers, so this section is focused on those individuals. Descriptions of the issues fixed can be found at the <a href="#Details">end of these release notes</a>.</p>
+<p>We really value the contributions of these non committers, so this section is
+focused on those individuals. Descriptions of the issues fixed can be found at
+the <a href="#Details">end of these release notes</a>.</p>
 <p>Issue Reporters of this release:</p>
 <ul>
 
@@ -205,12 +207,13 @@
 <h2><a name="Known_Issues"></a>Known Issues</h2>
 <ul>
 
-<li>New attributes for URLs inheritance (see <a href="./release-notes.html#User_visible_Changes">User Visible Changes</a>) are not yet accepted during POM structure control on <a href="/repository/guide-central-repository-upload.html">upload to the Central Repository</a>: see <a class="externalLink" href="https://issues.sonatype.org/browse/MVNCENTRAL-4841">MVNCENTRAL-4841</a> to track progress</li>
+<li>New attributes for URLs inheritance (see <a href="./release-notes.html#User_visible_Changes">User Visible Changes</a>) are not yet
+accepted during POM structure control on <a href="/repository/guide-central-repository-upload.html">upload to the Central Repository</a>:
+see <a class="externalLink" href="https://issues.sonatype.org/browse/MVNCENTRAL-4841">MVNCENTRAL-4841</a> to track progress</li>
 <li>If you are using Maven reporting, it might happen that you will get an exception which looks like this:</li>
 </ul>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">[INFO] Scanning for projects...
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] Scanning for projects...
 [ERROR] Internal error: java.lang.NullPointerException -&gt; [Help 1]
 org.apache.maven.InternalErrorException: Internal error: java.lang.NullPointerException
     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
@@ -218,35 +221,45 @@ org.apache.maven.InternalErrorException:
 Caused by: java.lang.NullPointerException
     at org.apache.maven.model.plugin.DefaultReportingConverter.convert (DefaultReportingConverter.java:243)
 ...
-</pre></div></div>
-
-<p>This is caused by using a <code>&lt;reportSet&gt;..&lt;/reportSet&gt;</code> which does not contain a <code>&lt;report&gt;&lt;/report&gt;</code> element.</p>
-<p>Temporarily this issue can circumvented by adding an empty <code>&lt;report&gt;&lt;/report&gt;</code> element inside the <code>&lt;reportSet&gt;&lt;/reportSet&gt;</code>.</p>
+</code></pre></div>
+<p>This is caused by using a <code>&lt;reportSet&gt;..&lt;/reportSet&gt;</code> which does not contain
+a <code>&lt;report&gt;&lt;/report&gt;</code> element.</p>
+<p>Temporarily this issue can circumvented by adding an empty <code>&lt;report&gt;&lt;/report&gt;</code> element
+inside the <code>&lt;reportSet&gt;&lt;/reportSet&gt;</code>.</p>
 <p><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6636">MNG-6636 issue has been created</a> to track the fix in Maven 3.6.2.</p></section><section>
 <h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
 <ul>
 
 <li>
 
-<p>An issue has been fixed causing multiple executions of plugin goals, related to using parallel build options like <code>mvn plugin:goal -T 4</code>. This resulted in duplicated executions of phases. This has been fixed with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-5965">MNG-5965</a>.</p>
+<p>An issue has been fixed causing multiple executions of plugin goals, related to
+using parallel build options like <code>mvn plugin:goal -T 4</code>. This resulted in duplicated
+executions of phases. This has been fixed with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-5965">MNG-5965</a>.</p>
 </li>
 <li>
 
-<p>NullPointerException related to call in parallel build like <code>mvn -T 1C clean javadoc:aggregate</code> <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-5705">MNG-5705</a></p>
+<p>NullPointerException related to call in parallel build like <code>mvn -T 1C clean javadoc:aggregate</code>
+<a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-5705">MNG-5705</a></p>
 </li>
 <li>
 
-<p>A performance issue related to artifact transfer has been found related to <a class="externalLink" href="http://issues.apache.org/jira/browse/WAGON-537">WAGON-537</a>. It has been solved via the update to <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6526">Maven Wagon 3.3.1</a>.</p>
+<p>A performance issue related to artifact transfer has been found related to <a class="externalLink" href="http://issues.apache.org/jira/browse/WAGON-537">WAGON-537</a>. It
+has been solved via the update to <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6526">Maven Wagon 3.3.1</a>.</p>
 </li>
 <li>
 
 <p>There had been issues related calling Maven script like this: <code>mvn -f ..</code></p>
-</li>
+<ul>
+
 <li>Having parentheses within the path, which has been fixed with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6346">MNG-6346</a>.</li>
-<li>Script can break having special characters as part of the path, which has been solved with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6256">MNG-6256</a>.</li>
+<li>Script can break having special characters as part of the path, which has
+been solved with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6256">MNG-6256</a>.</li>
+</ul>
+</li>
 <li>
 
-<p>Issue related to the Maven Resolver API which broke some IDEs (for example <a class="externalLink" href="https://youtrack.jetbrains.com/issue/IDEA-201282">https://youtrack.jetbrains.com/issue/IDEA-201282</a>); this has been fixed by <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6538">MNG-6538</a>.</p>
+<p>Issue related to the Maven Resolver API which broke some IDEs (for example <a class="externalLink" href="https://youtrack.jetbrains.com/issue/IDEA-201282">https://youtrack.jetbrains.com/issue/IDEA-201282</a>);
+this has been fixed by <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6538">MNG-6538</a>.</p>
 </li>
 <li>
 
@@ -254,7 +267,8 @@ Caused by: java.lang.NullPointerExceptio
 </li>
 <li>
 
-<p>Issue related to support Java 9+ <code>ClassLoader.findClass(String moduleName, String name)</code> in Mojos. This has been fixed with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6543">MNG-6543</a>.</p>
+<p>Issue related to support Java 9+ <code>ClassLoader.findClass(String moduleName, String name)</code> in Mojos.
+This has been fixed with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6543">MNG-6543</a>.</p>
 </li>
 <li>
 
@@ -262,7 +276,8 @@ Caused by: java.lang.NullPointerExceptio
 </li>
 <li>
 
-<p>Issue related to relative parent POM resolution failing in 3.5.0 with complex multimodule builds has been fixed with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6261">MNG-6261</a>.</p>
+<p>Issue related to relative parent POM resolution failing in 3.5.0 with complex multimodule builds
+has been fixed with <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6261">MNG-6261</a>.</p>
 </li>
 <li>
 
@@ -272,26 +287,24 @@ Caused by: java.lang.NullPointerExceptio
 <h2><a name="User_visible_Changes"></a>User visible Changes</h2>
 <ul>
 
-<li>Maven has now a an option to suppress the transfer progress when downloading/uploading in interactive mode.</li>
+<li>Maven has now a an option to suppress the transfer progress when downloading/uploading
+in interactive mode.</li>
 </ul>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">mvn --no-transfer-progress ....
-</pre></div></div>
-
+<div class="source"><pre class="prettyprint linenums"><code>mvn --no-transfer-progress ....
+</code></pre></div>
 <p>or in short:</p>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">mvn -ntp ... ....
-</pre></div></div>
-
+<div class="source"><pre class="prettyprint linenums"><code>mvn -ntp ... ....
+</code></pre></div>
 <ul>
 
-<li>There had been an issues like <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6505">MNG-6505</a> and <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6059">MNG-6059</a> related to the construction of URL&#x2019;s etc. within <code>project</code>, <code>distributionManagement</code> and <code>scm</code> part in the pom for multi module builds like this:</li>
+<li>There had been an issues like <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6505">MNG-6505</a> and <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6059">MNG-6059</a> related to the construction of
+URL's etc. within <code>project</code>, <code>distributionManagement</code> and <code>scm</code> part in the pom for multi module
+builds like this:</li>
 </ul>
 
-<div class="source">
-<div class="source"><pre class="prettyprint linenums">&lt;project child.project.url.inherit.append.path=&quot;false&quot;&gt;
+<div class="source"><pre class="prettyprint linenums"><code>&lt;project child.project.url.inherit.append.path=&quot;false&quot;&gt;
   &lt;url&gt;...&lt;/url&gt;
 
   &lt;scm child.scm.connection.inherit.append.path=&quot;false&quot;
@@ -308,8 +321,7 @@ Caused by: java.lang.NullPointerExceptio
     &lt;/site&gt;
   &lt;/distributionManagement&gt;
 &lt;/project&gt;
-</pre></div></div>
-
+</code></pre></div>
 <p>Detailed explanations can be found in <a class="externalLink" href="https://maven.apache.org/ref/3.6.1/maven-model-builder/index.html#Inheritance_Assembly">Inheritance Assembly</a> and in <a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6059">MNG-6059</a></p></section><section>
 <h2><a name="The_detailed_issue_list"></a>The detailed issue list<a href="#Details"></a></h2><section>
 <h3><a name="Bugs:"></a>Bugs:</h3>
@@ -327,7 +339,7 @@ Caused by: java.lang.NullPointerExceptio
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6495">MNG-6495</a> - ModelResolver cannot be null</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6505">MNG-6505</a> - child.(x.y).inherit.append.path value should be inherited</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6506">MNG-6506</a> - Mojos are unable to load package annotations on Java &gt;= 9</li>
-<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6529">MNG-6529</a> - <code>ProjectBuilder.build(List&lt;File&gt; projects, boolean, ProjectBuildingRequest)</code> doesn&#x2019;t honor <code>ProjectBuildingRequest.isResolveDependencies()</code></li>
+<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6529">MNG-6529</a> - <code>ProjectBuilder.build(List&lt;File&gt; projects, boolean, ProjectBuildingRequest)</code> doesn't honor <code>ProjectBuildingRequest.isResolveDependencies()</code></li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6530">MNG-6530</a> - Regression in ProjectBuilder when file change between invocations (introduced by MNG-6311)</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6533">MNG-6533</a> - <code>ProjectBuilder.build(list_of_projects,...)</code> does not contain MavenProject in exception report</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6543">MNG-6543</a> - Upgrade plexus classworld to support java 9+ <code>ClassLoader.findClass(String moduleName, String name)</code> in Mojos</li>
@@ -341,17 +353,17 @@ Caused by: java.lang.NullPointerExceptio
 
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6059">MNG-6059</a> - Important use cases not covered, as child.inherit.append.path affects all children</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6159">MNG-6159</a> - Child path adjustments break git scm urls</li>
-<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6213">MNG-6213</a> - Maven doesn&#x2019;t check the validity of scope value</li>
+<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6213">MNG-6213</a> - Maven doesn't check the validity of scope value</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6481">MNG-6481</a> - Allow to compile and test Maven with Java 11</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6513">MNG-6513</a> - Replace depreated Plexus javadoc tags with annotations in ITs</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6515">MNG-6515</a> - Fix javadoc build errors under Java 8 and 11</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6520">MNG-6520</a> - Update assembly descriptors to 2.0.0</li>
-<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6522">MNG-6522</a> - Prepare Maven&#x2019;s Core Integration Test Suite to test with Java 12 and 13-ea</li>
+<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6522">MNG-6522</a> - Prepare Maven's Core Integration Test Suite to test with Java 12 and 13-ea</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6572">MNG-6572</a> - use int or long instead of BigIntegers for little numbers in ComparableVersion</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6593">MNG-6593</a> - track input location for super-pom</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6597">MNG-6597</a> - add input location tracking for plugins configuration</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6600">MNG-6600</a> - add input location tracking for default lifecycle bindings executions</li>
-<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6601">MNG-6601</a> - add input location tracking for site&#x2019;s reportPlugins injected by reports conversion</li>
+<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6601">MNG-6601</a> - add input location tracking for site's reportPlugins injected by reports conversion</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6605">MNG-6605</a> - Allow to suppress download messages in interactive mode</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6611">MNG-6611</a> - Update animal-sniffer-maven-plugin to 1.17</li>
 </ul></section><section>
@@ -366,7 +378,7 @@ Caused by: java.lang.NullPointerExceptio
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6538">MNG-6538</a> - Upgrade Maven Artifact Resolver to 1.3.3 to restore API</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6544">MNG-6544</a> - Replace CacheUtils#{eq,hash} with Objects</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6573">MNG-6573</a> - Use latest Maven 3.6.0 to build Maven Core and plugins with ASF CI</li>
-<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6618">MNG-6618</a> - Maven doesn&#x2019;t export org.slf4j.event.Level</li>
+<li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6618">MNG-6618</a> - Maven doesn't export org.slf4j.event.Level</li>
 </ul></section><section>
 <h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
 <ul>