From: Robert Varga Date: Tue, 11 Sep 2018 08:40:42 +0000 (+0200) Subject: Enable findbugs in rfc6536 support X-Git-Tag: v2.1.0~38 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b555a5725137b9ca40cd69b5b45a9edc1da41ac9;p=yangtools.git Enable findbugs in rfc6536 support This just flips the enforcement switch, not further changes. Change-Id: Iec68058a4e056b4e7b3320213a3ae290a46d3837 Signed-off-by: Robert Varga --- diff --git a/yang/rfc6536-model-api/pom.xml b/yang/rfc6536-model-api/pom.xml index ede5335de8..92bc81c9c3 100644 --- a/yang/rfc6536-model-api/pom.xml +++ b/yang/rfc6536-model-api/pom.xml @@ -60,6 +60,13 @@ checkstyle.violationSeverity=error + + org.codehaus.mojo + findbugs-maven-plugin + + true + + diff --git a/yang/rfc6536-parser-support/pom.xml b/yang/rfc6536-parser-support/pom.xml index 808c501802..4f8864f786 100644 --- a/yang/rfc6536-parser-support/pom.xml +++ b/yang/rfc6536-parser-support/pom.xml @@ -66,6 +66,13 @@ checkstyle.violationSeverity=error + + org.codehaus.mojo + findbugs-maven-plugin + + true + +