From d8b307e56202df05fc4e0321f48723d076ae2afb Mon Sep 17 00:00:00 2001 From: vmassol Date: Mon, 6 Jun 2005 06:36:51 +0000 Subject: [PATCH] Added example for Scarab git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180240 13f79535-47bb-0310-9956-ffa450edef68 --- changes/plugin.properties | 3 +++ changes/xdocs/properties.xml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changes/plugin.properties b/changes/plugin.properties index ab0f31e4..786c56b0 100644 --- a/changes/plugin.properties +++ b/changes/plugin.properties @@ -36,6 +36,9 @@ maven.changes.issue.template = %URL%/%ISSUE% # For Sourceforge, use the "aid" parameter. For example: # maven.changes.issue.template = http://sourceforge.net/support/tracker.php?aid=%ISSUE% +# For Scarab +# maven.changes.issue.template = %URL%/issues/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 bc03fb3d..db935436 100644 --- a/changes/xdocs/properties.xml +++ b/changes/xdocs/properties.xml @@ -41,8 +41,9 @@ JIRA: %URL%/ViewIssue.jspa?key=%ISSUE%
- SourceForge: http://sourceforge.net/support/tracker.php?aid=%ISSUE% - BugZilla: %URL%/show_bug.cgi?id=%ISSUE% + SourceForge: http://sourceforge.net/support/tracker.php?aid=%ISSUE%
+ BugZilla: %URL%/show_bug.cgi?id=%ISSUE%
+ Scarab: %URL%/issues/id/%ISSUE%