Added example for Scarab
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@180240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -36,6 +36,9 @@ maven.changes.issue.template = %URL%/%ISSUE%
|
||||
# For Sourceforge, use the "aid" parameter. For example:
|
||||
# maven.changes.issue.template = http://sourceforge.net/support/tracker.php?aid=%ISSUE%
|
||||
|
||||
# For Scarab
|
||||
# maven.changes.issue.template = %URL%/issues/id/%ISSUE%
|
||||
|
||||
# Decide whether to sort the change actions by type or not
|
||||
maven.changes.sort = false
|
||||
|
||||
|
||||
@@ -41,8 +41,9 @@
|
||||
</td>
|
||||
<td>
|
||||
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>
|
||||
SourceForge: <code>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</code><br/>
|
||||
BugZilla: <code>%URL%/show_bug.cgi?id=%ISSUE%</code><br/>
|
||||
Scarab: <code>%URL%/issues/id/%ISSUE%</code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user