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=18daa44567028afee2dae44fb252084e3acf4670;hb=fac268302e4261bb8b42143476692563cbdf149b;hpb=41f4bafacfb8aed5949bf102934010afe7a3c350;ds=sidebyside diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 18daa44567..d5bdd1d99e 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -12,7 +12,6 @@ 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.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 + + + - - - - 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 - ${config.version} + 0.6.0-SNAPSHOT @@ -164,10 +139,6 @@ - - org.opendaylight.yangtools - yang-maven-plugin -