You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/11 09:50:35 UTC

[maven-site] branch master updated: Use instead of when inline code semantics are required

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cc7e66a1 Use <code> instead of <source> when inline code semantics are required
cc7e66a1 is described below

commit cc7e66a1a27c74c41d94bc3e33acb768d1ae1697
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 11 10:45:12 2023 +0100

    Use <code> instead of <source> when inline code semantics are required
---
 content/fml/general.fml                            |   6 +-
 content/xdoc/developers/mojo-api-specification.xml |   2 +-
 content/xdoc/scm.xml                               | 192 ++++++++++-----------
 3 files changed, 100 insertions(+), 100 deletions(-)

diff --git a/content/fml/general.fml b/content/fml/general.fml
index ed8becee..021a6849 100644
--- a/content/fml/general.fml
+++ b/content/fml/general.fml
@@ -75,7 +75,7 @@
           <a href="/plugins/maven-help-plugin/describe-mojo.html"><code>describe</code></a> goal.
           For example, to find out the version of the install plugin:
         </p>
-        <source>mvn -Dplugin=install help:describe</source>
+        <code>mvn -Dplugin=install help:describe</code>
         <p>
           Note that you must give the plugin prefix as the argument to plugin, not it's artifact ID.
         </p>
@@ -233,7 +233,7 @@ Where: <path-to-file>  the path to the file to load
       <answer>
         <p>
         To unsubscribe from a Maven mailing list you simply send a message to
-        <source>[mailing-list]-unsubscribe@maven.apache.org</source>
+        <code>[mailing-list]-unsubscribe@maven.apache.org</code>
         </p>
         <p>
         So, if you have subscribed to <code>users@maven.apache.org</code> then you would
@@ -400,7 +400,7 @@ Where: <path-to-file>  the path to the file to load
         <p>
           You could call Maven with <i>-X</i> parameter or <i>-e</i> parameter. For more information,
           run:
-          <source>mvn --help</source>
+          <code>mvn --help</code>
         </p>
       </answer>
     </faq>
diff --git a/content/xdoc/developers/mojo-api-specification.xml b/content/xdoc/developers/mojo-api-specification.xml
index 4c675f12..6b712f2f 100644
--- a/content/xdoc/developers/mojo-api-specification.xml
+++ b/content/xdoc/developers/mojo-api-specification.xml
@@ -811,7 +811,7 @@ under the License.
         </tr>
       </table>
       <p>After making the changes above, the developer can simply call</p>
