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 2023/02/08 20:32:15 UTC

svn commit: r1907529 [7/22] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0.2/ doc...

Modified: maven/website/content/docs/3.9.0/release-notes.html
==============================================================================
--- maven/website/content/docs/3.9.0/release-notes.html (original)
+++ maven/website/content/docs/3.9.0/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.9.0/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.9.0/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.9.0</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.9.0"></a>Release Notes &#x2013; Maven 3.9.0</h1>
+<h1>Release Notes &#x2013; Maven 3.9.0</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.9.0.</p>
 <p>Maven 3.9.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's build, reporting, and documentation from a central place.</p>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.9.0/">https://maven.apache.org/ref/3.9.0/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>Minimum Java version to use with Maven 3.9.0 is raised to Java 8.</li>
@@ -165,42 +165,42 @@
 <li>Cutting ties with Maven 2 backward compatibility, preparing grounds for Maven 4.</li>
 <li>General fixes and improvements.</li>
 </ul><section>
-<h3><a name="Potentially_Breaking_Core_Changes"></a>Potentially Breaking Core Changes</h3>
+<h3>Potentially Breaking Core Changes</h3>
 <ul>
 
 <li>Maven 2.x was auto-injecting an ancient version of <code>plexus-utils</code> dependency into the plugin classpath, and Maven 3.x continued doing this to preserve backward compatibility. Starting with Maven 3.9, it does not happen anymore. This change may lead to plugin breakage. The fix for affected plugin maintainers is to explicitly declare a dependency on <code>plexus-utils</code>. The workaround for affected plugin users is to add this dependency to plugin dependencies until issue is fixed by the affected plugin maintainer. See <a href="https://issues.apache.org/jira/browse/MNG-6965" class="externalLink">MNG-6965</a>.</li>
 <li>Mojos are prevented to boostrap new instance of <code>RepositorySystem</code> (for example by using deprecated <code>ServiceLocator</code>), they should reuse <code>RepositorySystem</code> instance provided by Maven instead. See <a href="https://issues.apache.org/jira/browse/MNG-7471" class="externalLink">MNG-7471</a>.</li>
 <li>Each line in <code>.mvn/maven.config</code> is now interpreted as a single argument. That is, if the file contains multiple arguments, these must now be placed on separate lines, see <a href="https://issues.apache.org/jira/browse/MNG-7684" class="externalLink">MNG-7684</a>.</li>
 </ul></section><section>
-<h3><a name="Notable_Core_Improvements"></a>Notable Core Improvements</h3>
+<h3>Notable Core Improvements</h3>
 <ul>
 
 <li>Help with projects maintenance: Maven now warns about use of deprecated plugins, goals, parameters, etc.</li>
-<li>Add support for mvn pluginPrefix:version:goal invocation, and align console logging as well (make it copy-paste-able).</li>
+<li>Add support for &#x201c;mvn pluginPrefix:version:goal&#x201d; invocation, and align console logging as well (make it copy-paste-able).</li>
 <li>Add profile activation by packaging.</li>
 <li>Maven 3.9.0 is now fully compatible with new 3.x line of install and deploy plugins (previous versions warns about this).</li>
 </ul></section><section>
-<h3><a name="Notable_Resolver_1.9.x_Improvements"></a>Notable Resolver 1.9.x Improvements</h3>
+<h3>Notable Resolver 1.9.x Improvements</h3>
 <ul>
 
 <li>Shared local repository (advisory file locking, Hazelcast or Redis, see <a href="https://maven.apache.org/resolver/local-repository.html#shared-access-to-local-repository" class="externalLink">documentation</a>).</li>
-<li>Split local repository, plus workspace support for branched development (see <a href="https://maven.apache.org/resolver/local-repository.html#split-local-repository" class="externalLink">documentation</a>).</li>
+<li>Split local repository, plus &#x201c;workspace&#x201d; support for branched development (see <a href="https://maven.apache.org/resolver/local-repository.html#split-local-repository" class="externalLink">documentation</a>).</li>
 <li>Switchable and alternative resolver transports included, with default switched to native transport.</li>
 <li>Pluggable checksum algorithms API (is not tied to MessageDigest anymore, see <a href="https://maven.apache.org/resolver/about-checksums.html" class="externalLink">documentation</a>).</li>
 <li>Choice of resolver collectors: a new BF collector (with parallel POM downloads) has been added along the existing DF one.</li>
 <li>Remote repository filtering (see <a href="https://maven.apache.org/resolver/remote-repository-filtering.html" class="externalLink">documentation</a>).</li>
 <li>Trusted checksum sources (ability to provide some or all artifact checksums ahead of time).</li>
