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%