From: Robert Varga Date: Thu, 2 Apr 2020 16:49:34 +0000 (+0200) Subject: Add automatic module names for CDS API compoments X-Git-Tag: v2.0.0~47 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=797a85eede184a1cac90dee9d2699df7390ee9cb Add automatic module names for CDS API compoments Add basic JPMS integration by fixing the module name through which this compatibility is available. Change-Id: I4636b121b179fcf04b58c095dbcc16a795091ad5 Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 1a72385dbd..775cf8bc6c 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -52,6 +52,20 @@ + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.cluster.access.api + + + + + + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index a3a9fab4c3..9e1fa7a4d0 100644 --- a/opendaylight/md-sal/cds-access-client/pom.xml +++ b/opendaylight/md-sal/cds-access-client/pom.xml @@ -54,19 +54,28 @@ - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.cluster.access.client + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + diff --git a/opendaylight/md-sal/cds-dom-api/pom.xml b/opendaylight/md-sal/cds-dom-api/pom.xml index 8289693bc9..842546a5ef 100644 --- a/opendaylight/md-sal/cds-dom-api/pom.xml +++ b/opendaylight/md-sal/cds-dom-api/pom.xml @@ -30,6 +30,20 @@ + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.controller.cluster.dom.api + + + + + + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git