| Property | Optional? | Description | Default |
|---|---|---|---|
| maven.changes.issue.template | Yes |
Template string that is used to discover the URL to use to display
a bug report. There are 2 template tokens you can use.
%URL%: this is computed by getting the
<issueTrackingUrl> value from the POM, and
removing the context path. %ISSUE% : this is the issue
number. The default template is the one for the JIRA bug tracker.
|
JIRA: %URL%/ViewIssue.jspa?key=%ISSUE%SourceForge: http://sourceforge.net/support/tracker.php?aid=%ISSUE%
BugZilla: %URL%/show_bug.cgi?id=%ISSUE%
|