From: Robert Varga Date: Fri, 22 Mar 2019 19:01:31 +0000 (+0100) Subject: Enable spotbugs in ietf-type-util X-Git-Tag: v4.0.0~42 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d716b93bac9c7fba5135ad861034afc10095d980;hp=e146ccacb12facdae44954f2f5b9d29976bfbe7b;p=mdsal.git Enable spotbugs in ietf-type-util This is just a trivial flipping of the switch. Change-Id: I916c22fee0dd9049359a044be1ee3cb6a4b673fe Signed-off-by: Robert Varga --- diff --git a/model/ietf/ietf-type-util/pom.xml b/model/ietf/ietf-type-util/pom.xml index b4e855a088..0b587ea26e 100644 --- a/model/ietf/ietf-type-util/pom.xml +++ b/model/ietf/ietf-type-util/pom.xml @@ -54,6 +54,13 @@ checkstyle.violationSeverity=error + + com.github.spotbugs + spotbugs-maven-plugin + + true + +