Modified: maven/website/content/repository/guide-central-repository-upload.html
==============================================================================
--- maven/website/content/repository/guide-central-repository-upload.html 
(original)
+++ maven/website/content/repository/guide-central-repository-upload.html Thu 
Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/apt/repository/guide-central-repository-upload.apt at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/repository/guide-central-repository-upload.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -10,8 +10,7 @@
     <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-M4" 
/>
-    <meta name="author" content="Jason van Zyl
-Brian Fox" />
+    <meta name="author" content="Jason van Zyl, Brian Fox" />
     <meta name="date" content="2018-12-31" />
     <title>Maven &#x2013; Guide to uploading artifacts to the Central 
Repository</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" />
@@ -49,8 +48,8 @@ Brian Fox" />
           <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
-    <li class="active ">Guide to uploading artifacts to the Central Repository 
<a 
href="https://github.com/apache/maven-site/tree/master/content/apt/repository/guide-central-repository-upload.apt";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+    <li class="active ">Guide to uploading artifacts to the Central Repository 
<a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/repository/guide-central-repository-upload.md";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="../scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="../download.cgi" 
title="Download">Download</a></li>
@@ -139,23 +138,41 @@ Brian Fox" />
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-<section>
-<h1>Guide to uploading artifacts to the Central Repository</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
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section><section>
+<h2>Guide to uploading artifacts to the Central Repository</h2>
 <p>In order for users of Maven to utilize artifacts produced by your project, 
you must deploy them to a remote repository. Many open source projects want to 
allow users of their projects who build with Maven to have transparent access 
to their project's artifacts. In order to allow for this, a project should 
deploy their artifacts to the <a href="/repository/">Central 
Repository</a>.</p></section><section>
-<h1>Requirements</h1>
-<ol style="list-style-type: decimal">
-<li><b>releases</b>: Only <i>releases</i> can be uploaded to the Central 
Repository, that means files that won't change and that only depend on other 
files already released and available in the repository,</li>
-<li><b>javadoc and sources</b> for IDE lookup,</li>
-<li><b>PGP signature</b>,</li>
-<li><b>minimum POM information</b>: There are some requirements for the 
minimal information in the POMs that are in the Central Repository, see <a 
class="externalLink" 
href="https://central.sonatype.org/pages/requirements.html#sufficient-metadata";>here</a>,
 </li>
-<li><b>coordinates</b>: Picking the appropriate coordinates for your project 
is important. See the guidelines <a class="externalLink" 
href="https://central.sonatype.org/pages/choosing-your-coordinates.html";>here</a>,
 particularly on <a class="externalLink" 
href="https://central.sonatype.org/pages/producers.html#individual-projects-open-source-software-repository-hosting-ossrh";>groupId
 and domain ownership</a>.</li></ol>
-<p>The updated list of requirements can be found <b><a class="externalLink" 
href="https://central.sonatype.org/pages/requirements.html";>here</a></b>.</p><section>
-<h2>Explanation</h2>
-<p>Some folks have asked <i>&quot;why do we require all this information in 
the POM for deployed artifacts?&quot;</i>, so here's a small explanation.</p>
+<h2>Requirements</h2>
+<p>1 <strong>releases</strong>: Only <em>releases</em> can be uploaded to the 
Central Repository, that means files that won't change and that only depend on 
other files already released and available in the repository,</p>
+<p>1 <strong>javadoc and sources</strong> for IDE lookup,</p>
+<p>1 <strong>PGP signature</strong>,</p>
+<p>1 <strong>minimum POM information</strong>: There are some requirements for 
the minimal information in the POMs that are in the Central Repository, see <a 
href="https://central.sonatype.org/pages/requirements.html#sufficient-metadata"; 
class="externalLink">here</a>,</p>
+<p>1 <strong>coordinates</strong>: Picking the appropriate coordinates for 
your project is important. See the guidelines <a 
href="https://central.sonatype.org/pages/choosing-your-coordinates.html"; 
class="externalLink">here</a>, particularly on <a 
href="https://central.sonatype.org/pages/producers.html#individual-projects-open-source-software-repository-hosting-ossrh";
 class="externalLink">groupId and domain ownership</a>.</p>
+<p>The updated list of requirements can be found <strong><a 
href="https://central.sonatype.org/pages/requirements.html"; 
class="externalLink">here</a></strong>.</p><section>
+<h3>Explanation</h3>
+<p>Some folks have asked <em>&#x201c;why do we require all this information in 
the POM for deployed artifacts?&#x201d;</em>, so here's a small explanation.</p>
 <p>The POM being deployed with the artifact is part of the process to make 
transitive dependencies a reality in Maven. The logic for getting transitive 
dependencies working is really not that hard, the problem is getting the data. 
The other applications that are made possible by having all the POMs available 
for artifacts are vast, so by placing them into the Central Repository as part 
of the process we open up the doors to new ideas that involve unified access to 
project POMs.</p>
 <p>We ask for the license because it is possible that your project's license 
may change in the course of its lifetime, and we are trying to create tools to 
help sort out licensing issues. For example, knowing all the licenses for a 
particular graph of artifacts, we could have some strategies that would 
identify potential licensing problems.</p></section><section>
-<h2>A basic sample:</h2>
-<div class="source"><pre class="prettyprint linenums">
+<h3>A basic sample:</h3>
+
+<div class="source"><pre class="prettyprint linenums"><code>
 &lt;project&gt;
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
   &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
@@ -194,34 +211,45 @@ Brian Fox" />
   &lt;pluginRepositories&gt;&lt;/pluginRepositories&gt;
   --&gt;
 &lt;/project&gt;
-</pre></div></section><section>
-<h2>PGP Signature</h2>
+
+</code></pre></div></section><section>
+<h3>PGP Signature</h3>
 <p>When people download artifacts from the Central Repository, they might want 
to verify these artifacts' PGP signatures against a public key server. If there 
are no signatures, then users have no guarantee that they are downloading the 
original artifact.</p>
-<p>To improve the quality of the Central Repository, we require you to provide 
PGP signatures for all your artifacts (all files except checksums), and 
distribute your public key to a key server like <a class="externalLink" 
href="http://pgp.mit.edu";>http://pgp.mit.edu</a>. Read <a class="externalLink" 
href="http://central.sonatype.org/pages/working-with-pgp-signatures.html";>Working
 with PGP Signatures</a> for more information.</p></section><section>
