From d3fc71f3c0f5ac368e054ba8bf61c1476231ca90 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 18:38:44 +0100 Subject: [PATCH] Cleanup sal-binding-config/pom.xml Restructuring to not inherit from aggregator pom. Change-Id: I4f798f19aaa9fef02e32f7eee742f56102353eb0 Signed-off-by: Robert Varga --- .../md-sal/sal-binding-config/pom.xml | 75 ++++++++++--------- 1 file changed, 41 insertions(+), 34 deletions(-) diff --git a/opendaylight/md-sal/sal-binding-config/pom.xml b/opendaylight/md-sal/sal-binding-config/pom.xml index 7112344e2c..d0330e4bab 100644 --- a/opendaylight/md-sal/sal-binding-config/pom.xml +++ b/opendaylight/md-sal/sal-binding-config/pom.xml @@ -3,12 +3,34 @@ 4.0.0 org.opendaylight.controller - sal-parent - 1.5.0-SNAPSHOT + config-plugin-parent + 0.6.0-SNAPSHOT + ../../config/config-plugin-parent + sal-binding-config + 1.5.0-SNAPSHOT bundle + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.2.0-SNAPSHOT + pom + import + + + org.opendaylight.controller + mdsal-artifacts + 1.5.0-SNAPSHOT + pom + import + + + + org.opendaylight.controller @@ -53,44 +75,29 @@ - - org.opendaylight.yangtools - yang-maven-plugin - - - - generate-sources - - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} - ${project.build.directory}/generated-sources/spi - - - 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 - - - - + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + -- 2.36.6