aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-11-25 02:14:02 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-11-25 02:14:02 +0000
commit6f8cb2c02734e48abcd1ce1a7f834be14ef73b32 (patch)
tree40187b4065a9080402b70d349313b0a84d2978d9 /pom.xml
parent904f4ffa9d99a651582dfd05057f1f7fa1c2dfe4 (diff)
downloadjackcess-6f8cb2c02734e48abcd1ce1a7f834be14ef73b32.tar.gz
jackcess-6f8cb2c02734e48abcd1ce1a7f834be14ef73b32.zip
suppress some useless warnings
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@965 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f3c866a..8f94ee2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,6 +355,13 @@
]]></top>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+ <excludeFilterFile>${basedir}/src/site/findbugs/exclude.xml</excludeFilterFile>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
<repositories>