This is an automated email from the ASF dual-hosted git repository. mbuenger 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 445b17be Jira to GitHub issues - fix links 445b17be is described below commit 445b17bec4de3ba9b604f8a14816782ca9a94eb1 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Feb 18 19:18:43 2025 +0100 Jira to GitHub issues - fix links --- content/apt/plugins/index.apt | 2 +- content/apt/shared/index.apt | 2 +- content/markdown/scm.md | 94 +++++++++++++++++++++---------------------- 3 files changed, 49 insertions(+), 49 deletions(-) diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt index 986a3c9e..4a1ae534 100644 --- a/content/apt/plugins/index.apt +++ b/content/apt/plugins/index.apt @@ -139,7 +139,7 @@ Available Plugins *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+ | {{{/plugins/maven-artifact-plugin/} <<<artifact>>>}} | B | 3.6.0 | 2025-01-08 | Manage artifacts tasks like buildinfo. | {{{https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git}Git}} / {{{https://github.com/apache/maven-artifact-plugin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MARTIFACT}Jira MARTIFACT}} *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+ -| {{{/archetype/maven-archetype-plugin/} <<<archetype>>>}} | B | 3.3.1 | 2024-10-25 | Generate a skeleton project structure from an archetype. | {{{https://gitbox.apache.org/repos/asf/maven-archetype.git}Git}} / {{{https://github.com/apache/maven-archetype/}GitHub}} | {{{https://issues.apache.org/jira/browse/ARCHETYPE}Jira ARCHETYPE}} +| {{{/archetype/maven-archetype-plugin/} <<<archetype>>>}} | B | 3.3.1 | 2024-10-25 | Generate a skeleton project structure from an archetype. | {{{https://gitbox.apache.org/repos/asf/maven-archetype.git}Git}} / {{{https://github.com/apache/maven-archetype/}GitHub}} | {{{https://github.com/apache/maven-archetype/issues}GitHub Issues}} *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+ | {{{/plugins/maven-assembly-plugin/} <<<assembly>>>}} | B | 3.7.1 | 2024-03-15 | Build an assembly (distribution) of sources and/or binaries. | {{{https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git}Git}} / {{{https://github.com/apache/maven-assembly-plugin/}GitHub}} | {{{https://issues.apache.org/jira/browse/MASSEMBLY}Jira MASSEMBLY}} *--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+ diff --git a/content/apt/shared/index.apt b/content/apt/shared/index.apt index fd3f00ca..4ff07b37 100644 --- a/content/apt/shared/index.apt +++ b/content/apt/shared/index.apt @@ -69,7 +69,7 @@ Shared Components *----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+ | {{{/shared/maven-shared-jar/} <<<maven-shared-jar>>>}} | 3.2.0 | 2024-12-30 | Utilities which help identify the contents of a JAR, including Java class analysis and Maven metadata analysis. | {{{https://gitbox.apache.org/repos/asf/maven-shared-jar.git}Git}} / {{{https://github.com/apache/maven-shared-jar/}GitHub}} | {{{https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-jar}JIRA}} *----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+ -| {{{/shared/maven-shared-resources/} <<<maven-shared-resources>>>}} | 6 | 2024-06-08 | This is a collection of templates that are specific to the Maven project. | {{{https://gitbox.apache.org/repos/asf/maven-shared-resources.git}Git}} / {{{https://github.com/apache/maven-shared-resources/}GitHub}} | {{{https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-resources}JIRA}} +| {{{/shared/maven-shared-resources/} <<<maven-shared-resources>>>}} | 6 | 2024-06-08 | This is a collection of templates that are specific to the Maven project. | {{{https://gitbox.apache.org/repos/asf/maven-shared-resources.git}Git}} / {{{https://github.com/apache/maven-shared-resources/}GitHub}} | {{{https://github.com/apache/maven-shared-resources/issues}GitHub Issues}} *----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+ | {{{/shared/maven-shared-utils/} <<<maven-shared-utils>>>}} | 3.4.2 | 2023-05-11 | Utilities functions for use within Maven. | {{{https://gitbox.apache.org/repos/asf/maven-shared-utils.git}Git}} / {{{https://github.com/apache/maven-shared-utils/}GitHub}} | {{{https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != Closed AND component = maven-shared-utils}JIRA}} *----------------------------------------------------------------------------+--------------+-------------------+------------------+------------------------+---------------------+ diff --git a/content/markdown/scm.md b/content/markdown/scm.md index 79e52d25..6a0dd1e5 100644 --- a/content/markdown/scm.md +++ b/content/markdown/scm.md @@ -116,22 +116,22 @@ Subversion. The components in Git are shown in the following table. -| Content | Repository | Mirror | Issues | -|:------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------:|:------------------------------------------------------------------------------:| -| [Apache Maven Archetype](/archetype/) | [`https://gitbox.apache.org/repos/asf/maven-archetype.git`](https://gitbox.apache.org/repos/asf/maven-archetype.git) | [GitHub](https://github.com/apache/maven-archetype/) | [JIRA MARCHETYPE](https://issues.apache.org/jira/projects/MARCHETYPE/) | -| [Apache Maven Archetypes](/archetypes/) | [`https://gitbox.apache.org/repos/asf/maven-archetypes.git`](https://gitbox.apache.org/repos/asf/maven-archetypes.git) | [GitHub](https://github.com/apache/maven-archetypes/) | [JIRA MARCHETYPES](https://issues.apache.org/jira/projects/MARCHETYPES) | -| [Apache Maven Artifact Resolver](/resolver/) | [`https://gitbox.apache.org/repos/asf/maven-resolver.git`](https://gitbox.apache.org/repos/asf/maven-resolver.git) | [GitHub](https://github.com/apache/maven-resolver/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) | -| [Apache Maven Artifact Resolver Ant Tasks](/resolver-ant-tasks/) | [`https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git`](https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git) | [GitHub](https://github.com/apache/maven-resolver-ant-tasks/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) | -| [Apache Maven Distribution Checking Tool](https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dist-tool/job/master/site/) | [`https://gitbox.apache.org/repos/asf/maven-dist-tool.git`](https://gitbox.apache.org/repos/asf/maven-dist-tool.git) | [GitHub](https://github.com/apache/maven-dist-tool/) | [GitHub Issues](https://github.com/apache/maven-dist-tool/issues) | -| [Apache Maven Enforcer](/enforcer/) | [`https://gitbox.apache.org/repos/asf/maven-enforcer.git`](https://gitbox.apache.org/repos/asf/maven-enforcer.git) | [GitHub](https://github.com/apache/maven-enforcer/) | [JIRA MENFORCER](https://issues.apache.org/jira/projects/MENFORCER/) | -| [Apache Maven JXR](/jxr/) | [`https://gitbox.apache.org/repos/asf/maven-jxr.git`](https://gitbox.apache.org/repos/asf/maven-jxr.git) | [GitHub](https://github.com/apache/maven-jxr/) | [JIRA JXR](https://issues.apache.org/jira/projects/JXR/) | -| [Apache Maven Indexer](/maven-indexer/) | [`https://gitbox.apache.org/repos/asf/maven-indexer.git`](https://gitbox.apache.org/repos/asf/maven-indexer.git) | [GitHub](https://github.com/apache/maven-indexer/) | [JIRA MINDEXER](https://issues.apache.org/jira/projects/MINDEXER/) | -| [Apache Maven Plugin Testing](/plugin-testing/) | [`https://gitbox.apache.org/repos/asf/maven-plugin-testing.git`](https://gitbox.apache.org/repos/asf/maven-plugin-testing.git) | [GitHub](https://github.com/apache/maven-plugin-testing/) | [JIRA MPLUGINTESTING](https://issues.apache.org/jira/projects/MPLUGINTESTING/) | -| [Apache Maven Plugin Tools](/plugin-tools/) | [`https://gitbox.apache.org/repos/asf/maven-plugin-tools.git`](https://gitbox.apache.org/repos/asf/maven-plugin-tools.git) | [GitHub](https://github.com/apache/maven-plugin-tools/) | [JIRA MPLUGIN](https://issues.apache.org/jira/projects/MPLUGIN/) | -| [Apache Maven Release](/maven-release/) (Release api and plugin) | [`https://gitbox.apache.org/repos/asf/maven-release.git`](https://gitbox.apache.org/repos/asf/maven-release.git) | [GitHub](https://github.com/apache/maven-release/) | [JIRA MRELEASE](https://issues.apache.org/jira/projects/MRELEASE/) | -| [Apache Maven SCM](/scm/) | [`https://gitbox.apache.org/repos/asf/maven-scm.git`](https://gitbox.apache.org/repos/asf/maven-scm.git) | [GitHub](https://github.com/apache/maven-scm/) | [JIRA SCM](https://issues.apache.org/jira/projects/SCM/) | -| [Apache Maven Surefire](/surefire/) | [`https://gitbox.apache.org/repos/asf/maven-surefire.git`](https://gitbox.apache.org/repos/asf/maven-surefire.git) | [GitHub](https://github.com/apache/maven-surefire/) | [JIRA SUREFIRE](https://issues.apache.org/jira/projects/SUREFIRE/) | -| [Apache Maven Wagon](/wagon/) | [`https://gitbox.apache.org/repos/asf/maven-wagon.git`](https://gitbox.apache.org/repos/asf/maven-wagon.git) | [GitHub](https://github.com/apache/maven-wagon/) | [JIRA WAGON](https://issues.apache.org/jira/projects/WAGON/) | +| Content | Repository | Mirror | Issues | +|:------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------:|:-----------------------------------------------------------------------:| +| [Apache Maven Archetype](/archetype/) | [`https://gitbox.apache.org/repos/asf/maven-archetype.git`](https://gitbox.apache.org/repos/asf/maven-archetype.git) | [GitHub](https://github.com/apache/maven-archetype/) | [GitHub Issues](https://github.com/apache/maven-archetype/issues) | +| [Apache Maven Archetypes](/archetypes/) | [`https://gitbox.apache.org/repos/asf/maven-archetypes.git`](https://gitbox.apache.org/repos/asf/maven-archetypes.git) | [GitHub](https://github.com/apache/maven-archetypes/) | [JIRA MARCHETYPES](https://issues.apache.org/jira/projects/MARCHETYPES) | +| [Apache Maven Artifact Resolver](/resolver/) | [`https://gitbox.apache.org/repos/asf/maven-resolver.git`](https://gitbox.apache.org/repos/asf/maven-resolver.git) | [GitHub](https://github.com/apache/maven-resolver/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) | +| [Apache Maven Artifact Resolver Ant Tasks](/resolver-ant-tasks/) | [`https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git`](https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git) | [GitHub](https://github.com/apache/maven-resolver-ant-tasks/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER/) | +| [Apache Maven Distribution Checking Tool](https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dist-tool/job/master/site/) | [`https://gitbox.apache.org/repos/asf/maven-dist-tool.git`](https://gitbox.apache.org/repos/asf/maven-dist-tool.git) | [GitHub](https://github.com/apache/maven-dist-tool/) | [GitHub Issues](https://github.com/apache/maven-dist-tool/issues) | +| [Apache Maven Enforcer](/enforcer/) | [`https://gitbox.apache.org/repos/asf/maven-enforcer.git`](https://gitbox.apache.org/repos/asf/maven-enforcer.git) | [GitHub](https://github.com/apache/maven-enforcer/) | [JIRA MENFORCER](https://issues.apache.org/jira/projects/MENFORCER/) | +| [Apache Maven JXR](/jxr/) | [`https://gitbox.apache.org/repos/asf/maven-jxr.git`](https://gitbox.apache.org/repos/asf/maven-jxr.git) | [GitHub](https://github.com/apache/maven-jxr/) | [JIRA JXR](https://issues.apache.org/jira/projects/JXR/) | +| [Apache Maven Indexer](/maven-indexer/) | [`https://gitbox.apache.org/repos/asf/maven-indexer.git`](https://gitbox.apache.org/repos/asf/maven-indexer.git) | [GitHub](https://github.com/apache/maven-indexer/) | [JIRA MINDEXER](https://issues.apache.org/jira/projects/MINDEXER/) | +| [Apache Maven Plugin Testing](/plugin-testing/) | [`https://gitbox.apache.org/repos/asf/maven-plugin-testing.git`](https://gitbox.apache.org/repos/asf/maven-plugin-testing.git) | [GitHub](https://github.com/apache/maven-plugin-testing/) | [GitHub Issues](https://github.com/apache/maven-plugin-testing/issues) | +| [Apache Maven Plugin Tools](/plugin-tools/) | [`https://gitbox.apache.org/repos/asf/maven-plugin-tools.git`](https://gitbox.apache.org/repos/asf/maven-plugin-tools.git) | [GitHub](https://github.com/apache/maven-plugin-tools/) | [JIRA MPLUGIN](https://issues.apache.org/jira/projects/MPLUGIN/) | +| [Apache Maven Release](/maven-release/) (Release api and plugin) | [`https://gitbox.apache.org/repos/asf/maven-release.git`](https://gitbox.apache.org/repos/asf/maven-release.git) | [GitHub](https://github.com/apache/maven-release/) | [JIRA MRELEASE](https://issues.apache.org/jira/projects/MRELEASE/) | +| [Apache Maven SCM](/scm/) | [`https://gitbox.apache.org/repos/asf/maven-scm.git`](https://gitbox.apache.org/repos/asf/maven-scm.git) | [GitHub](https://github.com/apache/maven-scm/) | [JIRA SCM](https://issues.apache.org/jira/projects/SCM/) | +| [Apache Maven Surefire](/surefire/) | [`https://gitbox.apache.org/repos/asf/maven-surefire.git`](https://gitbox.apache.org/repos/asf/maven-surefire.git) | [GitHub](https://github.com/apache/maven-surefire/) | [JIRA SUREFIRE](https://issues.apache.org/jira/projects/SUREFIRE/) | +| [Apache Maven Wagon](/wagon/) | [`https://gitbox.apache.org/repos/asf/maven-wagon.git`](https://gitbox.apache.org/repos/asf/maven-wagon.git) | [GitHub](https://github.com/apache/maven-wagon/) | [JIRA WAGON](https://issues.apache.org/jira/projects/WAGON/) | #### Plugins @@ -144,8 +144,8 @@ The components in Git are shown in the following table. | [Apache Maven Changelog Plugin](/plugins/maven-changelog-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git`](https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git) | [GitHub](https://github.com/apache/maven-changelog-plugin/) | [JIRA MCHANGELOG](https://issues.apache.org/jira/projects/MCHANGELOG) | | [Apache Maven Changes Plugin](/plugins/maven-changes-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-changes-plugin.git`](https://gitbox.apache.org/repos/asf/maven-changes-plugin.git) | [GitHub](https://github.com/apache/maven-changes-plugin/) | [JIRA MACHANGES](https://issues.apache.org/jira/projects/MACHANGES) | | [Apache Maven Checkstyle Plugin](/plugins/maven-checkstyle-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git`](https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git) | [GitHub](https://github.com/apache/maven-checkstyle-plugin/) | [JIRA MCHECKSTYLE](https://issues.apache.org/jira/projects/MCHECKSTYLE) | -| [Apache Maven Clean Plugin](/plugins/maven-clean-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-clean-plugin.git`](https://gitbox.apache.org/repos/asf/maven-clean-plugin.git) | [GitHub](https://github.com/apache/maven-clean-plugin/) | [JIRA MCLEAN](https://issues.apache.org/jira/projects/MCLEAN) | -| [Apache Maven Compiler Plugin](/plugins/maven-compiler-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git`](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) | [GitHub](https://github.com/apache/maven-compiler-plugin/) | [JIRA MCOMPILER](https://issues.apache.org/jira/projects/MCOMPILER) | +| [Apache Maven Clean Plugin](/plugins/maven-clean-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-clean-plugin.git`](https://gitbox.apache.org/repos/asf/maven-clean-plugin.git) | [GitHub](https://github.com/apache/maven-clean-plugin/) | [GitHub Issues](https://github.com/apache/maven-clean-plugin/issues) | +| [Apache Maven Compiler Plugin](/plugins/maven-compiler-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git`](https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git) | [GitHub](https://github.com/apache/maven-compiler-plugin/) | [GitHub Issues](https://github.com/apache/maven-compiler-plugin/issues) | | [Apache Maven Dependency Plugin](/plugins/maven-dependency-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git`](https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git) | [GitHub](https://github.com/apache/maven-dependency-plugin/) | [JIRA MDEP](https://issues.apache.org/jira/projects/MDEP) | | [Apache Maven Deploy Plugin](/plugins/maven-deploy-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git`](https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git) | [GitHub](https://github.com/apache/maven-deploy-plugin/) | [JIRA MDEPLOY](https://issues.apache.org/jira/projects/MDEPLOY) | | [Apache Maven DOAP Plugin](/plugins/maven-doap-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-doap-plugin.git`](https://gitbox.apache.org/repos/asf/maven-doap-plugin.git) | [GitHub](https://github.com/apache/maven-doap-plugin/) | [JIRA MDOAP](https://issues.apache.org/jira/projects/MDOAP) | @@ -160,7 +160,7 @@ The components in Git are shown in the following table. | [Apache Maven Javadoc Plugin](/plugins/maven-javadoc-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git`](https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git) | [GitHub](https://github.com/apache/maven-javadoc-plugin/) | [JIRA MJAVADOC](https://issues.apache.org/jira/projects/MJAVADOC) | | [Apache Maven JDepRScan Plugin](/plugins/maven-jdeprscan-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git`](https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git) | [GitHub](https://github.com/apache/maven-jdeprscan-plugin/) | [JIRA MJDEPRSCAN](https://issues.apache.org/jira/projects/MJDEPRSCAN) | | [Apache Maven JDeps Plugin](/plugins/maven-jdeps-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git`](https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git) | [GitHub](https://github.com/apache/maven-jdeps-plugin/) | [JIRA MJDEPS](https://issues.apache.org/jira/projects/MJDEPS) | -| [Apache Maven JLink Plugin](/plugins/maven-jlink-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git`](https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git) | [GitHub](https://github.com/apache/maven-jlink-plugin/) | [JIRA MJLINK](https://issues.apache.org/jira/projects/MJLINK) | +| [Apache Maven JLink Plugin](/plugins/maven-jlink-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git`](https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git) | [GitHub](https://github.com/apache/maven-jlink-plugin/) | [GitHub Issues](https://github.com/apache/maven-jlink-plugin/issues) | | [Apache Maven JMod Plugin](/plugins/maven-jmod-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git`](https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git) | [GitHub](https://github.com/apache/maven-jmod-plugin/) | [JIRA MJMOD](https://issues.apache.org/jira/projects/MJMOD) | | [Apache Maven Linkcheck Plugin](/plugins/maven-linkcheck-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git`](https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git) | [GitHub](https://github.com/apache/maven-linkcheck-plugin/) | [JIRA MLINKCHECK](https://issues.apache.org/jira/projects/MLINKCHECK) | | [Apache Maven PDF Plugin](/plugins/maven-pdf-plugin/) | [`https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git`](https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git) | [GitHub](https://github.com/apache/maven-pdf-plugin/) | [JIRA MPDF](https://issues.apache.org/jira/projects/MPDF) | @@ -182,37 +182,37 @@ The components in Git are shown in the following table. #### Parent POMs -| Content | Repository | Mirror | Issues | -|:-----------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------:|:---------------------------------------------------------------------:| -| [Apache Parent POM](/pom/asf/) | [`https://gitbox.apache.org/repos/asf/maven-apache-parent.git`](https://gitbox.apache.org/repos/asf/maven-apache-parent.git) | [GitHub](https://github.com/apache/maven-apache-parent/) | [GitHub Issues](https://github.com/apache/maven-apache-parent/issues) | -| [Apache Maven Parent POMs](/pom/maven/) | [`https://gitbox.apache.org/repos/asf/maven-parent.git`](https://gitbox.apache.org/repos/asf/maven-parent.git) | [GitHub](https://github.com/apache/maven-parent/) | [GitHub Issues](https://github.com/apache/maven-parent/issues) | -| [Apache Resource Bundles](/apache-resource-bundles/) | [`https://gitbox.apache.org/repos/asf/maven-apache-resources.git`](https://gitbox.apache.org/repos/asf/maven-apache-resources.git) | [GitHub](https://github.com/apache/maven-apache-resources/) | [JIRA MASFRES](https://issues.apache.org/jira/projects/MASFRES) | +| Content | Repository | Mirror | Issues | +|:-----------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------:|:------------------------------------------------------------------------:| +| [Apache Parent POM](/pom/asf/) | [`https://gitbox.apache.org/repos/asf/maven-apache-parent.git`](https://gitbox.apache.org/repos/asf/maven-apache-parent.git) | [GitHub](https://github.com/apache/maven-apache-parent/) | [GitHub Issues](https://github.com/apache/maven-apache-parent/issues) | +| [Apache Maven Parent POMs](/pom/maven/) | [`https://gitbox.apache.org/repos/asf/maven-parent.git`](https://gitbox.apache.org/repos/asf/maven-parent.git) | [GitHub](https://github.com/apache/maven-parent/) | [GitHub Issues](https://github.com/apache/maven-parent/issues) | +| [Apache Resource Bundles](/apache-resource-bundles/) | [`https://gitbox.apache.org/repos/asf/maven-apache-resources.git`](https://gitbox.apache.org/repos/asf/maven-apache-resources.git) | [GitHub](https://github.com/apache/maven-apache-resources/) | [GitHub Issues](https://github.com/apache/maven-apache-resources/issues) | #### Shared Components -| Content | Repository | Mirror | Issues | -|:------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------:|:-------------------------------------------------------------------:| -| [Apache Maven Archiver](/shared/maven-archiver/) | [`https://gitbox.apache.org/repos/asf/maven-archiver.git`](https://gitbox.apache.org/repos/asf/maven-archiver.git) | [GitHub](https://github.com/apache/maven-archiver/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Artifact Resolver](/shared/maven-artifact-resolver/) | [`https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git`](https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git) | [GitHub](https://github.com/apache/maven-artifact-resolver/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER) | -| [Apache Maven Artifact Transfer](/shared/maven-artifact-transfer/) | [`https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git`](https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git) | [GitHub](https://github.com/apache/maven-artifact-transfer/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache MavenCommon Artifact Filters](/shared/maven-common-artifact-filters/) | [`https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git`](https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git) | [GitHub](https://github.com/apache/maven-common-artifact-filters/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Dependency Analyzer](/shared/maven-dependency-analyzer/) | [`https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git`](https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git) | [GitHub](https://github.com/apache/maven-dependency-analyzer/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Dependency Tree](/shared/maven-dependency-tree/) | [`https://gitbox.apache.org/repos/asf/maven-dependency-tree.git`](https://gitbox.apache.org/repos/asf/maven-dependency-tree.git) | [GitHub](https://github.com/apache/maven-dependency-tree/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Filtering](/shared/maven-filtering/) | [`https://gitbox.apache.org/repos/asf/maven-filtering.git`](https://gitbox.apache.org/repos/asf/maven-filtering.git) | [GitHub](https://github.com/apache/maven-filtering/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Invoker](/shared/maven-invoker/) | [`https://gitbox.apache.org/repos/asf/maven-invoker.git`](https://gitbox.apache.org/repos/asf/maven-invoker.git) | [GitHub](https://github.com/apache/maven-invoker/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Jarsigner](/shared/maven-jarsigner/) | [`https://gitbox.apache.org/repos/asf/maven-jarsigner.git`](https://gitbox.apache.org/repos/asf/maven-jarsigner.git) | [GitHub](https://github.com/apache/maven-jarsigner/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Mapping](/shared/maven-mapping/) | [`https://gitbox.apache.org/repos/asf/maven-mapping.git`](https://gitbox.apache.org/repos/asf/maven-mapping.git) | [GitHub](https://github.com/apache/maven-mapping/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Project Utils](/shared/maven-project-utils/) | [`https://gitbox.apache.org/repos/asf/maven-project-utils.git`](https://gitbox.apache.org/repos/asf/maven-project-utils.git) | [GitHub](https://github.com/apache/maven-project-utils/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Reporting API](/shared/maven-reporting-api/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-api.git`](https://gitbox.apache.org/repos/asf/maven-reporting-api.git) | [GitHub](https://github.com/apache/maven-reporting-api/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Reporting Executor](/shared/maven-reporting-exec/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-exec.git`](https://gitbox.apache.org/repos/asf/maven-reporting-exec.git) | [GitHub](https://github.com/apache/maven-reporting-exec/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Reporting Implementation](/shared/maven-reporting-impl/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-impl.git`](https://gitbox.apache.org/repos/asf/maven-reporting-impl.git) | [GitHub](https://github.com/apache/maven-reporting-impl/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Script Interpreter](/shared/maven-script-interpreter/) | [`https://gitbox.apache.org/repos/asf/maven-script-interpreter.git`](https://gitbox.apache.org/repos/asf/maven-script-interpreter.git) | [GitHub](https://github.com/apache/maven-script-interpreter/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Shared Incremental](/shared/maven-shared-incremental/) | [`https://gitbox.apache.org/repos/asf/maven-shared-incremental.git`](https://gitbox.apache.org/repos/asf/maven-shared-incremental.git) | [GitHub](https://github.com/apache/maven-shared-incremental/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Shared IO](/shared/maven-shared-io/) | [`https://gitbox.apache.org/repos/asf/maven-shared-io.git`](https://gitbox.apache.org/repos/asf/maven-shared-io.git) | [GitHub](https://github.com/apache/maven-shared-io/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Shared Jar](/shared/maven-shared-jar/) | [`https://gitbox.apache.org/repos/asf/maven-shared-jar.git`](https://gitbox.apache.org/repos/asf/maven-shared-jar.git) | [GitHub](https://github.com/apache/maven-shared-jar/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Shared Resources](/shared/maven-shared-resources/) | [`https://gitbox.apache.org/repos/asf/maven-shared-resources.git`](https://gitbox.apache.org/repos/asf/maven-shared-resources.git) | [GitHub](https://github.com/apache/maven-shared-resources/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Shared Utils](/shared/maven-shared-utils/) | [`https://gitbox.apache.org/repos/asf/maven-shared-utils.git`](https://gitbox.apache.org/repos/asf/maven-shared-utils.git) | [GitHub](https://github.com/apache/maven-shared-utils/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | -| [Apache Maven Verifier](/shared/maven-verifier/) | [`https://gitbox.apache.org/repos/asf/maven-verifier.git`](https://gitbox.apache.org/repos/asf/maven-verifier.git) | [GitHub](https://github.com/apache/maven-verifier/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| Content | Repository | Mirror | Issues | +|:------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------:|:------------------------------------------------------------------------:| +| [Apache Maven Archiver](/shared/maven-archiver/) | [`https://gitbox.apache.org/repos/asf/maven-archiver.git`](https://gitbox.apache.org/repos/asf/maven-archiver.git) | [GitHub](https://github.com/apache/maven-archiver/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Artifact Resolver](/shared/maven-artifact-resolver/) | [`https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git`](https://gitbox.apache.org/repos/asf/maven-artifact-resolver.git) | [GitHub](https://github.com/apache/maven-artifact-resolver/) | [JIRA MRESOLVER](https://issues.apache.org/jira/projects/MRESOLVER) | +| [Apache Maven Artifact Transfer](/shared/maven-artifact-transfer/) | [`https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git`](https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git) | [GitHub](https://github.com/apache/maven-artifact-transfer/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache MavenCommon Artifact Filters](/shared/maven-common-artifact-filters/) | [`https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git`](https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git) | [GitHub](https://github.com/apache/maven-common-artifact-filters/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Dependency Analyzer](/shared/maven-dependency-analyzer/) | [`https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git`](https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git) | [GitHub](https://github.com/apache/maven-dependency-analyzer/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Dependency Tree](/shared/maven-dependency-tree/) | [`https://gitbox.apache.org/repos/asf/maven-dependency-tree.git`](https://gitbox.apache.org/repos/asf/maven-dependency-tree.git) | [GitHub](https://github.com/apache/maven-dependency-tree/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Filtering](/shared/maven-filtering/) | [`https://gitbox.apache.org/repos/asf/maven-filtering.git`](https://gitbox.apache.org/repos/asf/maven-filtering.git) | [GitHub](https://github.com/apache/maven-filtering/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Invoker](/shared/maven-invoker/) | [`https://gitbox.apache.org/repos/asf/maven-invoker.git`](https://gitbox.apache.org/repos/asf/maven-invoker.git) | [GitHub](https://github.com/apache/maven-invoker/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Jarsigner](/shared/maven-jarsigner/) | [`https://gitbox.apache.org/repos/asf/maven-jarsigner.git`](https://gitbox.apache.org/repos/asf/maven-jarsigner.git) | [GitHub](https://github.com/apache/maven-jarsigner/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Mapping](/shared/maven-mapping/) | [`https://gitbox.apache.org/repos/asf/maven-mapping.git`](https://gitbox.apache.org/repos/asf/maven-mapping.git) | [GitHub](https://github.com/apache/maven-mapping/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Project Utils](/shared/maven-project-utils/) | [`https://gitbox.apache.org/repos/asf/maven-project-utils.git`](https://gitbox.apache.org/repos/asf/maven-project-utils.git) | [GitHub](https://github.com/apache/maven-project-utils/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Reporting API](/shared/maven-reporting-api/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-api.git`](https://gitbox.apache.org/repos/asf/maven-reporting-api.git) | [GitHub](https://github.com/apache/maven-reporting-api/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Reporting Executor](/shared/maven-reporting-exec/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-exec.git`](https://gitbox.apache.org/repos/asf/maven-reporting-exec.git) | [GitHub](https://github.com/apache/maven-reporting-exec/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Reporting Implementation](/shared/maven-reporting-impl/) | [`https://gitbox.apache.org/repos/asf/maven-reporting-impl.git`](https://gitbox.apache.org/repos/asf/maven-reporting-impl.git) | [GitHub](https://github.com/apache/maven-reporting-impl/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Script Interpreter](/shared/maven-script-interpreter/) | [`https://gitbox.apache.org/repos/asf/maven-script-interpreter.git`](https://gitbox.apache.org/repos/asf/maven-script-interpreter.git) | [GitHub](https://github.com/apache/maven-script-interpreter/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Shared Incremental](/shared/maven-shared-incremental/) | [`https://gitbox.apache.org/repos/asf/maven-shared-incremental.git`](https://gitbox.apache.org/repos/asf/maven-shared-incremental.git) | [GitHub](https://github.com/apache/maven-shared-incremental/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Shared IO](/shared/maven-shared-io/) | [`https://gitbox.apache.org/repos/asf/maven-shared-io.git`](https://gitbox.apache.org/repos/asf/maven-shared-io.git) | [GitHub](https://github.com/apache/maven-shared-io/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Shared Jar](/shared/maven-shared-jar/) | [`https://gitbox.apache.org/repos/asf/maven-shared-jar.git`](https://gitbox.apache.org/repos/asf/maven-shared-jar.git) | [GitHub](https://github.com/apache/maven-shared-jar/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Shared Resources](/shared/maven-shared-resources/) | [`https://gitbox.apache.org/repos/asf/maven-shared-resources.git`](https://gitbox.apache.org/repos/asf/maven-shared-resources.git) | [GitHub](https://github.com/apache/maven-shared-resources/) | [GitHub Isuess](https://github.com/apache/maven-shared-resources/issues) | +| [Apache Maven Shared Utils](/shared/maven-shared-utils/) | [`https://gitbox.apache.org/repos/asf/maven-shared-utils.git`](https://gitbox.apache.org/repos/asf/maven-shared-utils.git) | [GitHub](https://github.com/apache/maven-shared-utils/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | +| [Apache Maven Verifier](/shared/maven-verifier/) | [`https://gitbox.apache.org/repos/asf/maven-verifier.git`](https://gitbox.apache.org/repos/asf/maven-verifier.git) | [GitHub](https://github.com/apache/maven-verifier/) | [JIRA MSHARED](https://issues.apache.org/jira/projects/MSHARED) | #### Shared Components