aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-11-01 02:04:11 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-11-01 02:04:11 +0000
commitcfb34746c80adbbf3638f27a2c678f669f49b92c (patch)
treebf4b289f8793c3f427d2aa5b1c14218fbcd56e0a /pom.xml
parent86130160d596c64b92fb877abcc3be7bfb21aaae (diff)
downloadjackcess-cfb34746c80adbbf3638f27a2c678f669f49b92c.tar.gz
jackcess-cfb34746c80adbbf3638f27a2c678f669f49b92c.zip
cleanup findbugs report
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@961 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b678c1d..2d03ee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.1.2</version>
+ <version>1.1.3-SNAPSHOT</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
@@ -295,6 +295,15 @@
<reporting>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <rulesets>
+ <ruleset>${basedir}/src/site/pmd/custom-ruleset.xml</ruleset>
+ </rulesets>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-changes-plugin</artifactId>
<configuration>
<issueLinkTemplatePerSystem>