X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=3d5e1daa1cb4d3c8ece5d5f6569afb796b1c0c13;hb=051832edc92741112ecc244e68d00f19c7cd33d8;hp=29048f106d844ff46212fc71bad37b1e9e2dbb5c;hpb=8bca619e8bb5fea3fd92bb6a0d1b15e6b844564c;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 29048f106d..3d5e1daa1c 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -10,31 +10,34 @@ - org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + odlparent + 3.0.2 + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.0.1-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 @@ -95,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 + +