X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fpom.xml;h=d5bdd1d99eeb924f3671c831824b3a783b98b3c6;hp=8c8065dd673a05f772ed2e3b2405c835db188f56;hb=fac268302e4261bb8b42143476692563cbdf149b;hpb=a1f366e3d9e04524d44a4c2ea40709b7a410d39c diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 8c8065dd67..d5bdd1d99e 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.2.5-SNAPSHOT + 0.6.0-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 @@ -64,7 +60,7 @@ org.eclipse.m2e lifecycle-mapping - 1.0.0 + ${lifecycle.mapping.version} @@ -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.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.6.0-SNAPSHOT @@ -113,10 +139,6 @@ - - org.opendaylight.yangtools - yang-maven-plugin -