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 2020/03/10 19:55:26 UTC

svn commit: r1875052 [2/4] - in /maven/website/content: ./ apache-resource-bundles/ developers/ developers/release/ docs/3.2.1/ docs/3.2.2/ docs/3.3.1/ docs/3.3.9/ docs/3.5.0-alpha-1/ docs/3.5.0-beta-1/ docs/3.5.0/ docs/3.5.3/ docs/3.5.4/ docs/3.6.0/ d...

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 Tue Mar 10 19:55:25 2020
@@ -167,8 +167,8 @@
 <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 DefaultArtifactDescriptorReader 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> mvn -f complains about illegal readlink option under macOS</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 (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>
 <h2><a name="Why_not_Maven_3.4.0.3F"></a>Why not Maven 3.4.0?</h2>
@@ -197,11 +197,11 @@
 </li>
 <li>
 
-<p>The new project.directory 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 JAVA_HOME discovery has been reduced to simply check if JAVA_HOME is set or not then trying to discover via which java, 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>
 
@@ -209,19 +209,19 @@
 </li>
 <li>
 
-<p>Based on problems in using M2_HOME related to different Maven versions installed and to simplify things, the usage of M2_HOME 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 %HOME% has been replaced with %USERPROFILE% <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 mvn 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 ejb3 and the par 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>
 
@@ -229,11 +229,11 @@
 </li>
 <li>
 
-<p>If you have defined a property within the .mvn/maven.config 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 &lt;prerequisites&gt;..&lt;/prerequisites&gt; 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>
 
@@ -242,7 +242,7 @@
 [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 prerequisites <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>
+<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>
@@ -251,7 +251,7 @@
 </li>
 <li>
 
-<p>Using of CI friendly versions via ${revision}, ${sha1} and/or ${changelist} 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 mvn install or mvn deploy 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>
 

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 Tue Mar 10 19:55:25 2020
@@ -209,11 +209,11 @@
 </li>
 <li>
 
-<p>The new project.directory 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 JAVA_HOME discovery has been reduced to simply check if JAVA_HOME is set or not then trying to discover via which java, 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>
 
@@ -221,19 +221,19 @@
 </li>
 <li>
 
-<p>Based on problems in using M2_HOME related to different Maven versions installed and to simplify things, the usage of M2_HOME 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 %HOME% has been replaced with %USERPROFILE% <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 mvn 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 ejb3 and the par lifecycles <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> lifecycles <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>
 
@@ -241,18 +241,18 @@
 </li>
 <li>
 
-<p>If you have defined a property within the .mvn/maven.config 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 &lt;prerequisites&gt;..&lt;/prerequisites&gt; 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>
 
 <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>
 
-<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 prerequisites <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>
+<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>
 
@@ -260,7 +260,7 @@
 </li>
 <li>
 
-<p>Using of CI friendly versions via ${revision}, ${sha1} and/or ${changelist} 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 mvn install or mvn deploy more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly Versions</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 Versions</a>.</p>
 </li>
 </ul></section><section>
 <h2><a name="Improvements"></a>Improvements</h2>
@@ -272,39 +272,39 @@
 <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&#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-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>
+<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>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">MNG-5895</a> - Problem with CI friendly usage of `${..}`` which is already defined via property in pom file.</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5958">MNG-5958</a> - java.lang.String cannot be cast to org.apache.maven.lifecycle.mapping.LifecyclePhase</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5958">MNG-5958</a> - <code>java.lang.String</code> cannot be cast to <code>org.apache.maven.lifecycle.mapping.LifecyclePhase</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5961">MNG-5961</a> - Maven possibly not aware of log4j2</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5962">MNG-5962</a> - mvn.cmd fails when the current directory has spaces in between</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a> - mvn.cmd does not return ERROR_CODE</li>
-<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-5962">MNG-5962</a> - <code>mvn.cmd</code> fails when the current directory has spaces in between</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a> - <code>mvn.cmd</code> does not return ERROR_CODE</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a> - <code>mvn.cmd</code> fails if directory contains an ampersand (<code>&amp;</code>)</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6053">MNG-6053</a> - Unsafe System Properties copy in <code>MavenRepositorySystemUtils</code>, causing NPEs</li>
 <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> - 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-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>
+<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-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>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6168">MNG-6168</a> - Fix unclosed streams</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6170">MNG-6170</a> - NPE in cases using Multithreaded -T X versions:set -DnewVersion=1.0-SNAPSHOT</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6170">MNG-6170</a> - NPE in cases using Multithreaded <code>-T X versions:set -DnewVersion=1.0-SNAPSHOT</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6171">MNG-6171</a> - REGRESSION: WARNING about usage of a non threadsafe marked plugin is not showed anymore</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6172">MNG-6172</a> - Precedence of command-line system property options has changed</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6173">MNG-6173</a> - MavenSession.getAllProjects() should return all projects in the reactor</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6173">MNG-6173</a> - <code>MavenSession.getAllProjects()</code> should return all projects in the reactor</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6176">MNG-6176</a> - Javadoc errors prevent release with Java 8</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6177">MNG-6177</a> - The --file command line option of the Windows and Unix launchers does not work for directory names like &#x201c;Spaces &amp; Special Char&#x201d;</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6177">MNG-6177</a> - The <code>--file</code> command line option of the Windows and Unix launchers does not work for directory names like &#x201c;<code>Spaces &amp; Special Char</code>&#x201d;</li>
 <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 DefaultArtifactDescriptorReader has mismatched constructor and initService methods</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6191">MNG-6191</a> - mvn -f complains about illegal readlink option under macOS</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-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 mvn launcher script</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6198">MNG-6198</a> - mvn script fails to locate .mvn directory when pom.xml location specified with -f</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>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6198">MNG-6198</a> - <code>mvn</code> script fails to locate <code>.mvn</code> directory when <code>pom.xml</code> location specified with <code>-f</code></li>
 </ul></section><section>
 <h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
 <ul>
@@ -316,64 +316,64 @@
 <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&#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-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 --file</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>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5931">MNG-5931</a> - Fixing documentation</li>
 <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-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 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>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a> - Drastically reduce JAVA_HOME discovery code</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a> - Removing ArtifactHandler for ejb3 lifecycle</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a> - Removing ArtifactHandler for par lifecycle</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a> - ReactorModelCache 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-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-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>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a> - Drastically reduce <code>JAVA_HOME</code> discovery code</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a> - Removing ArtifactHandler for <code>ejb3</code> lifecycle</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a> - Removing ArtifactHandler for <code>par</code> lifecycle</li>
+<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 .mvn/maven.config</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-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-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>
-<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>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6145">MNG-6145</a> - Remove non-existent m2 include in <code>component.xml</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6146">MNG-6146</a> - Several small stylistic and spelling improvements to code and documentation</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6147">MNG-6147</a> - `MetadataResolutionResult#getGraph()`` contains duplicate if clause</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6150">MNG-6150</a> - Javadoc improvements for 3.5.0</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6163">MNG-6163</a> - Introduce CLASSWORLDS_JAR in shell startup scripts</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6163">MNG-6163</a> - Introduce <code>CLASSWORLDS_JAR</code> in shell startup scripts</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6165">MNG-6165</a> - Deprecate and replace incorrectly spelled public API</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-6185">MNG-6185</a> - Replace doclettag explanation with annotations in AbstractMojo javadoc</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>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6189">MNG-6189</a> - WARN if maven-site-plugin configuration contains <code>reportPlugins</code> element</li>
 </ul></section><section>
 <h3><a name="New_Features"></a>New Features</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">MNG-3507</a> - ANSI color logging for improved output visibility</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a> - add support for module name != artifactId in every calculated URLs (project, SCM, site): special project.directory property</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a> - create a slf4j-simple provider extension that supports level color rendering</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6182">MNG-6182</a> - ModelResolver interface enhancement: addition of resolveModel(Dependency) supporting version ranges</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a> - add support for module name != <code>artifactId</code> in every calculated URLs (project, SCM, site): special <code>project.directory</code> property</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a> - create a <code>slf4j-simple</code> provider extension that supports level color rendering</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6182">MNG-6182</a> - ModelResolver interface enhancement: addition of <code>resolveModel(Dependency)</code> supporting version ranges</li>
 </ul></section><section>
 <h3><a name="Tasks"></a>Tasks</h3>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5954">MNG-5954</a> - Remove outdated maven-embedder/src/main/resources/META-INF/MANIFEST.MF</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6106">MNG-6106</a> - Remove maven.home default value setter from m2.conf</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5954">MNG-5954</a> - Remove outdated <code>maven-embedder/src/main/resources/META-INF/MANIFEST.MF</code></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6106">MNG-6106</a> - Remove <code>maven.home</code> default value setter from <code>m2.conf</code></li>
 <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 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 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>
+<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-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>
 <h3><a name="Wishes"></a>Wishes</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-2199">MNG-2199</a> - Support version ranges in parent elements</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6088">MNG-6088</a> - after forked execution success, add an empty line</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a> - warn if prerequisites.maven is used for non-plugin projects</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a> - warn if <code>prerequisites.maven</code> is used for non-plugin projects</li>
 </ul></section></section><section>
 <h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section>

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 Tue Mar 10 19:55:25 2020
@@ -177,17 +177,17 @@
 <h2><a name="Preliminary_Testers"></a>Preliminary Testers</h2>
 <p>Thank you also for your time and feedback.</p></section><section>
 <h2><a name="Known_Issues"></a>Known Issues</h2>
-<p>One new issue was identified during the release testing. This issue affects Windows users. When running Maven with parallel threads, i.e. the -T command line option, Maven may output spurious ANSI escapes such as [0m [0m <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a></p></section><section>
+<p>One new issue was identified during the release testing. This issue affects Windows users. When running Maven with parallel threads, i.e. the <code>-T</code> command line option, Maven may output spurious ANSI escapes such as <code>[0m [0m</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a></p></section><section>
 <h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
 <ul>
 
 <li>
 
-<p>Issues have been fixed related to colorizations like to clean up the situation while interrupting the build process <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6188">MNG-6188</a> and some issues related to Git Bash / Cygwin have been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6282">MNG-6282</a> and the new options -Dstyle.color <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> has been fixed.</p>
+<p>Issues have been fixed related to colorizations like to clean up the situation while interrupting the build process <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6188">MNG-6188</a> and some issues related to Git Bash / Cygwin have been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6282">MNG-6282</a> and the new options <code>-Dstyle.color</code> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> has been fixed.</p>
 </li>
 <li>
 
-<p>The handling CRLF in jvm.config file has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a>.</p>
+<p>The handling CRLF in <code>jvm.config</code> file has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a>.</p>
 </li>
 <li>
 
@@ -203,7 +203,7 @@
 </li>
 <li>
 
-<p>A regression related to parents relativePath verification has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6330">MNG-6330</a>.</p>
+<p>A regression related to parents <code>relativePath</code> verification has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6330">MNG-6330</a>.</p>
 </li>
 </ul>
 <p>So now some more interesting things about new (small) features:</p>
@@ -216,7 +216,7 @@
 <div class="source"><pre class="prettyprint linenums">[INFO] Building parent 5.0.1-SNAPSHOT                                     [1/9]
 </pre></div></div>
 
-<p>The number 1 is the current number which is being built where the 9 in this case is the number of modules which have to be built overall. So we are in module 1 of 9.</p>
+<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">
@@ -247,7 +247,7 @@
 <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>One more thing has been optimized. We have removed the System.gc() 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>
+<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>
 
 <div class="source">
@@ -262,17 +262,17 @@
 <p>So there is no line anymore telling you about memory stuff.</p>
 <ul>
 
-<li>If you have used the deprecated version markers like RELEASE or LATEST 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>
+<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>
 </ul></section><section>
 <h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2>
 <p>Bugs:</p>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6188">MNG-6188</a> - Console color not properly reset when interrupting build process</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a> - Maven script cannot parse jvm.config with CRLF</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a> - Maven script cannot parse <code>jvm.config</code> with CRLF</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6282">MNG-6282</a> - Console output has no colors in shell (both Git Bash and Cygwin) (regression in Jansi 1.16 / Maven 3.5.1)</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> - New option -Dstyle.color is not working</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6298">MNG-6298</a> - 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> - New option <code>-Dstyle.color</code> is not working</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6298">MNG-6298</a> - 3.5.2: <code>ClassNotFoundException: javax.annotation.security.RolesAllowed</code></li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6300">MNG-6300</a> - Multi module release creates empty directories in war file instead of jars</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6305">MNG-6305</a> - Validation of CI friendly version incorrect</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6320">MNG-6320</a> - Apparently wrong encoding of non-ascii java class filename in error messages in the maven log</li>
@@ -290,8 +290,8 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5992">MNG-5992</a> - Git passwords are exposed as the Super POM still uses Maven Release Plugin 2.3.2</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6306">MNG-6306</a> - Replace use of Guava in maven-resolver-provider with a lighter weight alternative</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6308">MNG-6308</a> - display packaging &amp; groupId:artifactId when building a module</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6332">MNG-6332</a> - Cleaned up mvn.cmd Script</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a> - (Performance) To make System.gc() call configurable in target summary code</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6332">MNG-6332</a> - Cleaned up <code>mvn.cmd</code> Script</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a> - (Performance) To make <code>System.gc()</code> call configurable in target summary code</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6342">MNG-6342</a> - Emit a WARNING about LATEST/RELEASE in parent</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6352">MNG-6352</a> - Printout version information at the end of the build</li>
 </ul></section><section>

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 Tue Mar 10 19:55:25 2020
@@ -185,29 +185,29 @@
 <p>There are some additional minor improvements, the most notable of which is:</p>
 <ul>
 
-<li>The Maven Super POM changes the default execution of the maven-source-plugin jar goal into jar-no-fork which should resolve some issues complex projects had running releases.</li>
+<li>The Maven Super POM changes the default execution of the <code>maven-source-plugin</code> <code>jar</code> goal into <code>jar-no-fork</code> which should resolve some issues complex projects had running releases.</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>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6370">MNG-6370</a> ConcurrencyDependencyGraph#getNumberOfBuilds() does not remove finished projects from unfinished ones</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a> On Windows Maven can output spurious ANSI escapes such as [0m [0m</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6382">MNG-6382</a> JANSI fails frequently with NumberFormatException when building in parallel</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6386">MNG-6386</a> ${project.baseUri} is not a valid URI (according to RFC 3986)</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6388">MNG-6388</a> Error Fetching Artifacts: &#x201c;[B cannot be cast to java.lang.String&#x201d;</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6403">MNG-6403</a> Artifact#VERSION_FILE_PATTERN does not escape period between date and time</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6410">MNG-6410</a> Add groupId to --resume-from suggestion if artifactId is not unique in reactor</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6370">MNG-6370</a> <code>ConcurrencyDependencyGraph#getNumberOfBuilds()</code> does not remove finished projects from unfinished ones</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a> On Windows Maven can output spurious ANSI escapes such as <code>[0m [0m</code></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6382">MNG-6382</a> JANSI fails frequently with <code>NumberFormatException</code> when building in parallel</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6386">MNG-6386</a> <code>${project.baseUri}</code> is not a valid URI (according to RFC 3986)</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6388">MNG-6388</a> Error Fetching Artifacts: &#x201c;<code>[B cannot be cast to java.lang.String</code>&#x201d;</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6403">MNG-6403</a> <code>Artifact#VERSION_FILE_PATTERN</code> does not escape period between date and time</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6410">MNG-6410</a> Add <code>groupId</code> to <code>--resume-from</code> suggestion if <code>artifactId</code> is not unique in reactor</li>
 </ul></section><section>
 <h3><a name="Improvements"></a>Improvements</h3>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5756">MNG-5756</a> Java home output in mvn -v is misleading</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5940">MNG-5940</a> Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5756">MNG-5756</a> Java home output in <code>mvn -v</code> is misleading</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5940">MNG-5940</a> Change the <code>maven-source-plugin</code> <code>jar</code> goal into <code>jar-no-fork</code> in Maven Super POM</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6362">MNG-6362</a> Add documentation information for GitHub</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6363">MNG-6363</a> Remove secret thread configuration property from code</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6364">MNG-6364</a> Enhanced Jenkinsfile to test Core with JDK 9</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6411">MNG-6411</a> Improve readability of project list returned when --resume-from option value is invalid</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6364">MNG-6364</a> Enhanced <code>Jenkinsfile</code> to test Core with JDK 9</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6411">MNG-6411</a> Improve readability of project list returned when <code>--resume-from</code> option value is invalid</li>
 </ul></section><section>
 <h3><a name="Tasks"></a>Tasks</h3>
 <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 Tue Mar 10 19:55:25 2020
@@ -223,7 +223,7 @@
 [INFO] ------------------------------------------------------------------------
 </pre></div></div>
 
-<p>The parent in the above output is the artifact name of the root module and the 5.0.4-SNAPSHOT is the versions number for all modules in this reactor build.</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">

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 Tue Mar 10 19:55:25 2020
@@ -219,19 +219,19 @@ Caused by: java.lang.NullPointerExceptio
 ...
 </pre></div></div>
 
-<p>This is caused by using a &lt;reportSet&gt;..&lt;/reportSet&gt; which does not contain a &lt;report&gt;&lt;/report&gt; element.</p>
-<p>Temporarily this issue can circumvented by adding an empty &lt;report&gt;&lt;/report&gt; element inside the &lt;reportSet&gt;&lt;/reportSet&gt;.</p>
+<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 mvn plugin:goal -T 4. 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 mvn -T 1C clean javadoc:aggregate <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>
 
@@ -239,7 +239,7 @@ Caused by: java.lang.NullPointerExceptio
 </li>
 <li>
 
-<p>There had been issues related calling Maven script like this: mvn -f ..</p>
+<p>There had been issues related calling Maven script like this: <code>mvn -f ..</code></p>
 </li>
 <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>
@@ -253,7 +253,7 @@ Caused by: java.lang.NullPointerExceptio
 </li>
 <li>
 
-<p>Issue related to support Java 9+ ClassLoader.findClass(String moduleName, String name) 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>
 
@@ -286,7 +286,7 @@ Caused by: java.lang.NullPointerExceptio
 
 <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 distributionManagement and scm 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&#x2019;s etc. within <code>distributionManagement</code> and <code>scm</code> part in the pom for multi module builds like this:</li>
 </ul>
 
 <div class="source">
@@ -315,10 +315,10 @@ 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> - ProjectBuilder.build(List&lt;File&gt; projects, boolean, ProjectBuildingRequest) doesn&#x2019;t honor ProjectBuildingRequest.isResolveDependencies()</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-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> - ProjectBuilder.build(list_of_projects,...) 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+ ClassLoader.findClass(String moduleName, String name) in Mojos</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>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6558">MNG-6558</a> - ToolchainsBuildingResult event is not sent on EventSpy</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6577">MNG-6577</a> - pom.xml: Uncaught IllegalArgumentException when parsing unicode entity ref</li>
 <li><a class="externalLink" href="http://issues.apache.org/jira/browse/MNG-6590">MNG-6590</a> - DefaultProjectArtifactsCache java.lang.IllegalStateException: Duplicate artifact resolution result</li>

Modified: maven/website/content/docs/3.6.3/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.3/release-notes.html (original)
+++ maven/website/content/docs/3.6.3/release-notes.html Tue Mar 10 19:55:25 2020
@@ -172,7 +172,7 @@
 </li>
 <li>
 
-<p>This Maven distribution is now Reproducible: if you <a href="/download.cgi">download Maven source archive</a> (apache-maven-3.6.3-src.zip or .tar.gz), build it on Windows with JDK 8 using following command:</p>
+<p>This Maven distribution is now Reproducible: if you <a href="/download.cgi">download Maven source archive</a> (<code>apache-maven-3.6.3-src.zip</code> or <code>.tar.gz</code>), build it on Windows with JDK 8 using following command:</p>
 </li>
 </ul>
 
@@ -180,8 +180,8 @@
 <div class="source"><pre class="prettyprint linenums">mvn -DbuildNumber=cecedd343002696d0abb50b32b541b8a6ba2883f package
 </pre></div></div>
 
-<p>you&#x2019;ll get bit-by-bit identical output (apache-maven-3.6.3-bin.zip and .tar.gz in apache-maven/target/) that you can check with sha512 fingerprints against official release.<br />
-If you&#x2019;re building on any Unix system, you&#x2019;ll need to add &#x201c;-Dline.separator=$'\r\n'&#x201d;.<br />
+<p>you&#x2019;ll get bit-by-bit identical output (<code>apache-maven-3.6.3-bin.zip</code> and <code>.tar.gz</code> in <code>apache-maven/target/</code>) that you can check with sha512 fingerprints against official release.<br />
+If you&#x2019;re building on any Unix system, you&#x2019;ll need to add &#x201c;<code>-Dline.separator=$'\r\n'</code>&#x201d;.<br />
 See the <a href="/guides/mini/guide-reproducible-builds.html">Maven - Guide to Configuring for Reproducible Builds</a> for more details.</p></section><section>
 <h2><a name="The_detailed_issue_list"></a>The detailed issue list<a href="#Details"></a></h2>
 <p>Sub-task</p>