From: Tom Pantelis Date: Mon, 18 Jul 2016 20:00:03 +0000 (-0400) Subject: Export impl package from mdsal-singleton-dom-impl X-Git-Tag: release/boron~61 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F42001%2F1;p=mdsal.git Export impl package from mdsal-singleton-dom-impl We need to explictly export the org.opendaylight.mdsal.singleton.dom.impl package via maven-bundle-plugin as packages with 'impl' are automatically excluded. Change-Id: I6cb644eee7dc68725adc97a3ea1665c7ef5d486c Signed-off-by: Tom Pantelis --- diff --git a/singleton-service/mdsal-singleton-dom-impl/pom.xml b/singleton-service/mdsal-singleton-dom-impl/pom.xml index 8185a91863..97c7cb8cc1 100644 --- a/singleton-service/mdsal-singleton-dom-impl/pom.xml +++ b/singleton-service/mdsal-singleton-dom-impl/pom.xml @@ -61,6 +61,14 @@ org.apache.felix maven-bundle-plugin true + + + ${project.groupId}.${project.artifactId} + + org.opendaylight.mdsal.singleton.dom.impl + + +