X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fbinding-parent%2Fpom.xml;h=fc22e3667d722a29c2acce3b9d15d18a1c7b5c53;hb=0efe5a0d2cffb6a2e4e78570f79f367cc234d74e;hp=2a6c9605257202d8d3fe6869caaf73b5e7a77f3e;hpb=05294e10c1a89c821e7cc0219cdfa41ad2e1f7e2;p=mdsal.git diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 2a6c960525..fc22e3667d 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 + 10.0.0-SNAPSHOT ../../dom/dom-parent @@ -20,10 +20,6 @@ binding-parent pom - - ${project.build.directory}/generated-sources/mdsal-binding - - @@ -58,13 +54,12 @@ org.opendaylight.yangtools yang-maven-plugin - 7.0.2 + 8.0.3 org.opendaylight.mdsal - maven-sal-api-gen-plugin - 8.0.0-SNAPSHOT - jar + mdsal-binding-java-api-generator + 10.0.0-SNAPSHOT @@ -74,70 +69,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} - - - - -