X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=08b22decc79643774e9eaa4fd682ba408a39fa2e;hb=7dbdf82c930b427905d1156a02af26bcbc7fb9c8;hp=af833c71eb8376b7f612240ac661e55f8db5eaed;hpb=e83067e904d17644813311d6b184aaa9acfa93f8;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index af833c71eb..08b22decc7 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -1,28 +1,79 @@ + + + - org.opendaylight.yangtools - yang - 0.5.9-SNAPSHOT + org.opendaylight.odlparent + odlparent + 3.1.2 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.0.8-SNAPSHOT org.apache.maven.shared maven-verifier - 1.4 + 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.6 @@ -32,6 +83,42 @@ + + org.codehaus.mojo + properties-maven-plugin + + + generate-resources + + write-project-properties + + + ${project.build.directory}/it-project.properties + + + + + + maven-help-plugin + + ${project.build.directory}/effective-settings.xml + + + + pre-integration-test + + effective-settings + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + +