diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-11-25 02:14:02 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-11-25 02:14:02 +0000 |
commit | 6f8cb2c02734e48abcd1ce1a7f834be14ef73b32 (patch) | |
tree | 40187b4065a9080402b70d349313b0a84d2978d9 /pom.xml | |
parent | 904f4ffa9d99a651582dfd05057f1f7fa1c2dfe4 (diff) | |
download | jackcess-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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |