From: Tom Pantelis Date: Fri, 2 Mar 2018 18:27:56 +0000 (-0500) Subject: Enable findbugs in restconf-binding-parent X-Git-Tag: release/fluorine~139 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=2c1a8b7e484301622cbbf8cb89e3061f0e00970e;p=netconf.git Enable findbugs in restconf-binding-parent Change-Id: I1746a4340a28749ba9c593c9cb9209695d9c8f94 Signed-off-by: Tom Pantelis --- 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 + +