Skip to content

Commit 989bc58

Browse files
committed
Add the appropriate template so that links to issues will work once they are entered into the changes.xml file.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@493505 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1c642fc commit 989bc58

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-changes-plugin</artifactId>
60+
<configuration>
61+
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
62+
</configuration>
6063
<reportSets>
6164
<reportSet>
6265
<reports>

0 commit comments

Comments
 (0)