From 0e413c106885efc124b076ab28cae1bc59404b2b Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Thu, 19 Aug 2021 19:57:32 +0200 Subject: [PATCH] configure spotbugs Signed-off-by: Lukas Jungmann --- api/pom.xml | 13 +- spotbugs-exclude.xml | 330 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 340 insertions(+), 3 deletions(-) create mode 100644 spotbugs-exclude.xml diff --git a/api/pom.xml b/api/pom.xml index 4c45b112..cc514e85 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -74,11 +74,11 @@ false true false - true + false Low ${project.basedir}/../spotbugs-exclude.xml - 4.3.0 + 4.3.0 @@ -139,7 +139,14 @@ com.github.spotbugs spotbugs-maven-plugin - ${spotbugs.plugin.version} + ${spotbugs.version} + + ${spotbugs.skip} + ${spotbugs.threshold} + true + ${spotbugs.exclude} + true + org.apache.maven.plugins diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml new file mode 100644 index 00000000..11bc98f6 --- /dev/null +++ b/spotbugs-exclude.xml @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +