X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=fc5bc4f0b61d140d3fa5467151f9dfed28231f98;hb=9af4683fd034e00d973b2c525683f45d834ef9e1;hp=03f3e769cbc59c29da265bbd18df84bad1c2a6e8;hpb=dcd3bf80a8984807a443d9c6712e9121148effa0;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 03f3e769cb..fc5bc4f0b6 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -10,19 +10,34 @@ - org.opendaylight.yangtools - yang - 0.6.1 + org.opendaylight.odlparent + odlparent + 3.1.3 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.0.10-SNAPSHOT org.apache.maven.shared maven-verifier - 1.5 + 1.6 + test + + + com.google.code.findbugs + + jsr305 + + + + + com.google.guava + guava test @@ -32,10 +47,33 @@ + + + ${basedir}/src/test/resources + true + + + + maven-resources-plugin + + + default-testResources + process-test-resources + + testResources + + + false + + @ + + + + + maven-failsafe-plugin - 2.16 @@ -48,7 +86,6 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 generate-resources @@ -61,6 +98,27 @@ + + maven-help-plugin + + ${project.build.directory}/effective-settings.xml + + + + pre-integration-test + + effective-settings + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +