From 58bf79ea2798c7417b68c65aa05f446a298b06a2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 22:10:46 +0100 Subject: [PATCH] Cleanup messagebus-api/pom.xml Restructuring to not inherit from aggregator pom. Change-Id: I993304d208e9075356a870cf64903d967309fbae Signed-off-by: Robert Varga --- opendaylight/md-sal/messagebus-api/pom.xml | 69 +++++++++++----------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/opendaylight/md-sal/messagebus-api/pom.xml b/opendaylight/md-sal/messagebus-api/pom.xml index 8f80f0fa52..bb2139682f 100644 --- a/opendaylight/md-sal/messagebus-api/pom.xml +++ b/opendaylight/md-sal/messagebus-api/pom.xml @@ -12,15 +12,29 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.controller - sal-parent - 1.5.0-SNAPSHOT + org.opendaylight.mdsal + binding-parent + 0.10.0-SNAPSHOT + + org.opendaylight.controller messagebus-api + 1.5.0-SNAPSHOT + bundle ${project.artifactId} - bundle + + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + @@ -39,37 +53,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - ${jmxGeneratorPath} - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - target/site/models - - - true - - - - org.apache.felix maven-bundle-plugin @@ -82,4 +65,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6