From: Robert Varga Date: Tue, 11 Sep 2018 08:54:12 +0000 (+0200) Subject: Enable findbugs in rfc7952 support X-Git-Tag: v2.1.0~37 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=e403aabe343b93449a4ea49c71397f37f94b0adc;p=yangtools.git Enable findbugs in rfc7952 support This just flips the enforcement switch, not further changes. Change-Id: Idb94e589ec7ba58f9ee22231ff5c6fd0d27fc49f Signed-off-by: Robert Varga --- diff --git a/yang/rfc7952-model-api/pom.xml b/yang/rfc7952-model-api/pom.xml index 3134c6d1f0..5ac5222389 100644 --- a/yang/rfc7952-model-api/pom.xml +++ b/yang/rfc7952-model-api/pom.xml @@ -60,6 +60,13 @@ checkstyle.violationSeverity=error + + org.codehaus.mojo + findbugs-maven-plugin + + true + + diff --git a/yang/rfc7952-parser-support/pom.xml b/yang/rfc7952-parser-support/pom.xml index 16aaade3a3..ff2951f05d 100644 --- a/yang/rfc7952-parser-support/pom.xml +++ b/yang/rfc7952-parser-support/pom.xml @@ -66,6 +66,13 @@ checkstyle.violationSeverity=error + + org.codehaus.mojo + findbugs-maven-plugin + + true + +