-<h2>FAQ and common mistakes</h2>
+<p>To improve the quality of the Central Repository, we require you to provide 
PGP signatures for all your artifacts (all files except checksums), and 
distribute your public key to a key server like <a href="http://pgp.mit.edu"; 
class="externalLink">http://pgp.mit.edu</a>. Read <a 
href="http://central.sonatype.org/pages/working-with-pgp-signatures.html"; 
class="externalLink">Working with PGP Signatures</a> for more 
information.</p></section><section>
+<h3>FAQ and common mistakes</h3>
 <ul>
-<li>I have other <code>repositories</code> or <code>pluginRepositories</code> 
listed in my POM, is that a problem?
+
+<li>
+<p>I have other <code>repositories</code> or <code>pluginRepositories</code> 
listed in my POM, is that a problem?</p>
 <p>At present, this won't preclude your project from being included, but we do 
strongly encourage making sure all your dependencies are included in the 
Central Repository. If you rely on sketchy repositories that have junk in them 
or disappear, it just creates havok for downstream users. Try to keep your 
dependencies among reliable repos like Central, Jboss, etc.</p></li>
-<li>What about artifacts that can't be distributed because of their license?
-<p>In that case only the POM for that dependency is required, listing where 
the dependency can be downloaded from. <a class="externalLink" 
href="https://repo.maven.apache.org/maven2/javax/activation/activation/1.0.2/activation-1.0.2.pom";>See
 an example</a>.</p></li>
-<li>I have a patched version of the foo project developed at foo.com, what 
<code>groupId</code> should I use?
+<li>
+<p>What about artifacts that can't be distributed because of their license?</p>
+<p>In that case only the POM for that dependency is required, listing where 
the dependency can be downloaded from. <a 
href="https://repo.maven.apache.org/maven2/javax/activation/activation/1.0.2/activation-1.0.2.pom";
 class="externalLink">See an example</a>.</p></li>
+<li>
+<p>I have a patched version of the foo project developed at foo.com, what 
<code>groupId</code> should I use?</p>
 <p>When you patch / modify a third party project, that patched version becomes 
your project and therefore should be distributed under a <code>groupId</code> 
you control as any project you would have developed, never under 
<code>com.foo</code>. See above considerations about 
<code>groupId</code>.</p></li>
-<li>My project is hosted at a project hosting service like SourceForge or 
Github, what should I use as groupId?
-<p>If your project name is <code>foo</code> at SourceForge, you can use 
<code>net.sf.foo</code>. If your username is <code>bar</code> on Github, you 
can use <code>com.github.bar</code>. You can also use another reversed domain 
name you control. The group ID does not have to reflect the project 
host.</p></li></ul></section></section><section>
-<h1>Publishing your artifacts to the Central Repository</h1><section>
-<h2>Approved Repository Hosting</h2>
+<li>
+<p>My project is hosted at a project hosting service like SourceForge or 
Github, what should I use as groupId?</p>
+<p>If your project name is <code>foo</code> at SourceForge, you can use 
<code>net.sf.foo</code>. If your username is <code>bar</code> on Github, you 
can use <code>com.github.bar</code>. You can also use another reversed domain 
name you control. The group ID does not have to reflect the project 
host.</p></li>
+</ul></section></section><section>
+<h2>Publishing your artifacts to the Central Repository</h2><section>
+<h3>Approved Repository Hosting</h3>
 <p>Instead of maintaining repository rsync feeds for each projects, we now 
encourage projects to use an approved repository hosting location.</p>
 <p>Currently approved repository hosting locations:</p>
 <ul>
-<li><a class="externalLink" href="https://repository.apache.org/";>Apache 
Software Foundation</a> (for all Apache projects)</li>
-<li>see&#xa0;<a class="externalLink" 
href="https://central.sonatype.org/publish/large-orgs/";>the full 
list</a></li></ul>
-<p>Automatic publication will be provided for Forges that provide hosting 
services for OSS projects and other large project repositories that meet 
certain minimum criteria such as validation of PGP keys and pom contents as 
defined above. If you are interested in becoming an approved Forge, <a 
class="externalLink" 
href="https://central.sonatype.org/publish/large-orgs/";>contact 
us</a>.</p></section><section>
-<h2>Other Projects</h2>
-<p>The easiest way to upload another project is to use the <a 
class="externalLink" 
href="https://central.sonatype.org/pages/ossrh-guide.html";>Open Source Software 
Repository Hosting (OSSRH)</a>, which is an approved repository provided by 
Sonatype for <i>any</i> OSS Project that wants to get its artifacts into the 
Central Repository.</p></section><section>
-<h2>Explanations</h2>
+
+<li>
+<p><a href="https://repository.apache.org/"; class="externalLink">Apache 
Software Foundation</a> (for all Apache projects)</p></li>
+<li>
+<p>see&#xa0;<a href="https://central.sonatype.org/publish/large-orgs/"; 
class="externalLink">the full list</a></p></li>
+</ul>
+<p>Automatic publication will be provided for Forges that provide hosting 
services for OSS projects and other large project repositories that meet 
certain minimum criteria such as validation of PGP keys and pom contents as 
defined above. If you are interested in becoming an approved Forge, <a 
href="https://central.sonatype.org/publish/large-orgs/"; 
class="externalLink">contact us</a>.</p></section><section>
+<h3>Other Projects</h3>
+<p>The easiest way to upload another project is to use the <a 
href="https://central.sonatype.org/pages/ossrh-guide.html"; 
class="externalLink">Open Source Software Repository Hosting (OSSRH)</a>, which 
is an approved repository provided by Sonatype for <em>any</em> OSS Project 
that wants to get its artifacts into the Central 
Repository.</p></section><section>
+<h3>Explanations</h3>
 <p>Having each project maintain its own repository with rsync to the Central 
Repository was the preferred process until January 2010. However, we are no 
longer accepting rsync requests on a per project basis.</p>
-<p>Over time, we have learned that this process is not scalable. Many of the 
projects being synced release very infrequently, yet we have to hit hundreds of 
servers several times a day looking for artifacts that don't change. 
Additionally, there is no good mechanism currently for validating the incoming 
data via the rsync, and this leads to bad metadata that affects everyone. </p>
-<p>The aggregation of projects into larger feeds allows us to sync faster and 
more often, and ensuring these locations perform sufficient checks increases 
the quality of metadata for everyone.</p></section></section>
+<p>Over time, we have learned that this process is not scalable. Many of the 
projects being synced release very infrequently, yet we have to hit hundreds of 
servers several times a day looking for artifacts that don't change. 
Additionally, there is no good mechanism currently for validating the incoming 
data via the rsync, and this leads to bad metadata that affects everyone.</p>
+<p>The aggregation of projects into larger feeds allows us to sync faster and 
more often, and ensuring these locations perform sufficient checks increases 
the quality of metadata for everyone.</p></section></section></section>
         </main>
       </div>
     </div>

