You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/12/24 19:13:35 UTC

[maven-site] branch master updated: improved issue management links

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

hboutemy 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 aa2c0fe  improved issue management links
aa2c0fe is described below

commit aa2c0fe4b59ebbbdcd35d2b6e5dec5f5c0275d1c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Dec 24 20:13:34 2018 +0100

    improved issue management links
---
 content/markdown/issue-management.md | 14 +++++++-------
 content/xdoc/scm.xml                 |  4 ++++
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/content/markdown/issue-management.md b/content/markdown/issue-management.md
index 7d58a2f..da32746 100644
--- a/content/markdown/issue-management.md
+++ b/content/markdown/issue-management.md
@@ -2,26 +2,26 @@
 
 Maven projects use [Jira](https://www.atlassian.com/software/jira) as issue tracking and project management application.
 
+## Issue Management
+
 Maven is composed of nearly [100 parts](/scm.html#Maven_Sources_Overview), each one having its own Jira project or component:
 see the [Maven Jira issues overview](https://cwiki.apache.org/confluence/display/MAVEN/Maven+JIRA+issues+overview) to
 get a summary of open issues.
 
-## Issue Management
-
 Issues, bugs, and feature requests should be submitted to the following
-issue management systems depending on which project is involved:
+issue management systems depending on which component is involved:
 
-* Maven "core" Project: <https://issues.apache.org/jira/browse/MNG>
+* Maven "core": <https://issues.apache.org/jira/browse/MNG>
 
-* Maven Website Project: <https://issues.apache.org/jira/browse/MNGSITE>
+* Maven Website: <https://issues.apache.org/jira/browse/MNGSITE>
 
-* Maven Plugins Projects: Please refer you to the [Available Plugins](./plugins/index.html) page
+* Maven Plugins: Please refer you to the [Available Plugins](./plugins/index.html) page
 
 or which Maven sub-project:
 
 * Doxia: <https://issues.apache.org/jira/browse/DOXIA>
 
-* JXR <https://issues.apache.org/jira/browse/JXR>
+* JXR: <https://issues.apache.org/jira/browse/JXR>
 
 * SCM: <https://issues.apache.org/jira/browse/SCM>
 
diff --git a/content/xdoc/scm.xml b/content/xdoc/scm.xml
index 39020b9..753bfd6 100644
--- a/content/xdoc/scm.xml
+++ b/content/xdoc/scm.xml
@@ -95,6 +95,10 @@ repo start master --all</pre>
             <area shape="rect" coords="1,787,560,836"   alt="Plexus"         href="https://codehaus-plexus.github.io/" />
           </map>
         </p>
+        <p>Each component has its own Jira project or component for issue tracking:
+        see the <a href="https://cwiki.apache.org/confluence/display/MAVEN/Maven+JIRA+issues+overview">Maven Jira issues overview</a>) to
+        get an summary of open issues.
+        </p>
       </subsection>
 
       <subsection name="Maven Site">