-<li>Pluggable artifact resolver post-processor, with trustedChecksums implementation.</li>
-<li>Chained local repository (for IT isolation between outer and inner builds).</li>
+<li>Pluggable artifact resolver post-processor, with &#x201c;trustedChecksums&#x201d; implementation.</li>
+<li>Chained local repository (for IT isolation between &#x201c;outer&#x201d; and &#x201c;inner&#x201d; builds).</li>
 <li>Recording reverse dependency tree tracking information into local repository.</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12350913" class="externalLink">issue management system</a>.</p></section></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <ul>
 
 <li>Observed roughly 10% slow-down on large builds when compared to Maven 3.8.7, tracked on <a href="https://issues.apache.org/jira/browse/MNG-7677" class="externalLink">MNG-7677</a>.</li>
 </ul></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/4.0.0-alpha-2/release-notes.html
==============================================================================
--- maven/website/content/docs/4.0.0-alpha-2/release-notes.html (original)
+++ maven/website/content/docs/4.0.0-alpha-2/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/4.0.0-alpha-2/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/4.0.0-alpha-2/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 4.0.0-alpha-2</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_4.0.0-alpha-2"></a>Release Notes &#x2013; Maven 4.0.0-alpha-2</h1>
+<h1>Release Notes &#x2013; Maven 4.0.0-alpha-2</h1>
 <p>The Apache Maven team would like to announce the release of Maven 4.0.0-alpha-2.</p>
 <p>This in alpha release, not suitable for production.</p>
 <p>Maven 4.0.0-alpha-2 is <a href="https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-2/" class="externalLink">available for download</a>.</p>
@@ -156,7 +156,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/4.0.0-alpha-2/">https://maven.apache.org/ref/4.0.0-alpha-2/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>cli improvement: <code>--also-make</code> , <code>--resume</code>, <code>--non-recursive</code>, <code>--fail-on-severity</code></li>
@@ -165,9 +165,9 @@
 <li>new maven 4 api</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351403&amp;projectId=12316922" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p>A few incompatibilities with maven 3.x have been discovered already, we are working on fixing those for the next alpha release.  Do not hesitate to report any problem.</p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/4.0.0-alpha-3/release-notes.html
==============================================================================
--- maven/website/content/docs/4.0.0-alpha-3/release-notes.html (original)
+++ maven/website/content/docs/4.0.0-alpha-3/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/4.0.0-alpha-3/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/4.0.0-alpha-3/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 4.0.0-alpha-3</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_4.0.0-alpha-3"></a>Release Notes &#x2013; Maven 4.0.0-alpha-3</h1>
+<h1>Release Notes &#x2013; Maven 4.0.0-alpha-3</h1>
 <p>The Apache Maven team would like to announce the release of Maven 4.0.0-alpha-2.</p>
 <p>This in alpha release, not suitable for production.</p>
 <p>Maven 4.0.0-alpha-3 is <a href="https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-3/" class="externalLink">available for download</a>.</p>
@@ -156,7 +156,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/4.0.0-alpha-3/">https://maven.apache.org/ref/4.0.0-alpha-3/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>upgrade maven resolver 1.9.2</li>
@@ -164,9 +164,9 @@
 <li>profile activation by packaging</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12352443" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p>A few incompatibilities with maven 3.x have been discovered already, we are working on fixing those for the next alpha release.  Do not hesitate to report any problem.</p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/4.0.0-alpha-4/release-notes.html
==============================================================================
--- maven/website/content/docs/4.0.0-alpha-4/release-notes.html (original)
+++ maven/website/content/docs/4.0.0-alpha-4/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/4.0.0-alpha-4/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/4.0.0-alpha-4/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 4.0.0-alpha-4</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_4.0.0-alpha-4"></a>Release Notes &#x2013; Maven 4.0.0-alpha-4</h1>
+<h1>Release Notes &#x2013; Maven 4.0.0-alpha-4</h1>
 <p>The Apache Maven team would like to announce the release of Maven 4.0.0-alpha-4.</p>
 <p>This in alpha release, not suitable for production.</p>
 <p>Maven 4.0.0-alpha-4 is <a href="https://dlcdn.apache.org/maven/maven-4/4.0.0-alpha-4/" class="externalLink">available for download</a>.</p>
@@ -156,7 +156,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/4.0.0-alpha-4/">https://maven.apache.org/ref/4.0.0-alpha-4/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>upgrade maven resolver 1.9.4</li>
@@ -166,9 +166,9 @@
 <li>re-implement the consumer pom feature to support the maven-gpg-plugin</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12352667" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p>A few incompatibilities with maven 3.x have been discovered already, we are working on fixing those for the next alpha release.  Do not hesitate to report any problem.</p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/history.html
==============================================================================
--- maven/website/content/docs/history.html (original)
+++ maven/website/content/docs/history.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/history.md.vm at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/history.md.vm at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Maven Releases History</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
@@ -122,7 +122,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h1><a name="Maven_Releases_History"></a>Maven Releases History</h1><!--
+<h1>Maven Releases History</h1><!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
@@ -146,9 +146,9 @@
 
 <p>Date format is: YYYY-MM-DD</p>
 <section><section>
-<h3><a name="Maven_4.0.2B"></a><a name="Maven_40">Maven 4.0+</a></h3>
+<h3>Maven 4.0+</h3>
 
-<table border="0" class="table table-striped">
+<table class="table table-striped">
 
 <tr class="a">
 <th>Release Date</th>
@@ -163,28 +163,28 @@
 <!-- The following two lines needs to be fixed in x days if the archive picks up the announcement mail. -->
 
 <tr class="b">
-<td align="left">2023-01-31</td>
+<td>2023-01-31</td>
 <td>4.0.0-alpha-4</td>
 <td rowspan="3">Java 8</td>
 <td><a href="https://lists.apache.org/thread/1pj6nqo10xddq26vyxj9p1q1s8m70bx2" class="externalLink">announce</a>, <a href="./4.0.0-alpha-4/release-notes.html">release notes</a>, <a href="/ref/4.0.0-alpha-4/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2022-12-15</td>
+<td>2022-12-15</td>
 <td>4.0.0-alpha-3</td>
 <td><a href="https://lists.apache.org/thread/0j63n7o3lnlz9mmk39wqh1jx5h3r7vqv" class="externalLink">announce</a>, <a href="./4.0.0-alpha-3/release-notes.html">release notes</a>, <a href="/ref/4.0.0-alpha-3/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2022-10-24</td>
+<td>2022-10-24</td>
 <td>4.0.0-alpha-2</td>
 <td><a href="https://lists.apache.org/thread/snnlfsk24wmdp8tp79b2k11ln34hk6ks" class="externalLink">announce</a>, <a href="./4.0.0-alpha-2/release-notes.html">release notes</a>, <a href="/ref/4.0.0-alpha-2/">reference documentation</a></td>
 </tr>
 </table>
 </section><section>
-<h3><a name="Maven_3.1.2B"></a><a name="Maven_31">Maven 3.1+</a></h3>
+<h3>Maven 3.1+</h3>
 
-<table border="0" class="table table-striped">
+<table class="table table-striped">
 
 <tr class="a">
 <th>Release Date</th>
@@ -199,185 +199,185 @@
 <!-- The following two lines needs to be fixed in x days if the archive picks up the announcement mail. -->
 
 <tr class="b">
-<td align="left"><b>2023-01-31</b></td>
+<td><b>2023-01-31</b></td>
 <td><b>3.9.0</b></td>
 <td rowspan="1">Java 8</td>
 <td><b><a href="https://lists.apache.org/thread/0tfr7t2j2ddbv4gjvxm47yohtk3dg6b3" class="externalLink">announce</a>, <a href="./3.9.0/release-notes.html">release notes</a>, <a href="/ref/3.9.0/">reference documentation</a></b></td>
 </tr>
 
 <tr class="a">
-<td align="left"><b>2022-12-24</b></td>
+<td><b>2022-12-24</b></td>
 <td><b>3.8.7</b></td>
 <td rowspan="20">Java 7</td>
 <td><b><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/202212.mbox/%3C27650d65-28f1-f3d8-472d-7d1939e1c83f@apache.org%3E" class="externalLink">announce</a>, <a href="./3.8.7/release-notes.html">release notes</a>, <a href="/ref/3.8.7/">reference documentation</a></b></td>
 </tr>
 
 <tr class="b">
-<td align="left">2022-06-06</td>
+<td>2022-06-06</td>
 <td>3.8.6</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/202206.mbox/%3C850c94d3-c7d3-81a3-b6e2-5b6f0d268126@apache.org%3E" class="externalLink">announce</a>, <a href="./3.8.6/release-notes.html">release notes</a>, <a href="/ref/3.8.6/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2022-03-05</td>
+<td>2022-03-05</td>
 <td>3.8.5</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/202203.mbox/%3Cb5eab336-e5ba-73bb-1c0c-d063d919ce4d@apache.org%3E" class="externalLink">announce</a>, <a href="./3.8.5/release-notes.html">release notes</a>, <a href="/ref/3.8.5/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2021-11-14</td>
+<td>2021-11-14</td>
 <td>3.8.4</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/202111.mbox/%3C55867acd-a5d4-6f42-ef39-c82a4bcd9062@apache.org%3E" class="externalLink">announce</a>, <a href="./3.8.4/release-notes.html">release notes</a>, <a href="/ref/3.8.4/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2021-09-27</td>
+<td>2021-09-27</td>
 <td>3.8.3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/202110.mbox/%3C8bf4d8cb-6a12-4423-f913-24ca2351b325@apache.org%3E" class="externalLink">announce</a>, <a href="./3.8.3/release-notes.html">release notes</a>, <a href="/ref/3.8.3/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2021-08-04</td>
+<td>2021-08-04</td>
 <td>3.8.2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/202108.mbox/%3C85a7a3d4-c4ae-8e1e-f5c4-832017b79ca3@apache.org%3E" class="externalLink">announce</a>, <a href="./3.8.2/release-notes.html">release notes</a>, <a href="/ref/3.8.2/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2021-04-04</td>
+<td>2021-04-04</td>
 <td>3.8.1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/202104.mbox/%3CMailbird-0918dc43-dc18-4008-b83b-8bc8b1528177%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.8.1/release-notes.html">release notes</a>, <a href="/ref/3.8.1/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left"><b>2019-11-25</b></td>
+<td><b>2019-11-25</b></td>
 <td><b>3.6.3</b></td>
 <td><b><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201911.mbox/%3CMailbird-b8a76b15-cad9-4f81-b834-17c4e8b4d6b8%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.6.3/release-notes.html">release notes</a>, <a href="/ref/3.6.3/">reference documentation</a></b></td>
 </tr>
 
 <tr class="a">
-<td align="left">2019-08-27</td>
+<td>2019-08-27</td>
 <td>3.6.2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201909.mbox/%3CCACcefgc8DBFwq5vQ7EuZNGSeBxemz6Hd_2n%3DMV9T%3DpYgdUM5EA%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.6.2/release-notes.html">release notes</a>, <a href="/ref/3.6.2/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2019-04-04</td>
+<td>2019-04-04</td>
 <td>3.6.1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201904.mbox/%3Cop.zz6k0iklkdkhrr%40desktop-2khsk44.dynamic.ziggo.nl%3E" class="externalLink">announce</a>, <a href="./3.6.1/release-notes.html">release notes</a>, <a href="/ref/3.6.1/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2018-10-24</td>
+<td>2018-10-24</td>
 <td>3.6.0</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201811.mbox/%3C20181101115259.168F4187BA%40minotaur.apache.org%3E" class="externalLink">announce</a>, <a href="./3.6.0/release-notes.html">release notes</a>, <a href="/ref/3.6.0/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left"><b>2018-06-21</b></td>
+<td><b>2018-06-21</b></td>
 <td><b>3.5.4</b></td>
 <td><b><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201806.mbox/%3CCA%2BnPnMyX2qN9gHFH9EidAgQVvxtZt0Aux2RUEQqACJ_dZ7sw%2BA%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.5.4/release-notes.html">release notes</a>, <a href="/ref/3.5.4/">reference documentation</a></b></td>
 </tr>
 
 <tr class="a">
-<td align="left">2018-03-08</td>
+<td>2018-03-08</td>
 <td>3.5.3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201803.mbox/%3CCA%2BnPnMyM0sWU1yQ8Vxo3P5f8_W0F5wDgadzK99NceVrJn%2ByxAQ%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.5.3/release-notes.html">release notes</a>, <a href="/ref/3.5.3/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2017-10-24</td>
+<td>2017-10-24</td>
 <td>3.5.2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201710.mbox/%3CCA%2BnPnMyzJ1%3DtTQ_%3DsAKnj95_2PjiE4ArUQkysyJrW%2Bpz5MEWcA%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.5.2/release-notes.html">release notes</a>, <a href="/ref/3.5.2/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2017-04-07</td>
+<td>2017-04-07</td>
 <td>3.5.0</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201704.mbox/%3CCA%2BnPnMz9C8uo0WseJjbdVtC7Sh%3DKM5uvWcOjBfW5r-WRYfMXWw%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.5.0/release-notes.html">release notes</a>, <a href="/ref/3.5.0/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2017-03-24</td>
+<td>2017-03-24</td>
 <td>3.5.0-beta-1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201703.mbox/%3CCA%2BnPnMz1zeTkXn_2b%3DPgBDm61PLTM43zZ5fgvOSNvTqwEkfS_A%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.5.0-beta-1/release-notes.html">release notes</a>, <a href="/ref/3.5.0-beta-1/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2017-02-28</td>
+<td>2017-02-28</td>
 <td>3.5.0-alpha-1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201703.mbox/%3CCA%2BnPnMyDmF7KAB_W89bkVjNTmpHQtv3reFA0Xm3cpYHtW1fKaA%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.5.0-alpha-1/release-notes.html">release notes</a>, <a href="/ref/3.5.0-alpha-1/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left"><b>2015-11-14</b></td>
+<td><b>2015-11-14</b></td>
 <td><b>3.3.9</b></td>
 <td><b><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201511.mbox/%3C20151118071117.A29D618223%40minotaur.apache.org%3E" class="externalLink">announce</a>, <a href="./3.3.9/release-notes.html">release notes</a>, <a href="/ref/3.3.9/">reference documentation</a></b></td>
 </tr>
 
 <tr class="a">
-<td align="left">2015-04-28</td>
+<td>2015-04-28</td>
 <td>3.3.3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201504.mbox/%3C4B6DEAE5-A0C1-40F0-A290-FAF9B67753D2%40takari.io%3E" class="externalLink">announce</a>, <a href="./3.3.3/release-notes.html">release notes</a>, <a href="/ref/3.3.3/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2015-03-18</td>
+<td>2015-03-18</td>
 <td>3.3.1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201503.mbox/%3CC490F64B-BB4A-48F9-98DD-4352A7FAE378%40takari.io%3E" class="externalLink">announce</a>, <a href="./3.3.1/release-notes.html">release notes</a>, <a href="/ref/3.3.1/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left"><b>2014-12-20</b></td>
+<td><b>2014-12-20</b></td>
 <td><b>3.2.5</b></td>
 <td rowspan="4">Java 6</td>
 <td><b><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201412.mbox/%3C4CD625DB-6BC8-4BAE-8ABA-0A185CF81596%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.2.5/release-notes.html">release notes</a>, <a href="/ref/3.2.5/">reference documentation</a></b></td>
 </tr>
 
 <tr class="b">
-<td align="left">2014-08-17</td>
+<td>2014-08-17</td>
 <td>3.2.3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201408.mbox/%3C18823F7B-09E9-43D3-9E32-F0F3F356E844%40maven.org%3E" class="externalLink">announce</a>, <a href="./3.2.3/release-notes.html">release notes</a>, <a href="/ref/3.2.3/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2014-06-26</td>
+<td>2014-06-26</td>
 <td>3.2.2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201406.mbox/%3CBF05670C-F811-42E0-ABBE-34A93F78BC72%40takari.io%3E" class="externalLink">announce</a>, <a href="./3.2.2/release-notes.html">release notes</a>, <a href="/ref/3.2.2/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2014-02-21</td>
+<td>2014-02-21</td>
 <td>3.2.1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201402.mbox/%3C2828F75B-F636-478A-A958-404672FFA1C7%40takari.io%3E" class="externalLink">announce</a>, <a href="./3.2.1/release-notes.html">release notes</a>, <a href="/ref/3.2.1/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left"><b>2013-10-04</b></td>
+<td><b>2013-10-04</b></td>
 <td><b>3.1.1</b></td>
 <td rowspan="3">Java 5</td>
 <td><b><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201310.mbox/%3C0D117268-CE78-4051-9484-DE2EE770B120%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.1.1/release-notes.html">release notes</a>, <a href="/ref/3.1.1/">reference documentation</a></b></td>
 </tr>
 
 <tr class="b">
-<td align="left">2013-07-15</td>
+<td>2013-07-15</td>
 <td>3.1.0</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201307.mbox/%3C4C1F2A95-5EBB-473E-BC3F-4D3969A78421%40tesla.io%3E" class="externalLink">announce</a>, <a href="./3.1.0/release-notes.html">release notes</a>, <a href="/ref/3.1.0/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2013-06-10</td>
+<td>2013-06-10</td>
 <td>3.1.0-alpha-1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201306.mbox/%3C2D8B1BBD-FF9E-4537-A748-857C96664161%40tesla.io%3E" class="externalLink">announce</a>, <a href="./3.1.0-alpha-1/release-notes.html">release notes</a></td>
 </tr>
 </table>
 </section><section>
-<h3><a name="Maven_3.0.x"></a><a name="Maven_3">Maven 3.0.x</a></h3>
+<h3>Maven 3.0.x</h3>
 
 <p>Maven 3.0 has now reached its end of life.
 New plugin releases will require Maven 3.1 or later.
 The following information is made available for reference.</p>
 
-<table border="0" class="table table-striped">
+<table class="table table-striped">
 
 <tr class="a">
 <th>Release Date</th>
@@ -390,97 +390,97 @@ The following information is made availa
 </tr>
 
 <tr class="b">
-<td align="left"><b>2013-02-23</b></td>
+<td><b>2013-02-23</b></td>
 <td><b>3.0.5</b></td>
 <td rowspan="14">Java 5</td>
 <td><b><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201302.mbox/%3CCAPoyBqRwyTkiAN%2Bxc7X9sx6qLYK2z-HodTuYSfWM2N6780ST-A%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.0.5/release-notes.html">release notes</a>, <a href="/ref/3.0.5/">reference documentation</a></b></td>
 </tr>
 
 <tr class="a">
-<td align="left">2012-01-20</td>
+<td>2012-01-20</td>
 <td>3.0.4</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/201201.mbox/%3CCAPoyBqQ8wVpf6Zn61t8s489kgZS7tZjYUT1iX7gykathC2Qrgw%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./3.0.4/release-notes.html">release notes</a>, <a href="/ref/3.0.4/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2011-03-04</td>
+<td>2011-03-04</td>
 <td>3.0.3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201103.mbox/%3C4D702CE2.5090506%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0.3/release-notes.html">release notes</a>, <a href="/ref/3.0.3/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2011-01-12</td>
+<td>2011-01-12</td>
 <td>3.0.2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201101.mbox/%3C4D2E1D75.6090008%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0.2/release-notes.html">release notes</a>, <a href="/ref/3.0.2/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2010-11-26</td>
+<td>2010-11-26</td>
 <td>3.0.1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201011.mbox/%3C4CF03B77.4090508%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0.1/release-notes.html">release notes</a>, <a href="/ref/3.0.1/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2010-10-08</td>
+<td>2010-10-08</td>
 <td>3.0</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201010.mbox/%3C4CAF1861.4030006%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0/release-notes.html">release notes</a>, <a href="/ref/3.0/">reference documentation</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2010-09-02</td>
+<td>2010-09-02</td>
 <td>3.0-beta-3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201009.mbox/%3C4C802845.6070709%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-beta-3/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2010-08-10</td>
+<td>2010-08-10</td>
 <td>3.0-beta-2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201008.mbox/%3C4C61C9A6.7040704%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-beta-2/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2010-04-23</td>
+<td>2010-04-23</td>
 <td>3.0-beta-1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201004.mbox/%3C4BD19B35.80501%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-beta-1/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2010-04-14</td>
+<td>2010-04-14</td>
 <td>3.0-alpha-7</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201003.mbox/%3C4B9D1589.7000502%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-alpha-7/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2010-01-10</td>
+<td>2010-01-10</td>
 <td>3.0-alpha-6</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201001.mbox/%3C4B49EE7E.9030703%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-alpha-6/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2009-11-27</td>
+<td>2009-11-27</td>
 <td>3.0-alpha-5</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200911.mbox/%3C4B0FAA1C.3060900%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-alpha-5/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2009-11-17</td>
+<td>2009-11-17</td>
 <td>3.0-alpha-4</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200911.mbox/%3C4B0284D0.9080202%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-alpha-4/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2009-11-13</td>
+<td>2009-11-13</td>
 <td>3.0-alpha-3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200911.mbox/%3C4AFD52A3.80707%40apache.org%3E" class="externalLink">announce</a>, <a href="./3.0-alpha-3/release-notes.html">release notes</a></td>
 </tr>
 </table>
 </section><section>
-<h3><a name="Maven_2">Maven 2</a></h3>
+<h3>Maven 2</h3>
 
 <p>Maven 2.x has now reached its <a href="../maven-2.x-eol.html">end of life</a>.
   The following <a href="/archives/maven-2.x/index.html">Maven 2.x specific documentation</a> is archived for reference.</p>
 
-<table border="0" class="table table-striped">
+<table class="table table-striped">
 
 <tr class="a">
 <th>2014-02-18</th>
@@ -493,110 +493,110 @@ The following information is made availa
 </tr>
 
 <tr class="b">
-<td align="left">2009-11-08</td>
+<td>2009-11-08</td>
 <td>2.2.1</td>
 <td rowspan="2">Java 5</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200908.mbox/%3C4A81E6CF.605%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.2.1/release-notes.html">release notes</a>, <a href="/ref/2.2.1/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2009-06-30</td>
+<td>2009-06-30</td>
 <td>2.2.0</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200906.mbox/%3C4A4A8FC8.8040801%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.2.0/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2009-03-22</td>
+<td>2009-03-22</td>
 <td>2.1.0</td>
 <td rowspan="14">Java 1.4</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200903.mbox/%3C49C59EC1.7090706%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.1.0/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2008-09-19</td>
+<td>2008-09-19</td>
 <td>2.1.0-M1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200809.mbox/%3C48D31DA2.4000604%40apache.org%3E" class="externalLink">announce</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2010-02-26</td>
+<td>2010-02-26</td>
 <td>2.0.11</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/201002.mbox/%3C16924806-34B2-404B-A22B-0B76D4F9DD07%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.0.11/release-notes.html">release notes</a>, <a href="/ref/2.0.11/">reference documentation</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2009-02-18</td>
+<td>2009-02-18</td>
 <td>2.0.10</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200902.mbox/%3C6d8f35410902180648r14fc7a53waaec9a36166403cf%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./2.0.10/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2008-04-10</td>
+<td>2008-04-10</td>
 <td>2.0.9</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200804.mbox/%3C6d8f35410804100743x6085e96cv72101712cdbec434%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./2.0.9/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2007-11-27</td>
+<td>2007-11-27</td>
 <td>2.0.8</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200711.mbox/%3C6d8f35410711271426u7945c8b1w2e4778aa5651861f%40mail.gmail.com%3E" class="externalLink">announce</a>, <a href="./2.0.8/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2007-06-21</td>
+<td>2007-06-21</td>
 <td>2.0.7</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/200706.mbox/%3C3B5AF748-95CA-4B2B-ABFB-5053BE4EAC90%40maven.org%3E" class="externalLink">announce</a>, <a href="./2.0.7/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2007-04-01</td>
+<td>2007-04-01</td>
 <td>2.0.6</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/200704.mbox/%3CA42EA48C-AB89-449F-B6A1-F73D8B3617D9%40maven.org%3E" class="externalLink">announce</a>, <a href="./2.0.6/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2007-02-16</td>
+<td>2007-02-16</td>
 <td>2.0.5</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200702.mbox/%3C0DC020CD-0334-4106-B99E-DEC7B477AC72%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.0.5/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2006-04-11</td>
+<td>2006-04-11</td>
 <td>2.0.4</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200604.mbox/%3C443AF37E.5000105%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.0.4/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2006-03-28</td>
+<td>2006-03-28</td>
 <td>2.0.3</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-announce/200603.mbox/%3C44294FB6.6070509%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.0.3/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2006-01-17</td>
+<td>2006-01-17</td>
 <td>2.0.2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/200601.mbox/%3C43CC4C09.8050800%40maven.org%3E" class="externalLink">announce</a>, <a href="./2.0.2/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="b">
-<td align="left">2005-12-13</td>
+<td>2005-12-13</td>
 <td>2.0.1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/200512.mbox/%3C439E0738.6030109%40commonjava.org%3E" class="externalLink">announce</a>, <a href="./2.0.1/release-notes.html">release notes</a></td>
 </tr>
 
 <tr class="a">
-<td align="left">2005-10-20</td>
+<td>2005-10-20</td>
 <td>2.0</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-users/200510.mbox/%3C4356C7AF.6080901%40apache.org%3E" class="externalLink">announce</a>, <a href="./2.0/release-notes.html">release notes</a></td>
 </tr>
 </table>
 </section><section>
-<h3><a name="Maven_1">Maven 1</a></h3>
+<h3>Maven 1</h3>
 
 <p>Maven 1.x has now reached its <a href="../maven-1.x-eol.html">end of life</a>.
   <a href="/archives/maven-1.x/index.html">Maven 1.x documentation</a> is archived for reference.</p>
 
-<table border="0" class="table table-striped">
+<table class="table table-striped">
 
 <tr class="a">
 <th>2014-02-18</th>
@@ -606,65 +606,66 @@ The following information is made availa
 </th></tr>
 
 <tr class="b">
-<td align="left">2007-06-25</td>
+<td>2007-06-25</td>
 <td>1.1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-/announce/200706.mbox/%3C262c6c680706250248m46d1b285i1792a19fb7c2b87e%40mail.gmail.com%3E" class="externalLink">announce</a></td></tr>
 
 <tr class="a">
-<td align="left">2007-05-12</td>
+<td>2007-05-12</td>
 <td>1.1-RC-1</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-/announce/200705.mbox/%3C262c6c680705120121i5a2c1372v1a2824a4f22e496%40mail.gmail.com%3E" class="externalLink">announce</a></td></tr>
 
 <tr class="b">
-<td align="left">2006-08-01</td>
+<td>2006-08-01</td>
 <td>1.1-beta-3</td>
 <td><a href="/maven-1.x/news.html">announce</a></td></tr>
 
 <tr class="a">
-<td align="left">2005-09-12</td>
+<td>2005-09-12</td>
 <td>1.1-beta-2</td>
 <td><a href="https://mail-archives.apache.org/mod_mbox/maven-/users/200509.mbox/%3C4325192D.6090404%40apache.org%3E" class="externalLink">announce</a></td></tr>
 
 <tr class="b">
-<td align="left">2004-12-07</td>
+<td>2004-12-07</td>
 <td>1.0.2</td>
 <td><a href="http://jakarta.apache.org/site/news/elsewhere-2004-2ndHalf.html#20041207.1" class="externalLink">announce</a></td></tr>
 
 <tr class="a">
-<td align="left">2004-11-11</td>
+<td>2004-11-11</td>
 <td>1.0.1</td>
 <td><a href="http://jakarta.apache.org/site/news/elsewhere-2004-2ndHalf.html#20041111.1" class="externalLink">announce</a></td></tr>
 
 <tr class="b">
-<td align="left">2004-07-13</td>
+<td>2004-07-13</td>
 <td>1.0</td>
 <td><a href="http://jakarta.apache.org/site/news/elsewhere-2004-2ndHalf.html#20040713.1" class="externalLink">announce</a></td></tr>
 
 <tr class="a">
-<td align="left">2004-03-24</td>
+<td>2004-03-24</td>
 <td>1.0-RC2</td>
 <td><a href="http://jakarta.apache.org/site/news/elsewhere-2004-1stHalf.html#20040324.1" class="externalLink">announce</a></td></tr>
 
 <tr class="b">
-<td align="left">2003-09-29</td>
+<td>2003-09-29</td>
 <td>1.0-RC1</td>
 <td><a href="http://jakarta.apache.org/site/news/elsewhere-2003.html#20030929.1" class="externalLink">announce</a></td></tr>
 
 <tr class="a">
-<td align="left">2003-07-14</td>
+<td>2003-07-14</td>
 <td>1.0-beta-10</td>
 <td><a href="http://jakarta.apache.org/site/news/elsewhere-2003.html#20030714.1" class="externalLink">announce</a></td></tr>
 
 <tr class="b">
-<td align="left">2002-04-11</td>
+<td>2002-04-11</td>
 <td>1.0-beta-3</td>
 <td><a href="http://jakarta.apache.org/site/news/news-2002.html#0411.1" class="externalLink">announce</a></td></tr>
 
 <tr class="a">
-<td align="left">2002-03-30</td>
+<td>2002-03-30</td>
 <td>1.0-beta-2</td>
 <td><a href="http://jakarta.apache.org/site/news/news-2002.html#0330.1" class="externalLink">announce</a></td></tr>
-</table></section></section></section>
+</table>
+</section></section></section>
         </main>
       </div>
     </div>

Modified: maven/website/content/download.html
==============================================================================
--- maven/website/content/download.html (original)
+++ maven/website/content/download.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/xdoc/download.xml.vm at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/xdoc/download.xml.vm at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <meta name="author" content="Brett Porter" />
     <meta name="author" content="Jason van Zyl" />
     <meta name="author" content="John Casey" />
@@ -128,22 +128,22 @@
 
   
     <section>
-<h1><a name="Downloading_Apache_Maven_3.9.0"></a>Downloading Apache Maven 3.9.0</h1>
+<h1>Downloading Apache Maven 3.9.0</h1>
 
       
 <p>Apache Maven 3.9.0 is the latest release and recommended version for all users.</p>
 
-      <a name="Requirements"></a>
-      <a name="Requirements"></a><section id="Requirements">
-<h2><a name="System_Requirements"></a>System Requirements</h2>
+      
+      <a id="Requirements"></a><section id="Requirements">
+<h2>System Requirements</h2>
         
 <p>
           </p>
-<table border="0" class="table table-striped">
+<table class="table table-striped">
             
 <tr class="a">
               
-<td align="left"><b>Java Development Kit (JDK)</b></td>
+<td><b>Java Development Kit (JDK)</b></td>
               
 <td>Maven 3.9+ requires JDK 8 or above to execute. It still allows you to build against 1.3 and other JDK versions
               <a href="/guides/mini/guide-using-toolchains.html">by using toolchains</a>.</td>
@@ -151,14 +151,14 @@
             
 <tr class="b">
               
-<td align="left"><b>Memory</b></td>
+<td><b>Memory</b></td>
               
 <td>No minimum requirement</td>
             </tr>
             
 <tr class="a">
               
-<td align="left"><b>Disk</b></td>
+<td><b>Disk</b></td>
               
 <td>Approximately 10MB is required for the Maven installation itself. In addition to that, disk space will
               be used for your local Maven repository. The size of your local repository will vary depending on usage but expect at
@@ -167,7 +167,7 @@
             
 <tr class="b">
               
-<td align="left"><b>Operating System</b></td>
+<td><b>Operating System</b></td>
               
 <td>No minimum requirement. Start up scripts are included as shell scripts and Windows batch files.</td>
             </tr>
@@ -176,7 +176,7 @@
       </section>
 
       <section>
-<h2><a name="Files"></a>Files</h2>
+<h2>Files</h2>
       
 <p>Maven is distributed in several formats for your convenience. Simply pick a 
       ready-made binary distribution archive and follow the <a href="./install.html">
@@ -189,7 +189,7 @@
       of the release bundles against the public <a href="https://downloads.apache.org/maven/KEYS" class="externalLink">KEYS</a> used by the Apache Maven
       developers.</p>
       
-<table border="0" class="table table-striped">
+<table class="table table-striped">
         <thead>
           
 <tr class="a">
@@ -207,7 +207,7 @@
           
 <tr class="b">
             
-<td align="left">Binary tar.gz archive</td>
+<td>Binary tar.gz archive</td>
             
 <td><a href="[preferred]maven/maven-3/3.9.0/binaries/apache-maven-3.9.0-bin.tar.gz">apache-maven-3.9.0-bin.tar.gz</a></td>
             
@@ -218,7 +218,7 @@
           
 <tr class="a">
             
-<td align="left">Binary zip archive</td>
+<td>Binary zip archive</td>
             
 <td><a href="[preferred]maven/maven-3/3.9.0/binaries/apache-maven-3.9.0-bin.zip">apache-maven-3.9.0-bin.zip</a></td>
             
@@ -229,7 +229,7 @@
           
 <tr class="b">
             
-<td align="left">Source tar.gz archive</td>
+<td>Source tar.gz archive</td>
             
 <td><a href="[preferred]maven/maven-3/3.9.0/source/apache-maven-3.9.0-src.tar.gz">apache-maven-3.9.0-src.tar.gz</a></td>
             
@@ -241,7 +241,7 @@
           
 <tr class="a">
             
-<td align="left">Source zip archive </td>
+<td>Source zip archive </td>
             
 <td><a href="[preferred]maven/maven-3/3.9.0/source/apache-maven-3.9.0-src.zip">apache-maven-3.9.0-src.zip</a></td>
             
@@ -270,7 +270,7 @@
       </section>
 
       <section>
-<h2><a name="Previous_Releases"></a>Previous Releases</h2>
+<h2>Previous Releases</h2>
         
 <p>It is strongly recommended to use the latest release version of Apache Maven to take advantage of newest features and bug fixes.</p>
         
@@ -282,20 +282,20 @@
       </section>
     </section>
     <section>
-<h1><a name="Alpha_4.x_Releases"></a>Alpha 4.x Releases</h1>
+<h1>Alpha 4.x Releases</h1>
       
 <p>Maven 4.x is currently under development, so while we are encouraging users to try it and report any issue, it is NOT safe for production use.</p>
 
-      <a name="Requirements"></a><section id="Requirements">
-<h2><a name="System_Requirements"></a>System Requirements</h2>
+      <a id="Requirements"></a><section id="Requirements">
+<h2>System Requirements</h2>
         
 <p>
           </p>
-<table border="0" class="table table-striped">
+<table class="table table-striped">
             
 <tr class="a">
               
-<td align="left"><b>Java Development Kit (JDK)</b></td>
+<td><b>Java Development Kit (JDK)</b></td>
               
 <td>Maven 4.0+ requires JDK 1.8 or above to execute. It still allows you to build against 1.3 and other JDK versions
                   <a href="/guides/mini/guide-using-toolchains.html">by using toolchains</a>.</td>
@@ -303,14 +303,14 @@
             
 <tr class="b">
               
-<td align="left"><b>Memory</b></td>
+<td><b>Memory</b></td>
               
 <td>No minimum requirement</td>
             </tr>
             
 <tr class="a">
               
-<td align="left"><b>Disk</b></td>
+<td><b>Disk</b></td>
               
 <td>Approximately 10MB is required for the Maven installation itself. In addition to that, disk space will
                 be used for your local Maven repository. The size of your local repository will vary depending on usage but expect at
@@ -319,7 +319,7 @@
             
 <tr class="b">
               
-<td align="left"><b>Operating System</b></td>
+<td><b>Operating System</b></td>
               
 <td>No minimum requirement. Start up scripts are included as shell scripts and Windows batch files.</td>
             </tr>
@@ -328,7 +328,7 @@
       </section>
 
       <section>
-<h2><a name="Files"></a>Files</h2>
+<h2>Files</h2>
         
 <p>Maven is distributed in several formats for your convenience. Simply pick a
               ready-made binary distribution archive and follow the <a href="./install.html">
@@ -341,7 +341,7 @@
               of the release bundles against the public <a href="https://downloads.apache.org/maven/KEYS" class="externalLink">KEYS</a> used by the Apache Maven
               developers.</p>
         
-<table border="0" class="table table-striped">
+<table class="table table-striped">
           <thead>
             
 <tr class="a">
@@ -359,7 +359,7 @@
             
 <tr class="b">
               
-<td align="left">Binary tar.gz archive</td>
+<td>Binary tar.gz archive</td>
               
 <td><a href="[preferred]maven/maven-4/4.0.0-alpha-4/binaries/apache-maven-4.0.0-alpha-4-bin.tar.gz">apache-maven-4.0.0-alpha-4-bin.tar.gz</a></td>
               
@@ -370,7 +370,7 @@
             
 <tr class="a">
               
-<td align="left">Binary zip archive</td>
+<td>Binary zip archive</td>
               
 <td><a href="[preferred]maven/maven-4/4.0.0-alpha-4/binaries/apache-maven-4.0.0-alpha-4-bin.zip">apache-maven-4.0.0-alpha-4-bin.zip</a></td>
               
@@ -381,7 +381,7 @@
             
 <tr class="b">
               
-<td align="left">Source tar.gz archive</td>
+<td>Source tar.gz archive</td>
               
 <td><a href="[preferred]maven/maven-4/4.0.0-alpha-4/source/apache-maven-4.0.0-alpha-4-src.tar.gz">apache-maven-4.0.0-alpha-4-src.tar.gz</a></td>
               
@@ -393,7 +393,7 @@
             
 <tr class="a">
               
-<td align="left">Source zip archive </td>
+<td>Source zip archive </td>
               
 <td><a href="[preferred]maven/maven-4/4.0.0-alpha-4/source/apache-maven-4.0.0-alpha-4-src.zip">apache-maven-4.0.0-alpha-4-src.zip</a></td>
               

Modified: maven/website/content/errors/404.html
==============================================================================
--- maven/website/content/errors/404.html (original)
+++ maven/website/content/errors/404.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/xdoc/errors/404.xml.vm at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/xdoc/errors/404.xml.vm at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <meta name="author" content="Brett Porter" />
     <title>Maven &#x2013; Page Not Found</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" />
@@ -125,7 +125,7 @@
 
   
     <section>
-<h1><a name="Page_Not_Found"></a>Page Not Found</h1>
+<h1>Page Not Found</h1>
 
       
 <p>We're sorry, but the page you requested cannot be found. This may be because:</p>

Modified: maven/website/content/examples/index.html
==============================================================================
--- maven/website/content/examples/index.html (original)
+++ maven/website/content/examples/index.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/apt/examples/index.apt at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/apt/examples/index.apt at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <meta name="author" content="John Casey" />
     <meta name="date" content="2009-08-02" />
     <title>Maven &#x2013; Summary of Maven Examples</title>
@@ -124,7 +124,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h1><a name="Examples"></a>Examples</h1>
+<h1>Examples</h1>
 <ul>
 <li><a href="./injecting-properties-via-settings.html">Injecting POM Properties via settings.xml</a></li>
 <li><a href="./maven-3-lifecycle-extensions.html">Maven 3 lifecycle extensions</a></li></ul></section>

Modified: maven/website/content/examples/injecting-properties-via-settings.html
==============================================================================
--- maven/website/content/examples/injecting-properties-via-settings.html (original)
+++ maven/website/content/examples/injecting-properties-via-settings.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/apt/examples/injecting-properties-via-settings.apt at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/apt/examples/injecting-properties-via-settings.apt at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <meta name="author" content="John Casey" />
     <meta name="date" content="2006-04-20" />
     <title>Maven &#x2013; Example: Injecting POM Properties via Settings.xml</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h1><a name="Example:_Injecting_POM_Properties_via_Settings.xml"></a>Example: Injecting POM Properties via Settings.xml</h1><section>
-<h2><a name="Impetus"></a>Impetus</h2>
+<h1>Example: Injecting POM Properties via Settings.xml</h1><section>
+<h2>Impetus</h2>
 <p>You have a plugin parameter that should contain a user-specific value. This parameter has a common format (relative directory structure), but depends on knowing the directory of the installed application or something.</p></section><section>
-<h2><a name="Plugin_Configuration"></a>Plugin Configuration</h2>
+<h2>Plugin Configuration</h2>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   [...]
   &lt;build&gt;
@@ -142,7 +142,7 @@
       &lt;/plugin&gt;
     &lt;/plugins&gt;
   &lt;/build&gt;</pre></div></section><section>
-<h2><a name="settings.xml"></a><code>settings.xml</code></h2>
+<h2><code>settings.xml</code></h2>
 <div class="source"><pre class="prettyprint linenums">&lt;settings&gt;
   [...]
   &lt;profiles&gt;
@@ -158,7 +158,7 @@
     &lt;activeProfile&gt;inject-application-home&lt;/activeProfile&gt;
   &lt;/activeProfiles&gt;
 &lt;/settings&gt;</pre></div></section><section>
-<h2><a name="Explanation"></a>Explanation</h2>
+<h2>Explanation</h2>
 <p>When Maven loads the project's POM, it will pickup the activated profiles from the <code>activeProfiles</code> section of the <code>settings.xml</code> file, and inject the properties declared within the profile. When the POM is interpolated, the <code>application-home</code> property will already have been injected, so will allow the plugin's parameter value to be resolved.</p></section></section>
         </main>
       </div>

Modified: maven/website/content/examples/maven-3-lifecycle-extensions.html
==============================================================================
--- maven/website/content/examples/maven-3-lifecycle-extensions.html (original)
+++ maven/website/content/examples/maven-3-lifecycle-extensions.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/apt/examples/maven-3-lifecycle-extensions.apt.vm at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/apt/examples/maven-3-lifecycle-extensions.apt.vm at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <meta name="author" content="Olivier Lamy" />
     <meta name="date" content="2012-03-07" />
     <title>Maven &#x2013; Example: Maven 3 lifecycle extension</title>
@@ -137,14 +137,14 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h1><a name="Example:_Using_Maven_3_lifecycle_extension"></a>Example: Using Maven 3 lifecycle extension</h1><section>
-<h2><a name="Lifecycle_Extension_Points"></a>Lifecycle Extension Points</h2>
+<h1>Example: Using Maven 3 lifecycle extension</h1><section>
+<h2>Lifecycle Extension Points</h2>
 <p>You can extend multiple classes depending on your needs:</p>
 <ul>
 <li><a href="/ref/current/maven-core/apidocs/index.html?org/apache/maven/execution/AbstractExecutionListener.html"><code>org.apache.maven.execution.AbstractExecutionListener</code></a>,</li>
 <li><a href="/ref/current/maven-core/apidocs/index.html?org/apache/maven/AbstractMavenLifecycleParticipant.html"><code>org.apache.maven.AbstractMavenLifecycleParticipant</code></a>,</li>
 <li><a href="/ref/current/maven-core/apidocs/index.html?org/apache/maven/eventspy/AbstractEventSpy.html"><code>org.apache.maven.eventspy.AbstractEventSpy</code></a></li></ul></section><section>
-<h2><a name="Build_Your_Extension"></a>Build Your Extension</h2>
+<h2>Build Your Extension</h2>
 <p>Create a Maven project with a dependency on <code>org.apache.maven:maven-core:3.9.0</code> and other dependencies:</p>
 <div class="source"><pre class="prettyprint linenums">    &lt;groupId&gt;org.apache.maven.extensions&lt;/groupId&gt;
     &lt;artifactId&gt;beer-maven-lifecycle&lt;/artifactId&gt;
@@ -208,7 +208,7 @@ public class BeerMavenLifecycleParticipa
     &lt;/plugins&gt;
     ...
   &lt;/build&gt;</pre></div></section><section>
-<h2><a name="Load_Your_Extension"></a>Load Your Extension</h2>
+<h2>Load Your Extension</h2>
 <p>Use your extension in your build(s) via one of the means outlined at <a href="../guides/mini/guide-using-extensions.html">Guide to using Extensions</a></p>
 <p>Whether late registration is sufficient or early registration is required depends on the implemented interface/extended class, e.g. <code>AbstractMavenLifecycleParticipant.afterSessionStart()</code> is not called for components registered late.</p></section></section>
         </main>

Modified: maven/website/content/extensions/index.html
==============================================================================
--- maven/website/content/extensions/index.html (original)
+++ maven/website/content/extensions/index.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/extensions/index.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/extensions/index.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Available Extensions</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
@@ -122,7 +122,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section><section>
-<h2><a name="Available_Extensions"></a>Available Extensions</h2><!--
+<h2>Available Extensions</h2><!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
@@ -148,8 +148,8 @@ it is possible to hook into Maven, e.g.
 <li><a href="/guides/mini/guide-using-extensions.html">Configure Extensions</a></li>
 <li><a href="/examples/maven-3-lifecycle-extensions.html">Write Extensions</a></li>
 </ul><section>
-<h3><a name="Maintained_By_The_Maven_Project"></a>Maintained By The Maven Project</h3>
-<table border="0" class="table table-striped">
+<h3>Maintained By The Maven Project</h3>
+<table class="table table-striped">
 <thead>
 <tr class="a">
 <th>Extension</th>
@@ -159,14 +159,14 @@ it is possible to hook into Maven, e.g.
 <th>Source Repository</th>
 <th>Issue Tracker</th></tr></thead><tbody>
 <tr class="b">
-<td align="left"><a href="./maven-build-cache-extension/">Build Cache</a></td>
+<td><a href="./maven-build-cache-extension/">Build Cache</a></td>
 <td>1.0.0</td>
 <td>2022-11-07</td>
 <td>Maven Incremental Build and Cache (local and remote).</td>
 <td><a href="https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git" class="externalLink">Git</a> / <a href="https://github.com/apache/maven-build-cache-extension/" class="externalLink">GitHub</a></td>
 <td><a href="https://issues.apache.org/jira/browse/MBUILDCACHE" class="externalLink">Jira MBUILDCACHE</a></td></tr>
 <tr class="a">
-<td align="left"><a href="/enforcer/maven-enforcer-extension/">Enforcer</a></td>
+<td><a href="/enforcer/maven-enforcer-extension/">Enforcer</a></td>
 <td>3.0.0</td>
 <td>2021-07-26</td>
 <td>Environmental constraint checking (Maven Version, JDK etc), User Custom Rule Execution.</td>
@@ -174,50 +174,50 @@ it is possible to hook into Maven, e.g.
 <td><a href="https://issues.apache.org/jira/browse/MENFORCER" class="externalLink">Jira MENFORCER</a></td></tr></tbody>
 </table>
 </section><section>
-<h3><a name="Outside_The_Maven_Land"></a>Outside The Maven Land</h3>
+<h3>Outside The Maven Land</h3>
 <p>A number of other projects provide their own Maven extensions. This includes:</p><section>
-<h4><a name="Open_Source"></a>Open Source</h4>
-<table border="0" class="table table-striped">
+<h4>Open Source</h4>
+<table class="table table-striped">
 <thead>
 <tr class="a">
 <th>Extension</th>
 <th>Maintainer</th>
 <th>Description</th></tr></thead><tbody>
 <tr class="b">
-<td align="left"><a href="https://github.com/jcgay/maven-notifier" class="externalLink">notifier</a></td>
+<td><a href="https://github.com/jcgay/maven-notifier" class="externalLink">notifier</a></td>
 <td>Jean-Christophe Gay</td>
 <td>A status notification will be send at the end of a Maven build.</td></tr>
 <tr class="a">
-<td align="left"><a href="https://github.com/takari/polyglot-maven" class="externalLink">polyglot</a></td>
+<td><a href="https://github.com/takari/polyglot-maven" class="externalLink">polyglot</a></td>
 <td>Takari</td>
 <td>Polyglot for Maven is a set of extensions that allows the POM model to be written in dialects other than XML.</td></tr>
 <tr class="b">
-<td align="left"><a href="https://github.com/jcgay/maven-profiler" class="externalLink">profiler</a></td>
+<td><a href="https://github.com/jcgay/maven-profiler" class="externalLink">profiler</a></td>
 <td>Jean-Christophe Gay</td>
 <td>A time execution recorder for Maven which log time taken by each mojo in your build lifecycle.</td></tr>
 <tr class="a">
-<td align="left"><a href="https://github.com/takari/maven-profiler" class="externalLink">profiler</a></td>
+<td><a href="https://github.com/takari/maven-profiler" class="externalLink">profiler</a></td>
 <td>Takari</td>
 <td>The Tesla profiler is a simple EventSpy implementation that gathers timing information.</td></tr>
 <tr class="b">
-<td align="left"><a href="https://github.com/takari/takari-smart-builder" class="externalLink">smart-builder</a></td>
+<td><a href="https://github.com/takari/takari-smart-builder" class="externalLink">smart-builder</a></td>
 <td>Takari</td>
 <td>The Takari Smart Builder is a replacement scheduling projects builds in a Maven multi-module build.</td></tr>
 <tr class="a">
-<td align="left"><a href="https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/maven-extension" class="externalLink">opentelemetry-maven-extension</a></td>
+<td><a href="https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/maven-extension" class="externalLink">opentelemetry-maven-extension</a></td>
 <td>The OpenTelemetry project</td>
 <td>The OpenTelemetry Maven Extension instruments builds to gather execution details as traces for build performance optimization and for troubleshooting. <br />OpenTelemetry traces can be visualized in open source observability solutions such as <a href="https://www.jaegertracing.io" class="externalLink">Jaeger Tracing</a> as well as in commercial solutions.</td></tr></tbody>
 </table>
 </section><section>
-<h4><a name="Commercial"></a>Commercial</h4>
-<table border="0" class="table table-striped">
+<h4>Commercial</h4>
+<table class="table table-striped">
 <thead>
 <tr class="a">
 <th>Extension</th>
 <th>Maintainer</th>
 <th>Description</th></tr></thead><tbody>
 <tr class="b">
-<td align="left"><a href="https://docs.gradle.com/enterprise/maven-extension/" class="externalLink">Gradle Enterprise</a></td>
+<td><a href="https://docs.gradle.com/enterprise/maven-extension/" class="externalLink">Gradle Enterprise</a></td>
 <td>Gradle Inc.</td>
 <td>Captures Maven build insights that can be viewed for free on <a href="https://scans.gradle.com/" class="externalLink">scans.gradle.com</a>. Provides local and remote build caching, distributed test execution and predictive test selection for Maven builds connected to a Gradle Enterprise installation.</td></tr></tbody>
 </table></section></section></section></section>