From 559c918ee1f325ded9461143e9512862cc54715e Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 6 Jun 2005 22:28:48 +0000 Subject: [PATCH] settings for mantis (http://www.mantisbt.org/) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@185067 13f79535-47bb-0310-9956-ffa450edef68 --- changes/plugin.properties | 3 +++ changes/xdocs/properties.xml | 21 ++++++++++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/changes/plugin.properties b/changes/plugin.properties index 786c56b0..19ad8a84 100644 --- a/changes/plugin.properties +++ b/changes/plugin.properties @@ -39,6 +39,9 @@ maven.changes.issue.template = %URL%/%ISSUE% # For Scarab # maven.changes.issue.template = %URL%/issues/id/%ISSUE% +# For Mantis +# maven.changes.issue.template = %URL%/view.php?id=%ISSUE% + # Decide whether to sort the change actions by type or not maven.changes.sort = false diff --git a/changes/xdocs/properties.xml b/changes/xdocs/properties.xml index db935436..6d52ac61 100644 --- a/changes/xdocs/properties.xml +++ b/changes/xdocs/properties.xml @@ -16,18 +16,20 @@ * limitations under the License. */ --> - - Changes plugin properties Vincent Massol -
- + + + + + + @@ -40,10 +42,15 @@ number. The default template is the one for the JIRA bug tracker.
PropertyOptional?DescriptionDefault
PropertyOptional?DescriptionDefault
maven.changes.issue.template Yes - JIRA: %URL%/ViewIssue.jspa?key=%ISSUE%
- SourceForge: http://sourceforge.net/support/tracker.php?aid=%ISSUE%
- BugZilla: %URL%/show_bug.cgi?id=%ISSUE%
+ JIRA: %URL%/ViewIssue.jspa?key=%ISSUE% +
+ SourceForge: http://sourceforge.net/support/tracker.php?aid=%ISSUE% +
+ BugZilla: %URL%/show_bug.cgi?id=%ISSUE% +
Scarab: %URL%/issues/id/%ISSUE% +
+ Mantis: %URL%/view.php?id=%ISSUE%