Cleaner description of maven.changes.issue.template

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@279366 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-09-07 16:08:58 +00:00
parent 52faedb431
commit 68964f9764

View File

@ -39,10 +39,12 @@
<code>%URL%</code>: this is computed by getting the <code>%URL%</code>: this is computed by getting the
<code>&lt;issueTrackingUrl&gt;</code> value from the POM, and <code>&lt;issueTrackingUrl&gt;</code> value from the POM, and
removing the context path. <code>%ISSUE%</code> : this is the issue removing the context path. <code>%ISSUE%</code> : this is the issue
number. The default template is the one for the JIRA bug tracker. number.
</td> </td>
<td> <td>
JIRA: <code>%URL%/ViewIssue.jspa?key=%ISSUE%</code> <code>%URL%/%ISSUE%</code> (Default, appropriate for JIRA).
<br/>
Other possibilities are:
<br/> <br/>
SourceForge: <code>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</code> SourceForge: <code>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</code>
<br/> <br/>