diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-07-31 03:06:46 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-07-31 03:06:46 +0000 |
commit | 26c6086e349e871290d2b3b047f0392ea2ba44b6 (patch) | |
tree | db62e89fc6d16d0c0e9b612aa310e842a06a2f75 | |
parent | 47b42b5d6c1f5db721fabe3be67eed04063ca2aa (diff) | |
download | jackcess-26c6086e349e871290d2b3b047f0392ea2ba44b6.tar.gz jackcess-26c6086e349e871290d2b3b047f0392ea2ba44b6.zip |
add issue link for feature requests
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@763 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -239,6 +239,11 @@ <plugins> <plugin> <artifactId>maven-changes-plugin</artifactId> + <configuration> + <issueLinkTemplatePerSystem> + <SourceForge2Features>http://sourceforge.net/p/jackcess/feature-requests/%ISSUE%</SourceForge2Features> + </issueLinkTemplatePerSystem> + </configuration> <reportSets> <reportSet> <reports> |