X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=520430adf8c059b1d598501b07add14b88000928;hb=a93d098c5ea45c25d61db588c8082d1b8553628e;hp=866b156f4e9ad77b871bbce4561c832df0d3be5b;hpb=82f9928e6acfc419a1e966451ef8017ddcc49637;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index 866b156f4e..520430adf8 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.6.2-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + odlparent + 3.0.0-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin-it + 2.0.0-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 @@ -44,10 +47,33 @@ + + + ${basedir}/src/test/resources + true + + + + maven-resources-plugin + + + default-testResources + process-test-resources + + testResources + + + false + + @ + + + + + maven-failsafe-plugin - 2.16 @@ -60,7 +86,6 @@ org.codehaus.mojo properties-maven-plugin - 1.0-alpha-2 generate-resources @@ -73,7 +98,43 @@ + + maven-help-plugin + + ${project.build.directory}/effective-settings.xml + + + + pre-integration-test + + effective-settings + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +