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 17:51:04 UTC

[maven-site] branch master updated: added link to Maven Jira issues overview

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 2b15587  added link to Maven Jira issues overview
2b15587 is described below

commit 2b15587b36676ca4e30d9734b014a44a32bd20c9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Dec 24 18:50:59 2018 +0100

    added link to Maven Jira issues overview
---
 content/markdown/issue-management.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/content/markdown/issue-management.md b/content/markdown/issue-management.md
index 3af6e10..7d58a2f 100644
--- a/content/markdown/issue-management.md
+++ b/content/markdown/issue-management.md
@@ -1,14 +1,17 @@
 ## Overview
 
-Maven projects use [JIRA](https://www.atlassian.com/software/jira) a
-J2EE-based, issue tracking and project management application.
+Maven projects use [Jira](https://www.atlassian.com/software/jira) as issue tracking and project management application.
+
+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:
 
-* Maven Project: <https://issues.apache.org/jira/browse/MNG>
+* Maven "core" Project: <https://issues.apache.org/jira/browse/MNG>
 
 * Maven Website Project: <https://issues.apache.org/jira/browse/MNGSITE>