From dc1acd77b52f6bd78ec0f46b78e4a2edb6198855 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Mon, 18 Dec 2017 17:08:03 +0100 Subject: [PATCH] Enforce findbug and checktyle under bgp cli Change-Id: I081909c05f31d02fd11042c96d564c499ef1f328 Signed-off-by: Claudio D. Gasparini --- bgp/cli/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bgp/cli/pom.xml b/bgp/cli/pom.xml index 44f2605592..24ed538382 100644 --- a/bgp/cli/pom.xml +++ b/bgp/cli/pom.xml @@ -78,6 +78,13 @@ checkstyle.violationSeverity=error + + org.codehaus.mojo + findbugs-maven-plugin + + true + + org.apache.felix maven-bundle-plugin -- 2.36.6