Modified: maven/website/content/repository/index.html
==============================================================================
--- maven/website/content/repository/index.html (original)
+++ maven/website/content/repository/index.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/xdoc/repository/index.xml at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/xdoc/repository/index.xml at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -49,7 +49,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Maven Central Repository <a 
href="https://github.com/apache/maven-site/tree/master/content/xdoc/repository/index.xml";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="../scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="../download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/repository/layout.html
==============================================================================
--- maven/website/content/repository/layout.html (original)
+++ maven/website/content/repository/layout.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/repository/layout.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/repository/layout.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Maven2 Repository Layout <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/repository/layout.md";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="../scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="../download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/resource/branding/actioncards.html
==============================================================================
--- maven/website/content/resource/branding/actioncards.html (original)
+++ maven/website/content/resource/branding/actioncards.html Thu Feb  9 
00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/resource/branding/actioncards.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/resource/branding/actioncards.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Action Cards <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/resource/branding/actioncards.md";><img
 src="../../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="../../scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="../../download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/run-maven/index.html
==============================================================================
--- maven/website/content/run-maven/index.html (original)
+++ maven/website/content/run-maven/index.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/apt/run-maven/index.apt at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/run-maven/index.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -48,8 +48,8 @@
           <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
-    <li class="active ">Running Maven <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/run-maven/index.apt";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+    <li class="active ">Running Maven <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/run-maven/index.md";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="../scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="../download.cgi" 
title="Download">Download</a></li>
@@ -137,23 +137,42 @@
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-<section>
-<h1>Building a Project with Maven</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
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section><section>
+<h2>Building a Project with Maven</h2>
 <p>The vast majority of Maven-built projects can be built with the following 
command:</p>
-<div>
-<pre>mvn verify</pre></div>
+
+<div class="source"><pre class="prettyprint linenums"><code>mvn verify
+</code></pre></div>
 <p>This command tells Maven to build all the modules, and to check if all 
integration tests succeeded (when any was defined)</p>
 <p>That's it! If you look in the <code>target</code> subdirectory, you should 
find the build output and the final library or application that was being 
built.</p>
-<p><b>Note:</b> Some projects have multiple modules, so the library or 
application you are looking for may be in a module subdirectory.</p>
+<p><strong>Note:</strong> Some projects have multiple modules, so the library 
or application you are looking for may be in a module subdirectory.</p>
 <p>While this will build most projects and Maven encourages this standard 
convention, builds can be customisable. If this does not suffice, please 
consult the project's documentation.</p><section>
-<h2>More than just the Build</h2>
+<h3>More than just the Build</h3>
 <p>Maven can do more than just build software - it can assist with testing, 
run web applications and produce reports on projects, as well as any number of 
other tasks provided by plug-ins.</p></section><section>
-<h2>When Things go Wrong</h2>
+<h3>When Things go Wrong</h3>
 <p>The following are some common problems when building with Maven, and how to 
resolve them.</p><section>
-<h3>Missing Dependencies</h3>
+<h4>Missing Dependencies</h4>
 <p>A missing dependency presents with an error like the following:</p>
-<div>
-<pre>[INFO] Failed to resolve artifact.
+
+<div class="source"><pre class="prettyprint linenums"><code>[INFO] Failed to 
resolve artifact.
 
 Missing:
  ----------
@@ -176,12 +195,13 @@ for artifact:
   org.apache.maven:maven:pom:2.1-SNAPSHOT
 
 from the specified remote repositories:
