X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=ab57eca4320d512ff38bfa0a6b3e2887585bdb83;hb=6c1951aadf9d2321299166bd9bfab0c538c9fa19;hp=1c0fdf3b538634eb2b426bad2e49c51932a1ca83;hpb=5a509f80dc3150b89b17f60f8e1092b1a46d500f;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 1c0fdf3b53..ab57eca432 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -10,32 +10,66 @@ - org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + org.opendaylight.odlparent + odlparent + 4.0.2 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.1.1-SNAPSHOT org.apache.maven.shared maven-verifier - 1.5 + 1.6 + test + + + com.google.code.findbugs + + jsr305 + + + + + com.google.guava + guava test - - ${project.version} - - + + + ${basedir}/src/test/resources + true + + + + maven-resources-plugin + + + default-testResources + process-test-resources + + testResources + + + false + + @ + + + + + maven-failsafe-plugin - 2.16 @@ -48,7 +82,6 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 generate-resources @@ -61,6 +94,34 @@ + + maven-help-plugin + + ${project.build.directory}/effective-settings.xml + + + + pre-integration-test + + effective-settings + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +