X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=c9cf3f15ad8d4eea797f7de06c10b74738d39a6e;hb=4143b4be6d74e8e2eab8bfd15c6de4cf2de853ba;hp=891e8898a00740b5bf66f78c2a27ecdad0642f1a;hpb=55fd905faddc26d639e283c0a329f24394748595;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 891e8898a0..c9cf3f15ad 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -10,39 +10,38 @@ - org.opendaylight.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + odlparent + 5.0.5 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 3.0.9-SNAPSHOT org.apache.maven.shared maven-verifier + 1.6 test + + + com.google.code.findbugs + + jsr305 + + - ${project.groupId} - binding-java-api-generator - ${project.version} - test - - - ${project.groupId} - maven-sal-api-gen-plugin - ${project.version} + com.google.guava + guava test - - ${project.version} - - @@ -71,7 +70,6 @@ maven-failsafe-plugin - 2.16 @@ -84,7 +82,6 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 generate-resources @@ -97,6 +94,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 + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + +