Checkstyle: preparation for switching to odlparent 69/40969/3
authorLorand Jakab <lojakab@cisco.com>
Tue, 28 Jun 2016 21:25:06 +0000 (16:25 -0500)
committerLorand Jakab <lojakab@cisco.com>
Wed, 29 Jun 2016 15:04:19 +0000 (10:04 -0500)
commitf573d0f163f1a12fc334291ce7f2e0ce497eab03
tree7a39d1e79ee36d4431c5aa31d8e75c4d0ee1a9ae
parent41161cc91580a4dac93a0a9c845337612f542a8e
Checkstyle: preparation for switching to odlparent

There has been a lot of work on the ODL-wide checkstyle rules in
odlparent, and we should eventually be compliant. To be able to make
progress on individial bundles, this commit moves our custom checkstyle
enabler from mappingservice/pom.xml to the individual child poms. As an
example, mappingservice/shell is updated to comply with ODL checkstyle
rules and turns on enforcement. Additionally, it contains a violation
that is inevitable, and code to suppress than one particular violation.
That can be used as an example in other places where there is good
reason not to follow ODL style.

Change-Id: I3455f4084fa1302f8a970b2dfba0b9293767aecf
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
mappingservice/api/pom.xml
mappingservice/dsbackend/pom.xml
mappingservice/implementation/pom.xml
mappingservice/inmemorydb/pom.xml
mappingservice/mapcache/pom.xml
mappingservice/pom.xml
mappingservice/shell/pom.xml
mappingservice/shell/src/main/java/org/opendaylight/lispflowmapping/shell/LispAddKey.java
mappingservice/shell/src/main/java/org/opendaylight/lispflowmapping/shell/LispMappings.java
mappingservice/southbound/pom.xml