From: Michael Vorburger Date: Mon, 12 Jun 2017 12:45:43 +0000 (+0200) Subject: yang-test POM simplification X-Git-Tag: release/nitrogen~119 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9dd99568ffecade36887a5d4266e4acfe8c70ff4 yang-test POM simplification Motivated by review https://git.opendaylight.org/gerrit/#/c/58714/, and realizing that the odl-license version in this POM will cause issues everytime we'll upgrade odplarent (which may be more frequent, soon). This is effectively a counter proposal to c/58714, as on looking at this it seems instead of bumping that version, we can remove most of what's causing this (without loosing anything; CS still runs, not that we care), becaues most of this is is inherited in Maven, the point of that configuration is just to skip the VS validation which this project for some reason exceptionally gen. into src/main instead of into target/. The ${lifecycle.mapping.version} is replaced by fixed 1.0.0 Change-Id: Ic78c35a940dc7ee5fe25f3527529591e5c5214f7 Signed-off-by: Michael Vorburger --- diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index ba74fa1d8a..2cb247dc20 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -27,10 +27,6 @@ org.opendaylight.mdsal.model ietf-inet-types-2013-07-15 - - org.slf4j - slf4j-api - ${project.groupId} config-manager @@ -42,11 +38,6 @@ test-jar test - - junit - junit - test - org.opendaylight.controller config-util @@ -60,7 +51,7 @@ org.eclipse.m2e lifecycle-mapping - ${lifecycle.mapping.version} + 1.0.0 @@ -88,19 +79,6 @@ maven-checkstyle-plugin - ${checkstyle.version} - - - org.opendaylight.odlparent - checkstyle - ${odl.checkstyle.version} - - - org.opendaylight.odlparent - odl-license - 0.3.0-SNAPSHOT - - check-license @@ -109,18 +87,10 @@ process-sources - check-license.xml - false - false - ${project.build.sourceDirectory} org/opendaylight/yang/gen/**, - **/protobuff/messages/**, - **/thrift/gen/*.java, **/config/yang/test/** - false - true @@ -133,7 +103,6 @@ delete-sources - process-sources