X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fbinding-parent%2Fpom.xml;h=c4da74cbe1d36b60ef2148b40f1b129fab6b969c;hb=HEAD;hp=395871d5bdfe6fd8f8460faf8d846403c7ca42cc;hpb=b4faf696f519735e3c5293bed1264d91a93debe3;p=mdsal.git diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 395871d5bd..877241d411 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -11,9 +11,9 @@ org.opendaylight.mdsal - dom-parent - 3.0.5-SNAPSHOT - ../../dom/dom-parent + bundle-parent + 14.0.0-SNAPSHOT + ../../bundle-parent 4.0.0 @@ -21,7 +21,9 @@ pom - ${project.build.directory}/generated-sources/mdsal-binding + !org.opendaylight.yang.gen.-,!org.opendaylight.yang.svc.- + + all,-missing @@ -47,10 +49,22 @@ + + com.google.guava + guava + + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.mdsal yang-binding + + org.opendaylight.yangtools + yang-common + @@ -58,13 +72,12 @@ org.opendaylight.yangtools yang-maven-plugin - 2.1.7 + 14.0.0-SNAPSHOT org.opendaylight.mdsal - maven-sal-api-gen-plugin - 1.0.5-SNAPSHOT - jar + mdsal-binding-java-api-generator + 14.0.0-SNAPSHOT @@ -74,70 +87,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} - - - - -