From d22ddedc3e2cab48556dd86b2bd98c0fdd4fb8d8 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Thu, 3 Nov 2022 08:13:55 -0700 Subject: [PATCH] Define a standard SpotBugs exclude filter file (#337) --- pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index 5e66af3..950ff35 100644 --- a/pom.xml +++ b/pom.xml @@ -675,6 +675,11 @@ com.github.spotbugs spotbugs-maven-plugin + true false @@ -818,6 +823,30 @@ + + spotbugs-exclusion-file + + + ${maven.multiModuleProjectDirectory}/src/spotbugs/excludesFilter.xml + + + + + + com.github.spotbugs + spotbugs-maven-plugin + + + spotbugs + + ${maven.multiModuleProjectDirectory}/src/spotbugs/excludesFilter.xml + + + + + + + all-tests