From 65403113630c05891b9628502ef88a4b3b3f8752 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Wed, 26 Oct 2016 23:13:26 -0400 Subject: [PATCH] Do not use opendaylight/commons/opendaylight as parent MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I9a858c90274c7c82bac75fc7931a10c1ff707ef8 Signed-off-by: Alexis de Talhouët --- pom.xml | 98 ++++++++++++++++----------------------------------------- 1 file changed, 27 insertions(+), 71 deletions(-) diff --git a/pom.xml b/pom.xml index 9278cd1247..b97be83fe6 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,30 @@ - - 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