From f98aa27a548556bc5bd0d84cdd78592ac22dc4ec Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 16 Nov 2003 18:16:18 +0000 Subject: [PATCH] Show example for bugzilla. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114365 13f79535-47bb-0310-9956-ffa450edef68 --- changes/plugin.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes/plugin.properties b/changes/plugin.properties index 53e4b703..66db21f7 100644 --- a/changes/plugin.properties +++ b/changes/plugin.properties @@ -12,3 +12,7 @@ # The default template below is the one for the JIRA bug tracker. 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%