From 797a85eede184a1cac90dee9d2699df7390ee9cb Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 2 Apr 2020 18:49:34 +0200 Subject: [PATCH] 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 --- opendaylight/md-sal/cds-access-api/pom.xml | 14 ++++++++ opendaylight/md-sal/cds-access-client/pom.xml | 35 ++++++++++++------- opendaylight/md-sal/cds-dom-api/pom.xml | 14 ++++++++ 3 files changed, 50 insertions(+), 13 deletions(-) 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 -- 2.36.6