From 5d4859fd479220fa18d17b2f6e7fb5d401771f33 Mon Sep 17 00:00:00 2001 From: eramkve Date: Wed, 28 Mar 2018 12:55:30 +0100 Subject: Remove checkstyle warnings in policy/engine Remove checkstyle warnings in policy/engine LogParser Change-Id: Ia6ecc3ecbac51755262e5825a3f5ce8d89b79e4b Issue-ID: POLICY-710 Signed-off-by: eramkve --- LogParser/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'LogParser/pom.xml') diff --git a/LogParser/pom.xml b/LogParser/pom.xml index b7f3f1e65..7ef977c94 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -172,6 +172,42 @@ + + maven-checkstyle-plugin + + + onap-java-style + + check + + process-sources + + + onap-checkstyle/onap-java-style.xml + + ${project.build.sourceDirectory} + true + true + true + + + true + true + warning + + + + + + org.onap.oparent + checkstyle + 0.1.1 + compile + + + -- cgit 1.2.3-korg