X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fbinding-parent%2Fpom.xml;h=7e23fa0003e8251c17deeac7d5eeb35a8174df4a;hb=50af970748157c6052646316c8854f4d2933ade4;hp=ab1a8b3cdf5245022d2ee41360d431d912b90cf1;hpb=b3568b1e6c8fc25e3b05d0e47d84013816c9cef2;p=mdsal.git diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index ab1a8b3cdf..7e23fa0003 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal dom-parent - 8.0.0-SNAPSHOT + 13.0.0-SNAPSHOT ../../dom/dom-parent @@ -20,10 +20,6 @@ binding-parent pom - - ${project.build.directory}/generated-sources/mdsal-binding - - @@ -47,10 +43,22 @@ + + com.google.guava + guava + + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.mdsal yang-binding + + org.opendaylight.yangtools + yang-common + @@ -58,13 +66,12 @@ org.opendaylight.yangtools yang-maven-plugin - 6.0.4 + 11.0.4 org.opendaylight.mdsal - maven-sal-api-gen-plugin - 8.0.0-SNAPSHOT - jar + mdsal-binding-java-api-generator + 13.0.0-SNAPSHOT @@ -74,70 +81,11 @@ generate-sources - - - org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl - ${salGeneratorPath} - ${project.build.directory}/generated-sources/spi - - true - - maven-clean-plugin - - - - ${salGeneratorPath} - - ** - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-yang-sources - generate-sources - - add-source - - - - ${salGeneratorPath} - - - - - - - - - org.apache.maven.plugins - maven-pmd-plugin - - - cpd - process-sources - - cpd-check - - - - ${salGeneratorPath} - - - - -