From af54bf6b4371edd25b9cbc56f2158df7a41ff79e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Fri, 7 Oct 2016 17:26:17 -0400 Subject: [PATCH] Clean-up pom.xml layout MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Do not depend on opendaylight/commons/opendaylight/pom.xml Change-Id: Ic7313dc6b703739a6c14b1f0cd1a37ba3b7827af Signed-off-by: Alexis de Talhouët --- pom.xml | 99 ++++++++++++++++----------------------------------------- 1 file changed, 28 insertions(+), 71 deletions(-) diff --git a/pom.xml b/pom.xml index 9278cd1247..1780a9acbc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,13 +3,15 @@ 4.0.0 + org.opendaylight.controller - commons.opendaylight - 1.8.0-SNAPSHOT - ../../commons/opendaylight + config-parent + 0.6.0-SNAPSHOT + ../../config/config-parent + org.opendaylight.controller protocol-framework 0.9.0-SNAPSHOT bundle @@ -97,16 +99,6 @@ - - org.apache.felix - maven-bundle-plugin - true - - - ${project.groupId}.${project.artifactId} - - - org.apache.maven.plugins maven-jar-plugin @@ -119,66 +111,31 @@ - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source - - add-source - - generate-sources - - - ${jmxGeneratorPath} - ${salGeneratorPath} - - - - - - - org.opendaylight.yangtools - yang-maven-plugin - - - org.opendaylight.controller - yang-jmx-generator-plugin - ${config.version} - - - org.opendaylight.mdsal - maven-sal-api-gen-plugin - ${mdsal.model.version} - - - - - - generate-sources - - - - - org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator - ${jmxGeneratorPath} - - urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} - - - true - - - - + + + + + jdk8 + + [1.8,) + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + + + + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git -- 2.36.6