X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fpom.xml;h=64ca78680f381a53905e5cfb30b700ce3b79a550;hp=5977325574202c3edd39125dc6ca60f4ebd5fd71;hb=e70268792ff15fc3a4a84d5d732bac15eece7aab;hpb=1b8f7c7beaed83797320686bebddd536637aed9a diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 5977325574..64ca78680f 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -5,18 +5,14 @@ org.opendaylight.controller config-plugin-parent - 0.3.0-SNAPSHOT + 0.6.1-SNAPSHOT ../config-plugin-parent yang-test bundle ${project.artifactId} - Artifact that contains only generated code from yang files. Suitable for testing. - - 3.0.4 - @@ -28,8 +24,8 @@ mockito-configuration - org.opendaylight.yangtools.model - ietf-inet-types + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 org.slf4j @@ -90,19 +86,49 @@ - - org.apache.felix - maven-bundle-plugin - - - + maven-checkstyle-plugin + ${checkstyle.version} + + + org.opendaylight.odlparent + checkstyle + ${odl.checkstyle.version} + + + org.opendaylight.odlparent + odl-license + 0.2.1-SNAPSHOT + + + + + check-license + + check + + process-sources + + check-license.xml + false + false + ${project.build.sourceDirectory} + + org/opendaylight/yang/gen/**, + **/protobuff/messages/**, + **/thrift/gen/*.java, + **/config/yang/test/** + + false + true + + + - org.opendaylight.controller yang-test-plugin - ${config.version} + 0.6.1-SNAPSHOT @@ -113,10 +139,6 @@ - - org.opendaylight.yangtools - yang-maven-plugin -