git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@185067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-06-06 22:28:48 +00:00
parent 722f132c05
commit 559c918ee1
2 changed files with 17 additions and 7 deletions

View File

@ -39,6 +39,9 @@ maven.changes.issue.template = %URL%/%ISSUE%
# For Scarab
# maven.changes.issue.template = %URL%/issues/id/%ISSUE%
# For Mantis
# maven.changes.issue.template = %URL%/view.php?id=%ISSUE%
# Decide whether to sort the change actions by type or not
maven.changes.sort = false

View File

@ -16,18 +16,20 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes plugin properties</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<section name="Changes plugin properties">
<table>
<tr><th>Property</th><th>Optional?</th><th>Description</th><th>Default</th></tr>
<tr>
<th>Property</th>
<th>Optional?</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td>maven.changes.issue.template</td>
<td>Yes</td>
@ -40,10 +42,15 @@
number. The default template is the one for the JIRA bug tracker.
</td>
<td>
JIRA: <code>%URL%/ViewIssue.jspa?key=%ISSUE%</code><br/>
SourceForge: <code>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</code><br/>
BugZilla: <code>%URL%/show_bug.cgi?id=%ISSUE%</code><br/>
JIRA: <code>%URL%/ViewIssue.jspa?key=%ISSUE%</code>
<br/>
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>
<br/>
Mantis: <code>%URL%/view.php?id=%ISSUE%</code>
</td>
</tr>
<tr>