X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fpom.xml;h=ba74fa1d8aa3d3292335b0601bfcc40aa70c38c1;hb=244a736539cb2244f74aca5de58943adbb969b60;hp=687e35fb25ed18e4261b054dd5cc5dab613c626e;hpb=869d6bd3f66ca2b655d7690afe6a432700749907;p=controller.git diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 687e35fb25..ba74fa1d8a 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -5,14 +5,13 @@ org.opendaylight.controller config-plugin-parent - 0.4.0-SNAPSHOT + 0.7.0-SNAPSHOT ../config-plugin-parent yang-test bundle ${project.artifactId} - Artifact that contains only generated code from yang files. Suitable for testing. @@ -25,8 +24,8 @@ mockito-configuration - org.opendaylight.yangtools.model - ietf-inet-types + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 org.slf4j @@ -87,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.3.0-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.7.0-SNAPSHOT @@ -110,10 +139,6 @@ - - org.opendaylight.yangtools - yang-maven-plugin -