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 d4583044 GitHub Issues MDEP, MDOAP, MJAVADOC, MJDEP, JXR, MLINKCHECK
d4583044 is described below

commit d45830445a808b31882ca67b546ce1435739a731
Author: Matthias Bünger <buk...@users.noreply.github.com>
AuthorDate: Fri Apr 25 17:10:03 2025 +0200

    GitHub Issues MDEP, MDOAP, MJAVADOC, MJDEP, JXR, MLINKCHECK
    
    Enabling Github Issues for
    
    * 
[maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin/pull/522)
    * [maven-doap-plugin](https://github.com/apache/maven-doap-plugin/pull/39)
    * 
[maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin/pull/365)
    * [maven-jdeps-plugin](https://github.com/apache/maven-jdeps-plugin/pull/23)
    * [maven-jxr](https://github.com/apache/maven-jxr/pull/137)
    * 
[maven-linkcheck-plugin](https://github.com/apache/maven-linkcheck-plugin/pull/7)
---
 content/apt/plugins/index.apt | 12 ++++++------
 content/markdown/scm.md       | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index c2cb4b67..d20af76e 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -115,15 +115,15 @@ Available Plugins
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-checkstyle-plugin/} <<<checkstyle>>>}}     | B+R        | 
3.6.0        | 2024-10-22 | Generate a Checkstyle report. | 
{{{https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git}Git}} / 
{{{https://github.com/apache/maven-checkstyle-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-checkstyle-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-doap-plugin/} <<<doap>>>}}                 | B          | 
1.2          | 2015-03-17 | Generate a Description of a Project (DOAP) file 
from a POM. | 
{{{https://gitbox.apache.org/repos/asf/maven-doap-plugin.git}Git}} / 
{{{https://github.com/apache/maven-doap-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDOAP}Jira MDOAP}}
+| {{{/plugins/maven-doap-plugin/} <<<doap>>>}}                 | B          | 
1.2          | 2015-03-17 | Generate a Description of a Project (DOAP) file 
from a POM. | 
{{{https://gitbox.apache.org/repos/asf/maven-doap-plugin.git}Git}} / 
{{{https://github.com/apache/maven-doap-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-doap-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}}           | B+R        | 
3.11.2       | 2024-12-08 | Generate Javadoc for the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git}Git}} / 
{{{https://github.com/apache/maven-javadoc-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJAVADOC}Jira MJAVADOC}}
+| {{{/plugins/maven-javadoc-plugin/} <<<javadoc>>>}}           | B+R        | 
3.11.2       | 2024-12-08 | Generate Javadoc for the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git}Git}} / 
{{{https://github.com/apache/maven-javadoc-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-javadoc-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-jdeps-plugin/} <<<jdeps>>>}}               | B          | 
3.1.2        | 2019-06-12 | Run JDK's JDeps tool on the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jdeps-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MJDEPS}Jira MJDEPS}}
+| {{{/plugins/maven-jdeps-plugin/} <<<jdeps>>>}}               | B          | 
3.1.2        | 2019-06-12 | Run JDK's JDeps tool on the project. | 
{{{https://gitbox.apache.org/repos/asf/maven-jdeps-plugin.git}Git}} / 
{{{https://github.com/apache/maven-jdeps-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-jdeps-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/jxr/maven-jxr-plugin/} <<<jxr>>>}}                       | R          | 
3.6.0        | 2024-10-22 | Generate a source cross reference. | 
{{{https://gitbox.apache.org/repos/asf/maven-jxr.git}Git}} / 
{{{https://github.com/apache/maven-jxr/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/JXR}Jira JXR}}
+| {{{/jxr/maven-jxr-plugin/} <<<jxr>>>}}                       | R          | 
3.6.0        | 2024-10-22 | Generate a source cross reference. | 
{{{https://gitbox.apache.org/repos/asf/maven-jxr.git}Git}} / 
{{{https://github.com/apache/maven-jxr/}GitHub}} | 
{{{https://github.com/apache/maven-jxr/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-linkcheck-plugin/} <<<linkcheck>>>}}       | R          | 
1.2          | 2014-10-08 | Generate a Linkcheck report of your project's 
documentation. | 
{{{https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git}Git}} / 
{{{https://github.com/apache/maven-linkcheck-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MLINKCHECK}Jira MLINKCHECK}}
+| {{{/plugins/maven-linkcheck-plugin/} <<<linkcheck>>>}}       | R          | 
1.2          | 2014-10-08 | Generate a Linkcheck report of your project's 
documentation. | 
{{{https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git}Git}} / 
{{{https://github.com/apache/maven-linkcheck-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-linkcheck-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-pmd-plugin/} <<<pmd>>>}}                   | B+R        | 
3.26.0       | 2024-10-25 | Generate a PMD/CPD report. | 
{{{https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git}Git}} / 
{{{https://github.com/apache/maven-pmd-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-pmd-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
@@ -143,7 +143,7 @@ Available Plugins
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/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}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}     | B+R        | 
3.8.1        | 2024-10-18 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git}Git}} / 
{{{https://github.com/apache/maven-dependency-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEP}Jira MDEP}}
+| {{{/plugins/maven-dependency-plugin/} <<<dependency>>>}}     | B+R        | 
3.8.1        | 2024-10-18 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git}Git}} / 
{{{https://github.com/apache/maven-dependency-plugin/}GitHub}} | 
{{{https://github.com/apache/maven-dependency-plugin/issues}GitHub Issues}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/enforcer/maven-enforcer-plugin/} <<<enforcer>>>}}        | B          | 
3.5.0        | 2024-05-26 | Environmental constraint checking (Maven Version, 
JDK etc), User Custom Rule Execution. | 
{{{https://gitbox.apache.org/repos/asf/maven-enforcer.git}Git}} / 
{{{https://github.com/apache/maven-enforcer/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MENFORCER}Jira MENFORCER}}
 
*--------------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
diff --git a/content/markdown/scm.md b/content/markdown/scm.md
index 017d82f0..66acad71 100644
--- a/content/markdown/scm.md
+++ b/content/markdown/scm.md
@@ -129,7 +129,7 @@ The components in Git are shown in the following table.
 | [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 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/)         |       [GitHub 
Issues](https://github.com/apache/maven-jxr/issues)       |
 | [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/)     |
@@ -150,9 +150,9 @@ The components in Git are shown in the following table.
 | [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/)      |      
[GitHub Issues](https://github.com/apache/maven-checkstyle-plugin/issues)      |
 | [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 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/)      |      
[GitHub Issues](https://github.com/apache/maven-dependency-plugin/issues)      |
 | [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/)        |        
[GitHub Issues](https://github.com/apache/maven-deploy-plugin/issues)        |
-| [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)             |
+| [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/)         |         
[GitHub Issues](https://github.com/apache/maven-doap-plugin/issues)         |
 | [Apache Maven EAR Plugin](/plugins/maven-ear-plugin/)                        
           | 
[`https://gitbox.apache.org/repos/asf/maven-ear-plugin.git`](https://gitbox.apache.org/repos/asf/maven-ear-plugin.git)
                                   |         
[GitHub](https://github.com/apache/maven-ear-plugin/)          |         
[GitHub Issues](https://github.com/apache/maven-ear-plugin/issues)          |
 | [Apache Maven EJB Plugin](/plugins/maven-ejb-plugin/)                        
           | 
[`https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git`](https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git)
                                   |         
[GitHub](https://github.com/apache/maven-ejb-plugin/)          |         
[GitHub Issues](https://github.com/apache/maven-ejb-plugin/issues)          |
 | [Apache Maven GPG Plugin](/plugins/maven-gpg-plugin/)                        
           | 
[`https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git`](https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git)
                                   |         
[GitHub](https://github.com/apache/maven-gpg-plugin/)          |              
[JIRA MGPG](https://issues.apache.org/jira/projects/MGPG)              |
@@ -161,12 +161,12 @@ The components in Git are shown in the following table.
 | [Apache Maven Invoker Plugin](/plugins/maven-invoker-plugin/)                
           | 
[`https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git`](https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git)
                           |       
[GitHub](https://github.com/apache/maven-invoker-plugin/)        |          
[JIRA MINVOKER](https://issues.apache.org/jira/projects/MINVOKER)          |
 | [Apache Maven JAR Plugin](/plugins/maven-jar-plugin/)                        
           | 
[`https://gitbox.apache.org/repos/asf/maven-jar-plugin.git`](https://gitbox.apache.org/repos/asf/maven-jar-plugin.git)
                                   |         
[GitHub](https://github.com/apache/maven-jar-plugin/)          |         
[GitHub Issues](https://github.com/apache/maven-jar-plugin/issues)          |
 | [Apache Maven Jarsigner Plugin](/plugins/maven-jarsigner-plugin/)            
           | 
[`https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git`](https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git)
                       |      
[GitHub](https://github.com/apache/maven-jarsigner-plugin/)       |        
[JIRA MJARSIGNER](https://issues.apache.org/jira/projects/MJARSIGNER)        |
-| [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 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/)        |       
[GitHub Issues](https://github.com/apache/maven-javadoc-plugin/issues)        |
 | [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 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/)         |        
[GitHub Issues](https://github.com/apache/maven-jdeps-plugin/issues)         |
 | [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/)         |         
[GitHub Issues](https://github.com/apache/maven-jmod-plugin/issues)         |
-| [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 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/)       |      
[GitHub Issues](https://github.com/apache/maven-linkcheck-plugin/issues)       |
 | [Apache Maven PMD Plugin](/plugins/maven-pmd-plugin/)                        
           | 
[`https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git`](https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git)
                                   |         
[GitHub](https://github.com/apache/maven-pmd-plugin/)          |         
[GitHub Issues](https://github.com/apache/maven-pmd-plugin/issues)          |
 | [Apache Maven Project Info Reports 
Plugin](/plugins/maven-project-info-reports-plugin/) | 
[`https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git`](https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git)
 | [GitHub](https://github.com/apache/maven-project-info-reports-plugin/) | 
[GitHub 
Issues](https://github.com/apache/maven-project-info-reports-plugin/issues) |
 | [Apache Maven RAR Plugin](/plugins/maven-rar-plugin/)                        
           | 
[`https://gitbox.apache.org/repos/asf/maven-rar-plugin.git`](https://gitbox.apache.org/repos/asf/maven-rar-plugin.git)
                                   |         
[GitHub](https://github.com/apache/maven-rar-plugin/)          |         
[GitHub Issues](https://github.com/apache/maven-rar-plugin/issues)          |

Reply via email to