X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fpom.xml;h=f212fbd08961dab2e4b41bbaf8fc52843e331b74;hb=1bbdb10607c6c198cb80ec506cd5637098bb917d;hp=247b3c07459ef67531d3085242e38f22c21b770a;hpb=bef0749bb2517eaae6a501be501e16a7d3905045;p=controller.git diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 247b3c0745..f212fbd089 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller config-plugin-parent - 0.2.5-SNAPSHOT + 0.5.0-SNAPSHOT ../config-plugin-parent @@ -14,9 +14,6 @@ ${project.artifactId} Artifact that contains only generated code from yang files. Suitable for testing. - - 3.0.4 - @@ -28,7 +25,7 @@ mockito-configuration - org.opendaylight.yangtools.model + org.opendaylight.mdsal.model ietf-inet-types @@ -99,6 +96,60 @@ + + + maven-checkstyle-plugin + ${checkstyle.version} + + + org.opendaylight.odlparent + checkstyle + ${odl.checkstyle.version} + + + org.opendaylight.odlparent + odl-license + 0.1.0-SNAPSHOT + + + + odl_checks.xml + + ${project.build.sourceDirectory} + + org/opendaylight/yang/gen/**, + **/protobuff/messages/**, + **/thrift/gen/*.java + + false + true + + + + 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