From: Vina Ermagan Date: Wed, 27 Jul 2016 22:11:36 +0000 (+0000) Subject: Merge "Checkstyle: enable copy/paste detection" X-Git-Tag: release/boron~31 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b4418ca87e10e56a8af69d8b69fcac122d766c42;hp=6c9a9cef6313a0bc5dcaf568f627c1601dd789f0;p=lispflowmapping.git Merge "Checkstyle: enable copy/paste detection" --- diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index 6563ac0dc..ef87c0f77 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -14,6 +14,10 @@ bundle Mapping Service Public APIs + + true + + org.opendaylight.lispflowmapping diff --git a/mappingservice/lisp-proto/pom.xml b/mappingservice/lisp-proto/pom.xml index bc8af4f03..0c6ea2363 100644 --- a/mappingservice/lisp-proto/pom.xml +++ b/mappingservice/lisp-proto/pom.xml @@ -22,6 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html bundle Mapping Service LISP Protocol + + true + + org.opendaylight.mdsal.model diff --git a/mappingservice/mapcache/pom.xml b/mappingservice/mapcache/pom.xml index 2d17d7b99..d99005d19 100644 --- a/mappingservice/mapcache/pom.xml +++ b/mappingservice/mapcache/pom.xml @@ -12,6 +12,10 @@ bundle Mapping Service Map Cache + + false + + ${project.groupId} diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index 5f70abcd7..818488324 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -15,6 +15,10 @@ pom Mapping Service Parent POM + + true + + lisp-proto api