-      <source>mvn install</source>
+      <code>mvn install</code>
       <p>
         to install the plugin to
         the local repository. (Any of the other standard lifecycle targets like
diff --git a/content/xdoc/scm.xml b/content/xdoc/scm.xml
index 0797f238..e51a547d 100644
--- a/content/xdoc/scm.xml
+++ b/content/xdoc/scm.xml
@@ -48,7 +48,7 @@ under the License.
           <table>
             <tr>
               <td>Apache Maven <a href="https://github.com/apache/maven-sources/blob/master/default.xml">full source code</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-sources.git">https://gitbox.apache.org/repos/asf/maven-sources.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-sources.git">https://gitbox.apache.org/repos/asf/maven-sources.git</a></code></td>
               <td><a href="https://github.com/apache/maven-sources/">(GitHub mirror)</a></td>
             </tr>
           </table>
@@ -106,7 +106,7 @@ repo start master --all</pre>
           <table>
             <tr>
               <td><a href="/">Apache Maven Site</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-site.git">https://gitbox.apache.org/repos/asf/maven-site.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-site.git">https://gitbox.apache.org/repos/asf/maven-site.git</a></code></td>
               <td><a href="https://github.com/apache/maven-site/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MNGSITE/">Jira MNGSITE</a></td>
             </tr>
@@ -121,13 +121,13 @@ repo start master --all</pre>
           <table>
             <tr>
               <td><a href="/ref/current/">Apache Maven</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven.git">https://gitbox.apache.org/repos/asf/maven.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven.git">https://gitbox.apache.org/repos/asf/maven.git</a></code></td>
               <td><a href="https://github.com/apache/maven/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MNG/">Jira MNG</a></td>
             </tr>
             <tr>
               <td><a href="/core-its/">Apache Maven Core ITs</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-integration-testing.git">https://gitbox.apache.org/repos/asf/maven-integration-testing.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-integration-testing.git">https://gitbox.apache.org/repos/asf/maven-integration-testing.git</a></code></td>
               <td><a href="https://github.com/apache/maven-integration-testing/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
@@ -150,85 +150,85 @@ repo start master --all</pre>
           <table>
             <tr>
               <td><a href="/archetype/">Apache Maven Archetype</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-archetype.git">https://gitbox.apache.org/repos/asf/maven-archetype.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-archetype.git">https://gitbox.apache.org/repos/asf/maven-archetype.git</a></code></td>
               <td><a href="https://github.com/apache/maven-archetype/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MARCHETYPE/">Jira MARCHETYPE</a></td>
             </tr>
             <tr>
               <td><a href="/archetypes/">Apache Maven Archetypes</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-archetypes.git">https://gitbox.apache.org/repos/asf/maven-archetypes.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-archetypes.git">https://gitbox.apache.org/repos/asf/maven-archetypes.git</a></code></td>
               <td><a href="https://github.com/apache/maven-archetypes/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MARCHETYPES/">Jira MARCHETYPES</a></td>
             </tr>
             <tr>
               <td><a href="/resolver/">Apache Maven Artifact Resolver</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-resolver.git">https://gitbox.apache.org/repos/asf/maven-resolver.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-resolver.git">https://gitbox.apache.org/repos/asf/maven-resolver.git</a></code></td>
               <td><a href="https://github.com/apache/maven-resolver/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MRESOLVER/">Jira MRESOLVER</a></td>
             </tr>
             <tr>
               <td><a href="/resolver-ant-tasks/">Apache Maven Artifact Resolver Ant Tasks</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git">https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git">https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git</a></code></td>
               <td><a href="https://github.com/apache/maven-resolver-ant-tasks/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MRESOLVER/">Jira MRESOLVER</a></td>
             </tr>
             <tr>
               <td><a href="https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dist-tool/job/master/site/">Apache Maven Distribution Checking Tool</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-dist-tool.git">https://gitbox.apache.org/repos/asf/maven-dist-tool.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-dist-tool.git">https://gitbox.apache.org/repos/asf/maven-dist-tool.git</a></code></td>
               <td><a href="https://github.com/apache/maven-dist-tool/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/enforcer/">Apache Maven Enforcer</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-enforcer.git">https://gitbox.apache.org/repos/asf/maven-enforcer.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-enforcer.git">https://gitbox.apache.org/repos/asf/maven-enforcer.git</a></code></td>
               <td><a href="https://github.com/apache/maven-enforcer/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MENFORCER/">Jira MENFORCER</a></td>
             </tr>
             <tr>
               <td><a href="/jxr/">Apache Maven JXR</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jxr.git">https://gitbox.apache.org/repos/asf/maven-jxr.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jxr.git">https://gitbox.apache.org/repos/asf/maven-jxr.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jxr/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/JXR/">Jira JXR</a></td>
             </tr>
             <tr>
               <td><a href="/maven-indexer/">Apache Maven Indexer</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-indexer.git">https://gitbox.apache.org/repos/asf/maven-indexer.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-indexer.git">https://gitbox.apache.org/repos/asf/maven-indexer.git</a></code></td>
               <td><a href="https://github.com/apache/maven-indexer/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MINDEXER/">Jira MINDEXER</a></td>
             </tr>
             <tr>
               <td><a href="/plugin-testing/">Apache Maven Plugin Testing</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-plugin-testing.git">https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-plugin-testing.git">https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</a></code></td>
               <td><a href="https://github.com/apache/maven-plugin-testing/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MPLUGINTESTING/">Jira MPLUGINTESTING</a></td>
             </tr>
             <tr>
               <td><a href="/plugin-tools/">Apache Maven Plugin Tools</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-plugin-tools.git">https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-plugin-tools.git">https://gitbox.apache.org/repos/asf/maven-plugin-tools.git</a></code></td>
               <td><a href="https://github.com/apache/maven-plugin-tools/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MPLUGIN/">Jira MPLUGIN</a></td>
             </tr>
             <tr>
               <td><a href="/maven-release/">Apache Maven Release</a> (Release api and plugin)</td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-release.git">https://gitbox.apache.org/repos/asf/maven-release.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-release.git">https://gitbox.apache.org/repos/asf/maven-release.git</a></code></td>
               <td><a href="https://github.com/apache/maven-release/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/MRELEASE/">Jira MRELEASE</a></td>
             </tr>
             <tr>
               <td><a href="/scm/">Apache Maven SCM</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-scm.git">https://gitbox.apache.org/repos/asf/maven-scm.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-scm.git">https://gitbox.apache.org/repos/asf/maven-scm.git</a></code></td>
               <td><a href="https://github.com/apache/maven-scm/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/SCM/">Jira SCM</a></td>
             </tr>
             <tr>
               <td><a href="/surefire/">Apache Maven Surefire</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-surefire.git">https://gitbox.apache.org/repos/asf/maven-surefire.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-surefire.git">https://gitbox.apache.org/repos/asf/maven-surefire.git</a></code></td>
               <td><a href="https://github.com/apache/maven-surefire/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/SUREFIRE/">Jira SUREFIRE</a></td>
             </tr>
             <tr>
               <td><a href="/wagon/">Apache Maven Wagon</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-wagon.git">https://gitbox.apache.org/repos/asf/maven-wagon.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-wagon.git">https://gitbox.apache.org/repos/asf/maven-wagon.git</a></code></td>
               <td><a href="https://github.com/apache/maven-wagon/">(GitHub mirror)</a></td>
               <td><a href="https://issues.apache.org/jira/projects/WAGON/">Jira WAGON</a></td>
             </tr>
@@ -237,265 +237,265 @@ repo start master --all</pre>
             </tr>
             <tr>
               <td><a href="/plugins/maven-acr-plugin/">Apache Maven ACR Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-acr-plugin.git">https://gitbox.apache.org/repos/asf/maven-acr-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-acr-plugin.git">https://gitbox.apache.org/repos/asf/maven-acr-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-acr-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-ant-plugin/">Apache Maven Ant Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-ant-plugin.git">https://gitbox.apache.org/repos/asf/maven-ant-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-ant-plugin.git">https://gitbox.apache.org/repos/asf/maven-ant-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-ant-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-antrun-plugin/">Apache Maven AntRun Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git">https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git">https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-antrun-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-assembly-plugin/">Apache Maven Assembly Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git">https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git">https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-assembly-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-changelog-plugin/">Apache Maven Changelog Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git">https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git">https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-changelog-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-changes-plugin/">Apache Maven Changes Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-changes-plugin.git">https://gitbox.apache.org/repos/asf/maven-changes-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-changes-plugin.git">https://gitbox.apache.org/repos/asf/maven-changes-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-changes-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-checkstyle-plugin/">Apache Maven Checkstyle Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git">https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git">https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-checkstyle-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-clean-plugin/">Apache Maven Clean Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-clean-plugin.git">https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-clean-plugin.git">https://gitbox.apache.org/repos/asf/maven-clean-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-clean-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-compiler-plugin/">Apache Maven Compiler Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git">https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git">https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-compiler-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-dependency-plugin/">Apache Maven Dependency Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git">https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git">https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-dependency-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-deploy-plugin/">Apache Maven Deploy Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git">https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git">https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-deploy-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-doap-plugin/">Apache Maven DOAP Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-doap-plugin.git">https://gitbox.apache.org/repos/asf/maven-doap-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-doap-plugin.git">https://gitbox.apache.org/repos/asf/maven-doap-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-doap-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-docck-plugin/">Apache Maven Documentation Checker Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-docck-plugin.git">https://gitbox.apache.org/repos/asf/maven-docck-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-docck-plugin.git">https://gitbox.apache.org/repos/asf/maven-docck-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-docck-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-ear-plugin/">Apache Maven EAR Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-ear-plugin.git">https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-ear-plugin.git">https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-ear-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-ejb-plugin/">Apache Maven EJB Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git">https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git">https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-ejb-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-gpg-plugin/">Apache Maven GPG Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git">https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git">https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-gpg-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-help-plugin/">Apache Maven Help Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-help-plugin.git">https://gitbox.apache.org/repos/asf/maven-help-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-help-plugin.git">https://gitbox.apache.org/repos/asf/maven-help-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-help-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-install-plugin/">Apache Maven Install Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-install-plugin.git">https://gitbox.apache.org/repos/asf/maven-install-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-install-plugin.git">https://gitbox.apache.org/repos/asf/maven-install-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-install-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-invoker-plugin/">Apache Maven Invoker Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git">https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git">https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-invoker-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-jar-plugin/">Apache Maven JAR Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jar-plugin.git">https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jar-plugin.git">https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jar-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-jarsigner-plugin/">Apache Maven Jarsigner Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git">https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git">https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jarsigner-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-javadoc-plugin/">Apache Maven Javadoc Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git">https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git">https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-javadoc-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-jdeprscan-plugin/">Apache Maven JDepRScan Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git">https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git">https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jdeprscan-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-jdeps-plugin/">Apache Maven JDeps Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git">https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git">https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jdeps-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-jlink-plugin/">Apache Maven JLink Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git">https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git">https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jlink-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-jmod-plugin/">Apache Maven JMod Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git">https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git">https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jmod-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-linkcheck-plugin/">Apache Maven Linkcheck Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git">https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git">https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-linkcheck-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-patch-plugin/">Apache Maven Patch Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-patch-plugin.git">https://gitbox.apache.org/repos/asf/maven-patch-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-patch-plugin.git">https://gitbox.apache.org/repos/asf/maven-patch-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-patch-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-pdf-plugin/">Apache Maven PDF Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git">https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git">https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-pdf-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-pmd-plugin/">Apache Maven PMD Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git">https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git">https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-pmd-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-project-info-reports-plugin/">Apache Maven Project Info Reports Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git">https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git">https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-project-info-reports-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-rar-plugin/">Apache Maven RAR Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-rar-plugin.git">https://gitbox.apache.org/repos/asf/maven-rar-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-rar-plugin.git">https://gitbox.apache.org/repos/asf/maven-rar-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-rar-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-remote-resources-plugin/">Apache Maven Remote Resources Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git">https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git">https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-remote-resources-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-repository-plugin/">Apache Maven Repository Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-repository-plugin.git">https://gitbox.apache.org/repos/asf/maven-repository-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-repository-plugin.git">https://gitbox.apache.org/repos/asf/maven-repository-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-repository-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-resources-plugin/">Apache Maven Resources Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-resources-plugin.git">https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-resources-plugin.git">https://gitbox.apache.org/repos/asf/maven-resources-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-resources-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-scm-publish-plugin/">Apache Maven SCM Publish Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git">https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git">https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-scm-publish-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-scripting-plugin/">Apache Maven Scripting Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git">https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git">https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-scripting-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-shade-plugin/">Apache Maven Shade Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-shade-plugin.git">https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-shade-plugin.git">https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-shade-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-site-plugin/">Apache Maven Site Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-site-plugin.git">https://gitbox.apache.org/repos/asf/maven-site-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-site-plugin.git">https://gitbox.apache.org/repos/asf/maven-site-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-site-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-source-plugin/">Apache Maven Source Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-source-plugin.git">https://gitbox.apache.org/repos/asf/maven-source-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-source-plugin.git">https://gitbox.apache.org/repos/asf/maven-source-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-source-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-stage-plugin/">Apache Maven Stage Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-stage-plugin.git">https://gitbox.apache.org/repos/asf/maven-stage-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-stage-plugin.git">https://gitbox.apache.org/repos/asf/maven-stage-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-stage-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-toolchains-plugin/">Apache Maven Toolchains Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git">https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git">https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-toolchains-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-verifier-plugin/">Apache Maven Verifier Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git">https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git">https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-verifier-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/plugins/maven-war-plugin/">Apache Maven WAR Plugin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-war-plugin.git">https://gitbox.apache.org/repos/asf/maven-war-plugin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-war-plugin.git">https://gitbox.apache.org/repos/asf/maven-war-plugin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-war-plugin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
@@ -504,13 +504,13 @@ repo start master --all</pre>
             </tr>
             <tr>
               <td><a href="/pom/asf/">Apache Parent POM</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-apache-parent.git">https://gitbox.apache.org/repos/asf/maven-apache-parent.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-apache-parent.git">https://gitbox.apache.org/repos/asf/maven-apache-parent.git</a></code></td>
               <td><a href="https://github.com/apache/maven-apache-parent/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/pom/maven/">Apache Maven Parent POMs</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-parent.git">https://gitbox.apache.org/repos/asf/maven-parent.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-parent.git">https://gitbox.apache.org/repos/asf/maven-parent.git</a></code></td>
               <td><a href="https://github.com/apache/maven-parent/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
@@ -519,151 +519,151 @@ repo start master --all</pre>
             </tr>
             <tr>
               <td><a href="/shared/maven-archiver/">Apache Maven Archiver</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-archiver.git">https://gitbox.apache.org/repos/asf/maven-archiver.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-archiver.git">https://gitbox.apache.org/repos/asf/maven-archiver.git</a></code></td>
               <td><a href="https://github.com/apache/maven-archiver/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-artifact-resolver/">Apache Maven Artifact Resolver</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git">https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git">https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git</a></code></td>
               <td><a href="https://github.com/apache/maven-artifact-resolver/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-artifact-transfer/">Apache Maven Artifact Transfer</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git">https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git">https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git</a></code></td>
               <td><a href="https://github.com/apache/maven-artifact-transfer/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-common-artifact-filters/">Apache MavenCommon Artifact Filters</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git">https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git">https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git</a></code></td>
               <td><a href="https://github.com/apache/maven-common-artifact-filters/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-dependency-analyzer/">Apache Maven Dependency Analyzer</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git">https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git">https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git</a></code></td>
               <td><a href="https://github.com/apache/maven-dependency-analyzer/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-dependency-tree/">Apache Maven Dependency Tree</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-dependency-tree.git">https://gitbox.apache.org/repos/asf/maven-dependency-tree.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-dependency-tree.git">https://gitbox.apache.org/repos/asf/maven-dependency-tree.git</a></code></td>
               <td><a href="https://github.com/apache/maven-dependency-tree/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-downloader/">Apache Maven Downloader</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-downloader.git">https://gitbox.apache.org/repos/asf/maven-downloader.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-downloader.git">https://gitbox.apache.org/repos/asf/maven-downloader.git</a></code></td>
               <td><a href="https://github.com/apache/maven-downloader/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-filtering/">Apache Maven Filtering</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-filtering.git">https://gitbox.apache.org/repos/asf/maven-filtering.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-filtering.git">https://gitbox.apache.org/repos/asf/maven-filtering.git</a></code></td>
               <td><a href="https://github.com/apache/maven-filtering/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-invoker/">Apache Maven Invoker</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-invoker.git">https://gitbox.apache.org/repos/asf/maven-invoker.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-invoker.git">https://gitbox.apache.org/repos/asf/maven-invoker.git</a></code></td>
               <td><a href="https://github.com/apache/maven-invoker/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-jarsigner/">Apache Maven Jarsigner</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner.git">https://gitbox.apache.org/repos/asf/maven-jarsigner.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-jarsigner.git">https://gitbox.apache.org/repos/asf/maven-jarsigner.git</a></code></td>
               <td><a href="https://github.com/apache/maven-jarsigner/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-mapping/">Apache Maven Mapping</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-mapping.git">https://gitbox.apache.org/repos/asf/maven-mapping.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-mapping.git">https://gitbox.apache.org/repos/asf/maven-mapping.git</a></code></td>
               <td><a href="https://github.com/apache/maven-mapping/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-osgi/">Apache Maven OSGi</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-osgi.git">https://gitbox.apache.org/repos/asf/maven-osgi.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-osgi.git">https://gitbox.apache.org/repos/asf/maven-osgi.git</a></code></td>
               <td><a href="https://github.com/apache/maven-osgi/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-project-utils/">Apache Maven Project Utils</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-project-utils.git">https://gitbox.apache.org/repos/asf/maven-project-utils.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-project-utils.git">https://gitbox.apache.org/repos/asf/maven-project-utils.git</a></code></td>
               <td><a href="https://github.com/apache/maven-project-utils/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-reporting-api/">Apache Maven Reporting API</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-reporting-api.git">https://gitbox.apache.org/repos/asf/maven-reporting-api.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-reporting-api.git">https://gitbox.apache.org/repos/asf/maven-reporting-api.git</a></code></td>
               <td><a href="https://github.com/apache/maven-reporting-api/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-reporting-exec/">Apache Maven Reporting Executor</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-reporting-exec.git">https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-reporting-exec.git">https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</a></code></td>
               <td><a href="https://github.com/apache/maven-reporting-exec/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-reporting-impl/">Apache Maven Reporting Implementation</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-reporting-impl.git">https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-reporting-impl.git">https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</a></code></td>
               <td><a href="https://github.com/apache/maven-reporting-impl/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-repository-builder/">Apache Maven Respository Builder</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-repository-builder.git">https://gitbox.apache.org/repos/asf/maven-repository-builder.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-repository-builder.git">https://gitbox.apache.org/repos/asf/maven-repository-builder.git</a></code></td>
               <td><a href="https://github.com/apache/maven-repository-builder/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-runtime/">Apache Maven Runtime</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-runtime.git">https://gitbox.apache.org/repos/asf/maven-runtime.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-runtime.git">https://gitbox.apache.org/repos/asf/maven-runtime.git</a></code></td>
               <td><a href="https://github.com/apache/maven-runtime/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-script-interpreter/">Apache Maven Script Interpreter</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-script-interpreter.git">https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-script-interpreter.git">https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</a></code></td>
               <td><a href="https://github.com/apache/maven-script-interpreter/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-shared-incremental/">Apache Maven Shared Incremental</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-incremental.git">https://gitbox.apache.org/repos/asf/maven-shared-incremental.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-shared-incremental.git">https://gitbox.apache.org/repos/asf/maven-shared-incremental.git</a></code></td>
               <td><a href="https://github.com/apache/maven-shared-incremental/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-shared-io/">Apache Maven Shared IO</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-io.git">https://gitbox.apache.org/repos/asf/maven-shared-io.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-shared-io.git">https://gitbox.apache.org/repos/asf/maven-shared-io.git</a></code></td>
               <td><a href="https://github.com/apache/maven-shared-io/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-shared-jar/">Apache Maven Shared Jar</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-jar.git">https://gitbox.apache.org/repos/asf/maven-shared-jar.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-shared-jar.git">https://gitbox.apache.org/repos/asf/maven-shared-jar.git</a></code></td>
               <td><a href="https://github.com/apache/maven-shared-jar/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-shared-resources/">Apache Maven Shared Resources</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-resources.git">https://gitbox.apache.org/repos/asf/maven-shared-resources.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-shared-resources.git">https://gitbox.apache.org/repos/asf/maven-shared-resources.git</a></code></td>
               <td><a href="https://github.com/apache/maven-shared-resources/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-shared-utils/">Apache Maven Shared Utils</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-shared-utils.git">https://gitbox.apache.org/repos/asf/maven-shared-utils.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-shared-utils.git">https://gitbox.apache.org/repos/asf/maven-shared-utils.git</a></code></td>
               <td><a href="https://github.com/apache/maven-shared-utils/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/shared/maven-verifier/">Apache Maven Verifier</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-verifier.git">https://gitbox.apache.org/repos/asf/maven-verifier.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-verifier.git">https://gitbox.apache.org/repos/asf/maven-verifier.git</a></code></td>
               <td><a href="https://github.com/apache/maven-verifier/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
@@ -672,13 +672,13 @@ repo start master --all</pre>
             </tr>
             <tr>
               <td><a href="/skins/maven-default-skin/">Apache Maven Default Skin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-default-skin.git">https://gitbox.apache.org/repos/asf/maven-default-skin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-default-skin.git">https://gitbox.apache.org/repos/asf/maven-default-skin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-default-skin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
             <tr>
               <td><a href="/skins/maven-fluido-skin/">Apache Maven Fluido Skin</a></td>
-              <td><source><a href="https://gitbox.apache.org/repos/asf/maven-fluido-skin.git">https://gitbox.apache.org/repos/asf/maven-fluido-skin.git</a></source></td>
+              <td><code><a href="https://gitbox.apache.org/repos/asf/maven-fluido-skin.git">https://gitbox.apache.org/repos/asf/maven-fluido-skin.git</a></code></td>
               <td><a href="https://github.com/apache/maven-fluido-skin/">(GitHub mirror)</a></td>
               <td></td>
             </tr>
@@ -688,29 +688,29 @@ repo start master --all</pre>
         <h4>Components in Subversion</h4>
         <p>
           Everything in Subversion can be checked-out from a single entry point, referencing each part through svn:externals
-          <source><a href="http://svn.apache.org/viewvc/maven/trunks/">https://svn.apache.org/repos/asf/maven/trunks/</a></source>
+          <code><a href="http://svn.apache.org/viewvc/maven/trunks/">https://svn.apache.org/repos/asf/maven/trunks/</a></code>
         </p>
         <p>
           You can also check out every component separately. The components in Subversion are:
           <table>
             <tr>
               <td>Maven Project (mainly KEYS)</td>
-              <td><source><a href="https://svn.apache.org/viewvc/maven/project/">https://svn.apache.org/repos/asf/maven/project/</a></source></td>
+              <td><code><a href="https://svn.apache.org/viewvc/maven/project/">https://svn.apache.org/repos/asf/maven/project/</a></code></td>
               <td><!--a href="https://github.com/apache/maven-sandbox/">(GitHub mirror)</a--></td>
             </tr>
             <tr>
               <td><a href="/apache-resource-bundles/">Apache Resource Bundles</a></td>
-              <td><source><a href="https://svn.apache.org/viewvc/maven/resources/trunk/">https://svn.apache.org/repos/asf/maven/resources/trunk/</a></source></td>
+              <td><code><a href="https://svn.apache.org/viewvc/maven/resources/trunk/">https://svn.apache.org/repos/asf/maven/resources/trunk/</a></code></td>
               <td><!--a href="https://github.com/apache/maven-sandbox/">(GitHub mirror)</a--></td>
             </tr>
             <tr>
               <td>Maven Sandbox</td>
-              <td><source><a href="https://svn.apache.org/viewvc/maven/sandbox/trunk/">https://svn.apache.org/repos/asf/maven/sandbox/trunk/</a></source></td>
+              <td><code><a href="https://svn.apache.org/viewvc/maven/sandbox/trunk/">https://svn.apache.org/repos/asf/maven/sandbox/trunk/</a></code></td>
               <td><a href="https://github.com/apache/maven-sandbox/">(GitHub mirror)</a></td>
             </tr>
             <tr>
               <td>A variety of other subsystems (including obsolete trees replaced by git)</td>
-              <td><source><a href="https://svn.apache.org/viewvc/maven/">https://svn.apache.org/repos/asf/maven/</a></source></td>
+              <td><code><a href="https://svn.apache.org/viewvc/maven/">https://svn.apache.org/repos/asf/maven/</a></code></td>
               <td></td>
             </tr>
           </table>