X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fpom.xml;h=18daa44567028afee2dae44fb252084e3acf4670;hp=5977325574202c3edd39125dc6ca60f4ebd5fd71;hb=58393ca23932b49ce5ba2fa3c23822490d0494b5;hpb=4f81f4ed61cf74c4dcac48e4f7714adcda501a5f diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 5977325574..18daa44567 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.3.0-SNAPSHOT + 0.6.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,8 +25,8 @@ mockito-configuration - org.opendaylight.yangtools.model - ietf-inet-types + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 org.slf4j @@ -99,6 +96,60 @@ + + + maven-checkstyle-plugin + ${checkstyle.version} + + + org.opendaylight.odlparent + checkstyle + ${odl.checkstyle.version} + + + org.opendaylight.odlparent + odl-license + 0.2.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