From e403aabe343b93449a4ea49c71397f37f94b0adc Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 11 Sep 2018 10:54:12 +0200 Subject: [PATCH] Enable findbugs in rfc7952 support This just flips the enforcement switch, not further changes. Change-Id: Idb94e589ec7ba58f9ee22231ff5c6fd0d27fc49f Signed-off-by: Robert Varga --- yang/rfc7952-model-api/pom.xml | 7 +++++++ yang/rfc7952-parser-support/pom.xml | 7 +++++++ 2 files changed, 14 insertions(+) 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 + + -- 2.36.6