X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=5b860fd4a0b508d4c942e62f965de735567c2461;hb=5856cf521232fd72dffe19a8258f39a5b4b55432;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..5b860fd4a0 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.2-SNAPSHOT + org.opendaylight.odlparent + odlparent + 3.1.2 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.0.7-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 + +