-  central (https://repo.maven.apache.org/maven2)</pre></div>
-<p>To resolve this issue, it depends on what the dependency is and why it is 
missing. The most common cause is because it can not be redistributed from the 
repository and must be manually installed using the instructions given in the 
message. This is most common with some older JARs from Sun (usually 
<code>javax.*</code> group IDs), and is further documented in the <a 
href="../guides/mini/guide-coping-with-sun-jars.html"> Guide to Coping with Sun 
JARs</a>.</p>
+  central (https://repo.maven.apache.org/maven2)
+</code></pre></div>
+<p>To resolve this issue, it depends on what the dependency is and why it is 
missing. The most common cause is because it can not be redistributed from the 
repository and must be manually installed using the instructions given in the 
message. This is most common with some older JARs from Sun (usually 
<code>javax.\*</code> group IDs), and is further documented in the <a 
href="../guides/mini/guide-coping-with-sun-jars.html">Guide to Coping with Sun 
JARs</a>.</p>
 <p>You can check the list of repositories at the end of the error to ensure 
that the expected ones are listed - it may be that the project requires an 
alternative repository that has not been declared properly or is not accessible 
with your Maven configuration.</p>
 <p>In other cases, it may be an incorrectly declared dependency (like the typo 
in the example above) which the project would need to fix, like a compilation 
error.</p></section><section>
-<h3>Inconsistent output</h3>
-<p>Most plugins are optimized to know if they have to execute their task. In 
some cases, the output can be polluted from a previous build and the end result 
is not what you expected. In such rare situations, you can call the 
<code>clean</code> phase which means: remove the output directory. You can also 
call it as <code>mvn clean verify</code> which means: first clean up the output 
directory, next build the project and verify the 
outcome.</p></section></section></section>
+<h4>Inconsistent output</h4>
+<p>Most plugins are optimized to know if they have to execute their task. In 
some cases, the output can be polluted from a previous build and the end result 
is not what you expected. In such rare situations, you can call the 
<code>clean</code> phase which means: remove the output directory. You can also 
call it as <code>mvn clean verify</code> which means: first clean up the output 
directory, next build the project and verify the 
outcome.</p></section></section></section></section>
         </main>
       </div>
     </div>

Modified: maven/website/content/run.html
==============================================================================
--- maven/website/content/run.html (original)
+++ maven/website/content/run.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/run.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/run.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Running Apache Maven <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/run.md";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/scm.html
==============================================================================
--- maven/website/content/scm.html (original)
+++ maven/website/content/scm.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/xdoc/scm.xml at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/xdoc/scm.xml at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -48,7 +48,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Source Repository <a 
href="https://github.com/apache/maven-site/tree/master/content/xdoc/scm.xml";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/security-plexus-archiver.html
==============================================================================
--- maven/website/content/security-plexus-archiver.html (original)
+++ maven/website/content/security-plexus-archiver.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/security-plexus-archiver.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/security-plexus-archiver.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Zip Slip Vulnerability <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/security-plexus-archiver.md";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/security.html
==============================================================================
--- maven/website/content/security.html (original)
+++ maven/website/content/security.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/security.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/security.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Maven Security <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/security.md";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/settings.html
==============================================================================
--- maven/website/content/settings.html (original)
+++ maven/website/content/settings.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/settings.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/settings.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Settings Reference <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/settings.md";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/shared/index.html
==============================================================================
--- maven/website/content/shared/index.html (original)
+++ maven/website/content/shared/index.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/apt/shared/index.apt at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/shared/index.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -10,9 +10,7 @@
     <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-M4" 
/>
-    <meta name="author" content="Dennis Lundberg
-John Casey
-Karl Heinz Marbaise" />
+    <meta name="author" content="Dennis Lundberg, John Casey, Karl Heinz 
Marbaise" />
     <meta name="date" content="2017-05-03" />
     <title>Maven &#x2013; Shared Components</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" />
@@ -50,8 +48,8 @@ Karl Heinz Marbaise" />
           <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
-    <li class="active ">Shared Components <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/shared/index.apt";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+    <li class="active ">Shared Components <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/shared/index.md";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="../scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="../download.cgi" 
title="Download">Download</a></li>
@@ -125,172 +123,189 @@ Karl Heinz Marbaise" />
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-<section>
-<h1>Shared Components</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
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section><section>
+<h2>Shared Components</h2>
 <p>The shared components are currently under transition to Maven 3.x only 
components.</p>
-<table class="bodyTable bodyTableBorder">
+<table class="table table-striped">
+<thead>
 <tr class="a">
-<th><b>Shared Component</b></th>
-<th><b>Version</b></th>
-<th><b>Release Date</b></th>
-<th><b>Description</b></th>
-<th><b>Source Repository</b></th>
-<th><b>Issue Tracking</b></th></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/file-management/"> 
<code>file-management</code></a></td>
-<td style="text-align: left;">3.1.0</td>
-<td style="text-align: left;">2022-06-29</td>
-<td style="text-align: left;">API to collect files from a given directory 
using several include/exclude rules.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-file-management.git";>Git</a> / 
<a class="externalLink" 
href="https://github.com/apache/maven-file-management/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = file-management">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-archiver/"> 
<code>maven-archiver</code></a></td>
-<td style="text-align: left;">3.6.0</td>
-<td style="text-align: left;">2022-06-23</td>
-<td style="text-align: left;">Is mainly used by plugins to handle 
packaging.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-archiver.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-archiver/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-archiver">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-artifact-transfer/"> 
<code>maven-artifact-transfer</code></a></td>
-<td style="text-align: left;">0.13.1</td>
-<td style="text-align: left;">2020-12-26</td>
-<td style="text-align: left;">An API to install, deploy and resolve artifacts 
with Maven</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git";>Git</a> 
/ <a class="externalLink" 
href="https://github.com/apache/maven-artifact-transfer/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-artifact-transfer">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a 
href="/shared/maven-common-artifact-filters/"> 
<code>maven-common-artifact-filters</code></a></td>
-<td style="text-align: left;">3.3.2</td>
-<td style="text-align: left;">2022-09-12</td>
-<td style="text-align: left;">Filters lists of Artifact instances.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git";>Git</a>
 / <a class="externalLink" 
href="https://github.com/apache/maven-common-artifact-filters/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-common-artifact-filters">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-dependency-analyzer/"> 
<code>maven-dependency-analyzer</code></a></td>
-<td style="text-align: left;">1.13.0</td>
-<td style="text-align: left;">2022-08-20</td>
-<td style="text-align: left;">Maven Dependency Analyzer component.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git";>Git</a>
 / <a class="externalLink" 
href="https://github.com/apache/maven-dependency-analyzer/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-dependency-analyzer">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-dependency-tree/"> 
<code>maven-dependency-tree</code></a></td>
-<td style="text-align: left;">3.2.1</td>
-<td style="text-align: left;">2022-11-16</td>
-<td style="text-align: left;">Maven Dependency Tree constructs a tree model of 
a Maven project's dependencies.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-dependency-tree.git";>Git</a> / 
<a class="externalLink" 
href="https://github.com/apache/maven-dependency-tree/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-dependency-tree">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a 
href="/doxia/doxia-sitetools/doxia-integration-tools/"> 
<code>maven-doxia-tools</code></a></td>
-<td style="text-align: left;"></td>
-<td style="text-align: left;"></td>
-<td style="text-align: left;">moved to <a 
href="/doxia/doxia-sitetools/doxia-integration-tools/"> 
<code>doxia-integration-tools</code></a></td>
-<td style="text-align: left;"></td>
-<td style="text-align: left;"></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-filtering/"> 
<code>maven-filtering</code></a></td>
-<td style="text-align: left;">3.3.0</td>
-<td style="text-align: left;">2022-06-14</td>
-<td style="text-align: left;">Components for filtering resources.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-filtering.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-filtering/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-filtering">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-invoker/"> 
<code>maven-invoker</code></a></td>
-<td style="text-align: left;">3.2.0</td>
-<td style="text-align: left;">2022-04-05</td>
-<td style="text-align: left;">Fires up a Maven build in a new JVM.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-invoker.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-invoker/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-invoker">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-jarsigner/"> 
<code>maven-jarsigner</code></a></td>
-<td style="text-align: left;">3.0.0</td>
-<td style="text-align: left;">2018-10-31</td>
-<td style="text-align: left;">This component provides some utilities to 
sign/verify jars/files in your Mojos.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-jarsigner.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-jarsigner/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-jarsigner">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-mapping/"> 
<code>maven-mapping</code></a></td>
-<td style="text-align: left;">3.0.0</td>
-<td style="text-align: left;">2015-11-19</td>
-<td style="text-align: left;">A shared component for all plugins that need to 
do mapping.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-mapping.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-mapping/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-mapping">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-reporting-api/"> 
<code>maven-reporting-api</code></a></td>
-<td style="text-align: left;">4.0.0-M4</td>
-<td style="text-align: left;">2023-01-21</td>
-<td style="text-align: left;">API to manage report generation.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-reporting-api.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-reporting-api/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-reporting-api">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-reporting-exec/"> 
<code>maven-reporting-exec</code></a></td>
-<td style="text-align: left;">2.0.0-M4</td>
-<td style="text-align: left;">2023-01-31</td>
-<td style="text-align: left;">API to manage report plugins preparation with 
Maven 3.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-reporting-exec.git";>Git</a> / 
<a class="externalLink" 
href="https://github.com/apache/maven-reporting-exec/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-reporting-exec">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-reporting-impl/"> 
<code>maven-reporting-impl</code></a></td>
-<td style="text-align: left;">4.0.0-M3</td>
-<td style="text-align: left;">2022-11-29</td>
-<td style="text-align: left;">Abstract classes to manage report 
generation.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-reporting-impl.git";>Git</a> / 
<a class="externalLink" 
href="https://github.com/apache/maven-reporting-impl/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-reporting-impl">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-script-interpreter/"> 
<code>maven-script-interpreter</code></a></td>
-<td style="text-align: left;">1.4</td>
-<td style="text-align: left;">2022-12-20</td>
-<td style="text-align: left;">Utilities to interpret/execute some scripts for 
various implementations: groovy or beanshell.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-script-interpreter.git";>Git</a> 
/ <a class="externalLink" 
href="https://github.com/apache/maven-script-interpreter/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-script-interpreter">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-shared-incremental/"> 
<code>maven-shared-incremental</code></a></td>
-<td style="text-align: left;">1.1</td>
-<td style="text-align: left;">2013-04-08</td>
-<td style="text-align: left;">Various utility classes and plexus components 
for supporting incremental build functionality in Maven plugins.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-shared-incremental.git";>Git</a> 
/ <a class="externalLink" 
href="https://github.com/apache/maven-shared-incremental/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-shared-incremental">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-shared-jar/"> 
<code>maven-shared-jar</code></a></td>
-<td style="text-align: left;">1.2</td>
-<td style="text-align: left;">2015-12-31</td>
-<td style="text-align: left;">Utilities which help identify the contents of a 
JAR, including Java class analysis and Maven metadata analysis.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-shared-jar.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-shared-jar/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-shared-jar">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-shared-resources/"> 
<code>maven-shared-resources</code></a></td>
-<td style="text-align: left;">5</td>
-<td style="text-align: left;">2022-11-21</td>
-<td style="text-align: left;">This is a collection of templates that are 
specific to the Maven project.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-shared-resources.git";>Git</a> / 
<a class="externalLink" 
href="https://github.com/apache/maven-shared-resources/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-shared-resources">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-shared-utils/"> 
<code>maven-shared-utils</code></a></td>
-<td style="text-align: left;">3.3.4</td>
-<td style="text-align: left;">2021-04-30</td>
-<td style="text-align: left;">Utilities functions for use within Maven.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-shared-utils.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-shared-utils/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-shared-utils">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/shared/maven-shared-io/"> 
<code>maven-shared-io</code></a></td>
-<td style="text-align: left;">3.0.0</td>
-<td style="text-align: left;">2015-12-23</td>
-<td style="text-align: left;">API for I/O support like logging, download or 
file scanning.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-shared-io.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-shared-io/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-shared-io">JIRA</a></td></tr>
-<tr class="b">
-<td style="text-align: left;"><a href="/shared/maven-verifier/"> 
<code>maven-verifier</code></a></td>
-<td style="text-align: left;">2.0.0-M1</td>
-<td style="text-align: left;">2022-09-22</td>
-<td style="text-align: left;">Used to run Maven builds as part of tests.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-verifier.git";>Git</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-verifier/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status 
!= Closed AND component = maven-verifier">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/scm/"> <code>maven-scm</code></a></td>
-<td style="text-align: left;">2.0.0-M1</td>
-<td style="text-align: left;">2022-01-08</td>
-<td style="text-align: left;">Generic API to SCM systems.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://gitbox.apache.org/repos/asf/maven-scm.git";>Git</a> / <a 
class="externalLink" href="https://github.com/apache/maven-scm/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/browse/SCM";>JIRA</a></td></tr></table>
-<p>Archived version of shared libraries reference documentations are <a 
href="../shared-archives/">located here</a>.</p></section>
+<th><strong>Shared Component</strong></th>
+<th><strong>Version</strong></th>
+<th><strong>Release Date</strong></th>
+<th><strong>Description</strong></th>
+<th><strong>Source Repository</strong></th>
+<th><strong>Issue Tracking</strong></th></tr></thead><tbody>
+<tr class="b">
+<td><a href="/shared/file-management/"><code>file-management</code></a></td>
+<td>3.1.0</td>
+<td>2022-06-29</td>
+<td>API to collect files from a given directory using several include/exclude 
rules.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-file-management.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-file-management/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = file-management)</td></tr>
+<tr class="a">
+<td><a href="/shared/maven-archiver/"><code>maven-archiver</code></a></td>
+<td>3.6.0</td>
+<td>2022-06-23</td>
+<td>Is mainly used by plugins to handle packaging.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-archiver.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-archiver/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-archiver)</td></tr>
+<tr class="b">
+<td><a 
href="/shared/maven-artifact-transfer/"><code>maven-artifact-transfer</code></a></td>
+<td>0.13.1</td>
+<td>2020-12-26</td>
+<td>An API to install, deploy and resolve artifacts with Maven</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-artifact-transfer/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-artifact-transfer)</td></tr>
+<tr class="a">
+<td><a 
href="/shared/maven-common-artifact-filters/"><code>maven-common-artifact-filters</code></a></td>
+<td>3.3.2</td>
+<td>2022-09-12</td>
+<td>Filters lists of Artifact instances.</td>
+<td><a 
href="https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-common-artifact-filters/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = 
maven-common-artifact-filters)</td></tr>
+<tr class="b">
+<td><a 
href="/shared/maven-dependency-analyzer/"><code>maven-dependency-analyzer</code></a></td>
+<td>1.13.0</td>
+<td>2022-08-20</td>
+<td>Maven Dependency Analyzer component.</td>
+<td><a 
href="https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-dependency-analyzer/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = 
maven-dependency-analyzer)</td></tr>
+<tr class="a">
+<td><a 
href="/shared/maven-dependency-tree/"><code>maven-dependency-tree</code></a></td>
+<td>3.2.1</td>
+<td>2022-11-16</td>
+<td>Maven Dependency Tree constructs a tree model of a Maven project's 
dependencies.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-dependency-tree.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-dependency-tree/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-dependency-tree)</td></tr>
+<tr class="b">
+<td colspan="3"><a 
href="/doxia/doxia-sitetools/doxia-integration-tools/"><code>maven-doxia-tools</code></a></td>
+<td colspan="3">moved to <a 
href="/doxia/doxia-sitetools/doxia-integration-tools/"><code>doxia-integration-tools</code></a></td></tr>
+<tr class="a">
+<td><a href="/shared/maven-filtering/"><code>maven-filtering</code></a></td>
+<td>3.3.0</td>
+<td>2022-06-14</td>
+<td>Components for filtering resources.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-filtering.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-filtering/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-filtering)</td></tr>
+<tr class="b">
+<td><a href="/shared/maven-invoker/"><code>maven-invoker</code></a></td>
+<td>3.2.0</td>
+<td>2022-04-05</td>
+<td>Fires up a Maven build in a new JVM.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-invoker.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-invoker/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-invoker)</td></tr>
+<tr class="a">
+<td><a href="/shared/maven-jarsigner/"><code>maven-jarsigner</code></a></td>
+<td>3.0.0</td>
+<td>2018-10-31</td>
+<td>This component provides some utilities to sign/verify jars/files in your 
Mojos.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-jarsigner/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-jarsigner)</td></tr>
+<tr class="b">
+<td><a href="/shared/maven-mapping/"><code>maven-mapping</code></a></td>
+<td>3.0.0</td>
+<td>2015-11-19</td>
+<td>A shared component for all plugins that need to do mapping.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-mapping.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-mapping/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-mapping)</td></tr>
+<tr class="a">
+<td><a 
href="/shared/maven-reporting-api/"><code>maven-reporting-api</code></a></td>
+<td>4.0.0-M4</td>
+<td>2023-01-21</td>
+<td>API to manage report generation.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-reporting-api.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-reporting-api/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-reporting-api)</td></tr>
+<tr class="b">
+<td><a 
href="/shared/maven-reporting-exec/"><code>maven-reporting-exec</code></a></td>
+<td>2.0.0-M4</td>
+<td>2023-01-31</td>
+<td>API to manage report plugins preparation with Maven 3.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-reporting-exec.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-reporting-exec/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-reporting-exec)</td></tr>
+<tr class="a">
+<td><a 
href="/shared/maven-reporting-impl/"><code>maven-reporting-impl</code></a></td>
+<td>4.0.0-M3</td>
+<td>2022-11-29</td>
+<td>Abstract classes to manage report generation.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-reporting-impl.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-reporting-impl/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-reporting-impl)</td></tr>
+<tr class="b">
+<td><a 
href="/shared/maven-script-interpreter/"><code>maven-script-interpreter</code></a></td>
+<td>1.4</td>
+<td>2022-12-20</td>
+<td>Utilities to interpret/execute some scripts for various implementations: 
groovy or beanshell.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-script-interpreter.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-script-interpreter/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-script-interpreter)</td></tr>
+<tr class="a">
+<td><a 
href="/shared/maven-shared-incremental/"><code>maven-shared-incremental</code></a></td>
+<td>1.1</td>
+<td>2013-04-08</td>
+<td>Various utility classes and plexus components for supporting incremental 
build functionality in Maven plugins.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-incremental.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-shared-incremental/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-shared-incremental)</td></tr>
+<tr class="b">
+<td><a href="/shared/maven-shared-jar/"><code>maven-shared-jar</code></a></td>
+<td>1.2</td>
+<td>2015-12-31</td>
+<td>Utilities which help identify the contents of a JAR, including Java class 
analysis and Maven metadata analysis.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-jar.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-shared-jar/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-shared-jar)</td></tr>
+<tr class="a">
+<td><a 
href="/shared/maven-shared-resources/"><code>maven-shared-resources</code></a></td>
+<td>5</td>
+<td>2022-11-21</td>
+<td>This is a collection of templates that are specific to the Maven 
project.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-resources.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-shared-resources/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-shared-resources)</td></tr>
+<tr class="b">
+<td><a 
href="/shared/maven-shared-utils/"><code>maven-shared-utils</code></a></td>
+<td>3.3.4</td>
+<td>2021-04-30</td>
+<td>Utilities functions for use within Maven.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-utils.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-shared-utils/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-shared-utils)</td></tr>
+<tr class="a">
+<td><a href="/shared/maven-shared-io/"><code>maven-shared-io</code></a></td>
+<td>3.0.0</td>
+<td>2015-12-23</td>
+<td>API for I/O support like logging, download or file scanning.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-shared-io.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-shared-io/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-shared-io)</td></tr>
+<tr class="b">
+<td><a href="/shared/maven-verifier/"><code>maven-verifier</code></a></td>
+<td>2.0.0-M1</td>
+<td>2022-09-22</td>
+<td>Used to run Maven builds as part of tests.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-verifier.git"; 
class="externalLink">Git</a> / <a 
href="https://github.com/apache/maven-verifier/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSHARED AND status != Closed AND component = maven-verifier)</td></tr>
+<tr class="a">
+<td><a href="/scm/"><code>maven-scm</code></a></td>
+<td>2.0.0-M1</td>
+<td>2022-01-08</td>
+<td>Generic API to SCM systems.</td>
+<td><a href="https://gitbox.apache.org/repos/asf/maven-scm.git"; 
class="externalLink">Git</a> / <a href="https://github.com/apache/maven-scm/"; 
class="externalLink">GitHub</a></td>
+<td><a href="https://issues.apache.org/jira/browse/SCM"; 
class="externalLink">JIRA</a></td></tr></tbody>
+</table>
+
+<p>Archived version of shared libraries reference documentations are <a 
href="../shared-archives/">located here</a>.</p></section></section>
         </main>
       </div>
     </div>

