From af0ecf5d39824ed2c0bb0515d9c4ff8651a58f74 Mon Sep 17 00:00:00 2001 From: Eric Chang Date: Tue, 24 Jul 2018 10:52:41 -0700 Subject: [PATCH] remove stopbugs plugin --- pom.xml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/pom.xml b/pom.xml index 81a53eee14f2..d75db0f080e6 100644 --- a/pom.xml +++ b/pom.xml @@ -2610,28 +2610,6 @@ - - com.github.spotbugs - spotbugs-maven-plugin - 3.1.3 - - ${basedir}/target/scala-${scala.binary.version}/classes - ${basedir}/target/scala-${scala.binary.version}/test-classes - Max - Low - true - FindPuzzlers - true - - - - - check - - compile - - -