Added explanations for using the different trackers

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-06-13 16:16:48 +00:00
parent f2c406c9b4
commit 44181fb510

View File

@@ -40,7 +40,9 @@
number. The default template is the one for the JIRA bug tracker.
</td>
<td>
<code>%URL%/ViewIssue.jspa?key=%ISSUE%</code>
JIRA: <code>%URL%/ViewIssue.jspa?key=%ISSUE%</code><br/>
SourceForge: <code>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</code>
BugZilla: <code>%URL%/show_bug.cgi?id=%ISSUE%</code>
</td>
</tr>
</table>