X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=e36f2ef9c981e897e179bed8916b8b5b78639ebb;hb=a9725189f7d9c38c6b2f863f36f34c319bcca7b7;hp=1c0fdf3b538634eb2b426bad2e49c51932a1ca83;hpb=f1110ba0f38666e3b0f66abfbf098bca1c73f104;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 1c0fdf3b53..e36f2ef9c9 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -10,32 +10,71 @@ - org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + org.opendaylight.odlparent + odlparent + 4.0.0 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.1.0-SNAPSHOT org.apache.maven.shared maven-verifier - 1.5 + 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.16 @@ -48,7 +87,6 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 generate-resources @@ -61,6 +99,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 + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + +