From 03575373024593fd1cac6812f0992152edde4d37 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 13 Oct 2017 12:07:01 -0400 Subject: Fix installation issues with generic-resource-api Updated generic-resource-api to use Aries blueprint to install and resolved issues preventing it from installing properly in karaf. Change-Id: Iaef8bdb7a9e6aaf149a8e8a0d847197cf3f704a9 Issue-ID: SDNC-109 Signed-off-by: Dan Timoney --- generic-resource-api/provider/pom.xml | 89 ++--------------------------------- 1 file changed, 5 insertions(+), 84 deletions(-) (limited to 'generic-resource-api/provider/pom.xml') diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index 2f4a25fb..23375b54 100644 --- a/generic-resource-api/provider/pom.xml +++ b/generic-resource-api/provider/pom.xml @@ -8,13 +8,13 @@ 1.2.0-SNAPSHOT - generic-resource-api.provider + generic-resource-api-provider bundle org.onap.sdnc.northbound - generic-resource-api.model + generic-resource-api-model org.opendaylight.controller @@ -97,25 +97,7 @@ - + org.apache.felix maven-bundle-plugin @@ -127,69 +109,8 @@ - - org.opendaylight.yangtools - yang-maven-plugin - - - config - - generate-sources - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - ${jmxGeneratorPath} - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} - - - true - - - - - - org.opendaylight.mdsal - maven-sal-api-gen-plugin - ${odl.sal.api.gen.plugin.version} - jar - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${odl.yang.jmx.generator.version} - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/initial/generic-resource-api-provider.xml - xml - config - - - - - - + + -- cgit 1.2.3-korg