From ae5a715261dc28fa6d260044acfa36a5b271315d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 28 Feb 2017 18:11:57 +0100 Subject: [PATCH] Cleanup sal-dom-broker-config/pom.xml Restructuring to not inherit from aggregator pom. Change-Id: I6b42355cf066e0bfcc254cd699ac229e1fd08a3e Signed-off-by: Robert Varga --- .../md-sal/sal-dom-broker-config/pom.xml | 55 ++++++++----------- 1 file changed, 22 insertions(+), 33 deletions(-) diff --git a/opendaylight/md-sal/sal-dom-broker-config/pom.xml b/opendaylight/md-sal/sal-dom-broker-config/pom.xml index adc40f8ec4..76341c82d2 100644 --- a/opendaylight/md-sal/sal-dom-broker-config/pom.xml +++ b/opendaylight/md-sal/sal-dom-broker-config/pom.xml @@ -3,10 +3,13 @@ 4.0.0 org.opendaylight.controller - sal-parent - 1.5.0-SNAPSHOT + config-parent + 0.6.0-SNAPSHOT + ../../config/config-parent + sal-dom-broker-config + 1.5.0-SNAPSHOT bundle @@ -44,43 +47,29 @@ - - 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 - - - - + 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