Modified: maven/website/content/skins/index.html
==============================================================================
--- maven/website/content/skins/index.html (original)
+++ maven/website/content/skins/index.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/apt/skins/index.apt at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/skins/index.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -10,9 +10,7 @@
     <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-M4" 
/>
-    <meta name="author" content="Dennis Lundberg
-Karl Heinz Marbaise
-Michael Osipov" />
+    <meta name="author" content="Dennis Lundberg, Karl Heinz Marbaise, Michael 
Osipov" />
     <meta name="date" content="2012-04-05" />
     <title>Maven &#x2013; Available Skins</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.11.1.min.css" />
@@ -50,8 +48,8 @@ Michael Osipov" />
           <ul class="breadcrumb">
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="../index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
-    <li class="active ">Available Skins <a 
href="https://github.com/apache/maven-site/tree/master/content/apt/skins/index.apt";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+    <li class="active ">Available Skins <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/skins/index.md";><img
 src="../images/accessories-text-editor.png" title="Edit" /></a></li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="../scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="../download.cgi" 
title="Download">Download</a></li>
@@ -125,83 +123,111 @@ Michael Osipov" />
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-<section>
-<h1>Available Skins</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
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<section><section>
+<h2>Available Skins</h2>
 <p>The following table lists skins that are available for you to use in your 
