Author: dennisl
Date: Sat Jan 6 08:39:06 2007
New Revision: 493505
URL: http://svn.apache.org/viewvc?view=rev&rev=493505
Log:
Add the appropriate template so that links to issues will work once they are
entered into the changes.xml file.
Modified:
jakarta/commons/sandbox/csv/trunk/pom.xml
Modified: jakarta/commons/sandbox/csv/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/pom.xml?view=diff&rev=493505&r1=493504&r2=493505
==============================================================================
--- jakarta/commons/sandbox/csv/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/csv/trunk/pom.xml Sat Jan 6 08:39:06 2007
@@ -57,6 +57,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+ </configuration>
<reportSets>
<reportSet>
<reports>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]