From f2c406c9b476187f37d75ea7663e6d03e03d71f2 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 13 Jun 2004 16:13:21 +0000 Subject: [PATCH] Added comment for using the sourceforge tracker git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115475 13f79535-47bb-0310-9956-ffa450edef68 --- changes/plugin.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/plugin.properties b/changes/plugin.properties index 603d8486..dcf836b4 100644 --- a/changes/plugin.properties +++ b/changes/plugin.properties @@ -32,3 +32,6 @@ maven.changes.issue.template = %URL%/ViewIssue.jspa?key=%ISSUE% # For Bugzilla, assuming the issueTrackingUrl points to something like # http://nagoya.apache.org/bugzilla/ # maven.changes.issue.template = %URL%/show_bug.cgi?id=%ISSUE% + +# For Sourceforge, use the "aid" parameter. For example: +# maven.changes.issue.template = http://sourceforge.net/support/tracker.php?aid=%ISSUE%