X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=2250313227e190acae15c37a0884095e8f2eff5c;hb=refs%2Fheads%2Fv2.0.x;hp=f7854bd8ebe82a63a9cbdf64ee3b1315209a5990;hpb=4e620ee862b55d83f15a9a24458b197aa8cad030;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index f7854bd8eb..2250313227 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -1,19 +1,43 @@ + + + - org.opendaylight.yangtools - yang - 0.6.0-SNAPSHOT + org.opendaylight.odlparent + odlparent + 3.1.9 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.0.24-SNAPSHOT org.apache.maven.shared maven-verifier - 1.5 + 1.6 + test + + + com.google.code.findbugs + + jsr305 + + + + + com.google.guava + guava test @@ -23,10 +47,33 @@ + + + ${basedir}/src/test/resources + true + + + + maven-resources-plugin + + + default-testResources + process-test-resources + + testResources + + + false + + @ + + + + + maven-failsafe-plugin - 2.16 @@ -39,7 +86,6 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 generate-resources @@ -52,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 + +