X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=39a2ee989e284f6cbef1cbd17987b0a4643ddd25;hb=fda60c9a17f1b13c6176940380ef41ecb58843c4;hp=d8f8fca438dffe9c8db33455c88b72b79e828433;hpb=713b2984133f83a58c14da94279794468d0f9082;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index d8f8fca438..39a2ee989e 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -1,28 +1,80 @@ + + + - org.opendaylight.yangtools - yang - 0.5.9-SNAPSHOT + org.opendaylight.odlparent + odlparent + 4.0.0-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.1.0-SNAPSHOT org.apache.maven.shared maven-verifier - 1.4 + 1.6 + test + + + com.google.code.findbugs + + jsr305 + + + + + com.google.guava + guava test + + ${project.version} + ${project.basedir}/../../target/jacoco.exec + + + + + ${basedir}/src/test/resources + true + + + + maven-resources-plugin + + + default-testResources + process-test-resources + + testResources + + + false + + @ + + + + + maven-failsafe-plugin - 2.15 @@ -32,6 +84,64 @@ + + 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 + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco.exec + + + +