]> source.dussan.org Git - jackcess.git/commitdiff
suppress some useless warnings
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 25 Nov 2015 02:14:02 +0000 (02:14 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 25 Nov 2015 02:14:02 +0000 (02:14 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@965 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index f3c866a9e3d75c30a207773557d26da37efb2ae8..8f94ee20761905e8543ea6fdaeb1391fcfeec360 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           ]]></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>