You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/06/06 08:36:51 UTC

svn commit: r180240 - in /maven/maven-1/plugins/trunk/changes: plugin.properties xdocs/properties.xml

Author: vmassol
Date: Sun Jun  5 23:36:51 2005
New Revision: 180240

URL: http://svn.apache.org/viewcvs?rev=180240&view=rev
Log:
Added example for Scarab

Modified:
    maven/maven-1/plugins/trunk/changes/plugin.properties
    maven/maven-1/plugins/trunk/changes/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/changes/plugin.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/plugin.properties?rev=180240&r1=180239&r2=180240&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/changes/plugin.properties Sun Jun  5 23:36:51 2005
@@ -36,6 +36,9 @@
 # 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
 

Modified: maven/maven-1/plugins/trunk/changes/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/xdocs/properties.xml?rev=180240&r1=180239&r2=180240&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/properties.xml Sun Jun  5 23:36:51 2005
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org