Maven generated site.</p><section>
-<h2>Maintained By The Maven Project</h2>
-<table class="bodyTable bodyTableBorder">
+<h3>Maintained By The Maven Project</h3>
+<table class="table table-striped">
+<thead>
 <tr class="a">
-<th><b>Skin</b></th>
-<th><b>Version</b></th>
+<th><strong>Skin</strong></th>
+<th><strong>Version</strong></th>
 <th>Site Plugin Version</th>
-<th><b>Description</b></th>
-<th><b>Source Repository</b></th>
-<th><b>Issue Tracking</b></th></tr>
+<th><strong>Description</strong></th>
+<th><strong>Source Repository</strong></th>
+<th><strong>Issue Tracking</strong></th></tr></thead><tbody>
 <tr class="b">
-<td style="text-align: left;"><a href="/skins/maven-default-skin/"> 
<code>Maven Default Skin</code></a></td>
-<td style="text-align: left;">1.3</td>
-<td style="text-align: left;">[3.5,)</td>
-<td style="text-align: left;">You get this skin if you don't specify any skin 
or template.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="http://gitbox.apache.org/repos/asf/maven-default-skin/";>GitBox</a>/<a 
class="externalLink" 
href="https://github.com/apache/maven-default-skin/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != 
Closed AND component = &quot;Default Skin&quot;">JIRA</a></td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/skins/maven-fluido-skin/"> <code>Maven 
Fluido Skin</code></a></td>
-<td style="text-align: left;">1.11.2</td>
-<td style="text-align: left;">[3.7,)</td>
-<td style="text-align: left;">Skin based on Bootstrap CSS.</td>
-<td style="text-align: left;"><a class="externalLink" 
href="http://gitbox.apache.org/repos/asf/maven-fluido-skin/";>GitBox</a> / <a 
class="externalLink" 
href="https://github.com/apache/maven-fluido-skin/";>GitHub</a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != 
Closed AND component = 
&quot;Fluido+Skin&quot;">JIRA</a></td></tr></table><section>
-<h3>Retired</h3>
-<table class="bodyTable bodyTableBorder">
+<td><a href="/skins/maven-default-skin/"><code>Maven Default 
Skin</code></a></td>
+<td>1.3</td>
+<td>[3.5,)</td>
+<td>You get this skin if you don't specify any skin or template.</td>
+<td><a href="http://gitbox.apache.org/repos/asf/maven-default-skin/"; 
class="externalLink">GitBox</a>/<a 
href="https://github.com/apache/maven-default-skin/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSKINS AND status != Closed AND component = &#x201c;Default 
Skin&#x201d;)</td></tr>
+<tr class="a">
+<td><a href="/skins/maven-fluido-skin/"><code>Maven Fluido Skin</code></a></td>
+<td>1.11.2</td>
+<td>[3.7,)</td>
+<td>Skin based on Bootstrap CSS.</td>
+<td><a href="http://gitbox.apache.org/repos/asf/maven-fluido-skin/"; 
class="externalLink">GitBox</a> / <a 
href="https://github.com/apache/maven-fluido-skin/"; 
class="externalLink">GitHub</a></td>
+<td>[JIRA](<a href="https://issues.apache.org/jira/issues/?jql=project"; 
class="externalLink">https://issues.apache.org/jira/issues/?jql=project</a> = 
MSKINS AND status != Closed AND component = 
&#x201c;Fluido+Skin&#x201d;)</td></tr></tbody>
+</table>
+<section>
+<h4>Retired</h4>
+<table class="table table-striped">
+<thead>
 <tr class="a">
-<th><b>Skin</b></th>
-<th><b>Version</b></th>
+<th><strong>Skin</strong></th>
+<th><strong>Version</strong></th>
 <th>Site Plugin Version</th>
-<th><b>Retired Date</b></th>
-<th><b>Description</b></th></tr>
+<th><strong>Retired Date</strong></th>
+<th><strong>Description</strong></th></tr></thead><tbody>
 <tr class="b">
-<td style="text-align: left;"><a href="/skins/maven-application-skin/"> 
<code>Maven Application Skin</code></a></td>
-<td style="text-align: left;">1.0</td>
-<td style="text-align: left;">(,3.4]</td>
-<td style="text-align: left;">2015-12-28</td>
-<td style="text-align: left;">A skin used by applications like 
Continuum.</td></tr>
-<tr class="a">
-<td style="text-align: left;"><a href="/skins/maven-classic-skin/"> 
<code>Maven Classic Skin</code></a></td>
-<td style="text-align: left;">1.1</td>
-<td style="text-align: left;">(,3.4]</td>
-<td style="text-align: left;">2015-12-28</td>
-<td style="text-align: left;">This skin resembles the look of a site generated 
by Maven 1.</td></tr>
+<td><a href="/skins/maven-application-skin/"><code>Maven Application 
Skin</code></a></td>
+<td>1.0</td>
+<td>(,3.4]</td>
+<td>2015-12-28</td>
+<td>A skin used by applications like Continuum.</td></tr>
+<tr class="a">
+<td><a href="/skins/maven-classic-skin/"><code>Maven Classic 
Skin</code></a></td>
+<td>1.1</td>
+<td>(,3.4]</td>
+<td>2015-12-28</td>
+<td>This skin resembles the look of a site generated by Maven 1.</td></tr>
 <tr class="b">
-<td style="text-align: left;"><a href="/skins/maven-stylus-skin/"> <code>Maven 
Stylus Skin</code></a></td>
-<td style="text-align: left;">1.5</td>
-<td style="text-align: left;">(,3.4]</td>
-<td style="text-align: left;">2015-12-28</td>
-<td style="text-align: left;">The skin used for the website of Maven 
itself.</td></tr></table></section></section><section>
-<h2>Outside The Maven Land</h2>
-<table class="bodyTable bodyTableBorder">
-<tr class="a">
-<th><b>Skin</b></th>
-<th><b>Maintainer</b></th>
-<th><b>Description</b></th></tr>
+<td><a href="/skins/maven-stylus-skin/"><code>Maven Stylus Skin</code></a></td>
+<td>1.5</td>
+<td>(,3.4]</td>
+<td>2015-12-28</td>
+<td>The skin used for the website of Maven itself.</td></tr></tbody>
+</table>
+</section></section><section>
+<h3>Outside The Maven Land</h3>
+<table class="table table-striped">
+<thead>
+<tr class="a">
+<th><strong>Skin</strong></th>
+<th><strong>Maintainer</strong></th>
+<th><strong>Description</strong></th></tr></thead><tbody>
 <tr class="b">
-<td style="text-align: left;"><a class="externalLink" 
href="https://olamy.github.io/reflow-maven-skin/";> <code>Reflow Maven 
Skin</code></a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://github.com/olamy";> Olivier Lamy</a></td>
-<td style="text-align: left;">Responsive Apache Maven skin to reflow the 
standard Maven site with a modern feel.</td></tr>
-<tr class="a">
-<td style="text-align: left;"><a class="externalLink" 
href="https://devacfr.github.io/reflow-maven-skin/";> <code>Reflow 2 Maven 
Skin</code></a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://github.com/devacfr";> Friederich Christophe</a></td>
-<td style="text-align: left;">Responsive 2 Apache Maven skin to reflow the 
standard Maven site with a modern feel.</td></tr>
+<td><a href="https://olamy.github.io/reflow-maven-skin/"; 
class="externalLink"><code>Reflow Maven Skin</code></a></td>
+<td><a href="https://github.com/olamy"; class="externalLink">Olivier 
Lamy</a></td>
+<td>Responsive Apache Maven skin to reflow the standard Maven site with a 
modern feel.</td></tr>
+<tr class="a">
+<td><a href="https://devacfr.github.io/reflow-maven-skin/"; 
class="externalLink"><code>Reflow 2 Maven Skin</code></a></td>
+<td><a href="https://github.com/devacfr"; class="externalLink">Friederich 
Christophe</a></td>
+<td>Responsive 2 Apache Maven skin to reflow the standard Maven site with a 
modern feel.</td></tr>
 <tr class="b">
-<td style="text-align: left;"><a class="externalLink" 
href="http://docs.bernardomg.com/maven/docs-maven-skin/";> <code>Docs Maven 
Skin</code></a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://github.com/Bernardo-MG";> Bernardo Mart&#xed;nez Garrido</a></td>
-<td style="text-align: left;">A minimalist and responsive Bootstrap-based 
HTML5 skin for Maven Site, which will help to use it as a documentation 
site.</td></tr>
-<tr class="a">
-<td style="text-align: left;"><a class="externalLink" 
href="https://stevecrox.github.io/maven-site-bootstrap-skin//";> <code>Bootstrap 
Site Skin</code></a></td>
-<td style="text-align: left;"><a class="externalLink" 
href="https://github.com/stevecrox/maven-site-bootstrap-skin";> Stephen 
Crocker</a></td>
-<td style="text-align: left;">Responsive Maven Bootstrap Skin which has 
toggleable elements implemented based on the boostrap reference 
layouts.</td></tr></table></section><section>
-<h2>Instructions</h2>
+<td><a href="http://docs.bernardomg.com/maven/docs-maven-skin/"; 
class="externalLink"><code>Docs Maven Skin</code></a></td>
+<td><a href="https://github.com/Bernardo-MG"; class="externalLink">Bernardo 
Mart&#xed;nez Garrido</a></td>
+<td>A minimalist and responsive Bootstrap-based HTML5 skin for Maven Site, 
which will help to use it as a documentation site.</td></tr>
+<tr class="a">
+<td><a href="https://stevecrox.github.io/maven-site-bootstrap-skin//"; 
class="externalLink"><code>Bootstrap Site Skin</code></a></td>
+<td><a href="https://github.com/stevecrox/maven-site-bootstrap-skin"; 
class="externalLink">Stephen Crocker</a></td>
+<td>Responsive Maven Bootstrap Skin which has toggleable elements implemented 
based on the boostrap reference layouts.</td></tr></tbody>
+</table>
+</section><section>
+<h3>Instructions</h3>
 <p>To use one of these skins in your project, you use the <code>skin</code> 
element of the <a 
href="/plugins/maven-site-plugin/examples/sitedescriptor.html">site 
descriptor</a>. This is a regular artifact or dependency-like element. For 
example, to use the Maven Fluido Skin, you would include the this in your 
<code>site.xml</code> file:</p>
-<div class="source"><pre class="prettyprint linenums">&lt;project&gt;
+
+<div class="source"><pre class="prettyprint linenums"><code>&lt;project&gt;
   ...
   &lt;skin&gt;
     &lt;groupId&gt;org.apache.maven.skins&lt;/groupId&gt;
@@ -209,7 +235,8 @@ Michael Osipov" />
     &lt;version&gt;1.11.1&lt;/version&gt;
   &lt;/skin&gt;
   ...
-&lt;/project&gt;</pre></div></section></section>
+&lt;/project&gt;
+</code></pre></div></section></section></section>
         </main>
       </div>
     </div>

Modified: maven/website/content/support-and-training.html
==============================================================================
--- maven/website/content/support-and-training.html (original)
+++ maven/website/content/support-and-training.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/support-and-training.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/support-and-training.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Providers of Apache Maven Support and Training <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/support-and-training.md";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/team.html
==============================================================================
--- maven/website/content/team.html (original)
+++ maven/website/content/team.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1:team at 
2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1:team at 
2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Project Team</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>

Modified: maven/website/content/testimonials.html
==============================================================================
--- maven/website/content/testimonials.html (original)
+++ maven/website/content/testimonials.html Thu Feb  9 00:34:05 2023
@@ -2,7 +2,7 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/testimonials.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from 
content/markdown/testimonials.md at 2023-02-09
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="">
@@ -47,7 +47,7 @@
       <li class=""><a href="https://www.apache.org/"; class="externalLink" 
title="Apache">Apache</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Maven">Maven</a><span 
class="divider">/</span></li>
     <li class="active ">Testimonials <a 
href="https://github.com/apache/maven-site/tree/master/content/markdown/testimonials.md";><img
 src="./images/accessories-text-editor.png" title="Edit" /></a></li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-08</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> 
Last Published: 2023-02-09</li>
         <li class="pull-right"><span class="divider">|</span>
 <a href="scm.html" title="Get Sources">Get Sources</a></li>
         <li class="pull-right"><a href="download.cgi" 
title="Download">Download</a></li>


Reply via email to