diff --git a/pom.xml b/pom.xml index be84661a50dc..449556a444d7 100644 --- a/pom.xml +++ b/pom.xml @@ -2609,6 +2609,28 @@ + + com.github.spotbugs + spotbugs-maven-plugin + 3.1.6 + + ${basedir}/target/scala-${scala.binary.version}/classes + ${basedir}/target/scala-${scala.binary.version}/test-classes + Max + Low + true + FindPuzzlers + true + + + + + check + + compile + + +