From: Lorand Jakab Date: Wed, 10 Aug 2016 20:07:53 +0000 (-0500) Subject: Checkstyle: fix issues and enforce on implementation X-Git-Tag: release/carbon~104 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=105e3c2a4c62a7ab0bb1e94cdd86923ab499f5b1;p=lispflowmapping.git Checkstyle: fix issues and enforce on implementation Change-Id: I762736d04a7a6f6855681469619bd261b6b757f2 Signed-off-by: Lorand Jakab --- diff --git a/mappingservice/dsbackend/pom.xml b/mappingservice/dsbackend/pom.xml index 62eba9dc5..ca9419e88 100644 --- a/mappingservice/dsbackend/pom.xml +++ b/mappingservice/dsbackend/pom.xml @@ -50,22 +50,6 @@ - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - true - checkstyle.violationSeverity=error - - - - - - - maven-checkstyle-plugin - - checkstyle/java_rules.xml - true - org/opendaylight/yang/gen/**,**/config/yang/** - true - true - - - - org.opendaylight.lispflowmapping - common.build.tools - ${project.version} - - - - - - check - - process-sources - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - true - checkstyle.violationSeverity=error - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - true - checkstyle.violationSeverity=error - - - - - - + org.apache.maven.plugins + maven-checkstyle-plugin + + true + checkstyle.violationSeverity=error + + + + org.apache.felix diff --git a/mappingservice/shell/pom.xml b/mappingservice/shell/pom.xml index d78a76b88..49e1a0540 100644 --- a/mappingservice/shell/pom.xml +++ b/mappingservice/shell/pom.xml @@ -25,19 +25,6 @@ - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - true - checkstyle.violationSeverity=error - - - - org.apache.felix diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml index c5a0ee671..58e092379 100644 --- a/mappingservice/southbound/pom.xml +++ b/mappingservice/southbound/pom.xml @@ -57,22 +57,6 @@ - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - true - checkstyle.violationSeverity=error - - - - - -