From 2c1a8b7e484301622cbbf8cb89e3061f0e00970e Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Fri, 2 Mar 2018 13:27:56 -0500 Subject: [PATCH] Enable findbugs in restconf-binding-parent Change-Id: I1746a4340a28749ba9c593c9cb9209695d9c8f94 Signed-off-by: Tom Pantelis --- restconf/restconf-binding-parent/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/restconf/restconf-binding-parent/pom.xml b/restconf/restconf-binding-parent/pom.xml index 6aac2185ff..8b7279ae08 100644 --- a/restconf/restconf-binding-parent/pom.xml +++ b/restconf/restconf-binding-parent/pom.xml @@ -70,6 +70,13 @@ checkstyle.violationSeverity=error + + org.codehaus.mojo + findbugs-maven-plugin + + true + + -- 2.36.6