You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/06/07 00:28:49 UTC

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

Author: aheritier
Date: Mon Jun  6 15:28:48 2005
New Revision: 185067

URL: http://svn.apache.org/viewcvs?rev=185067&view=rev
Log:
settings for mantis (http://www.mantisbt.org/)

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=185067&r1=185066&r2=185067&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/changes/plugin.properties Mon Jun  6 15:28:48 2005
@@ -39,6 +39,9 @@
 # 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
 

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=185067&r1=185066&r2=185067&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/properties.xml Mon Jun  6 15:28:48 2005
@@ -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>



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