X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fpom.xml;h=4572db4a3b866688749c01e95aabc25c1aacdbe2;hb=e4f9064301b59336ba4781ad3543f7ad6284ebb0;hp=c549eb1f633d4395a88c6b9f8346f820a039ccf5;hpb=1f2e16571a15e763aa5c1abb5240fe6049956fe1;p=controller.git diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index c549eb1f63..4572db4a3b 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.5.0-SNAPSHOT + 0.6.2-Carbon ../config-plugin-parent yang-test bundle ${project.artifactId} - Artifact that contains only generated code from yang files. Suitable for testing. @@ -87,73 +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.2-Carbon + + + + + 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 + + + - - - - 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 - ${config.version} + 0.6.2-Carbon @@ -164,10 +139,6 @@ - - org.opendaylight.yangtools - yang-maven-plugin -