X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fbinding-parent%2Fpom.xml;h=7652979b9e000926493720f05a3211f28723c410;hb=3144c0f17faadc5aac9103618f23243f2ba753b7;hp=292a6532aa8fcd11e452bb9c8bc813d7344db597;hpb=33ee8155246ef42eae94f39b8e13a6003221d127;p=mdsal.git diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 292a6532aa..7652979b9e 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -11,9 +11,9 @@ org.opendaylight.mdsal - dom-parent - 7.0.1-SNAPSHOT - ../../dom/dom-parent + bundle-parent + 13.0.0-SNAPSHOT + ../../bundle-parent 4.0.0 @@ -21,7 +21,9 @@ pom - ${project.build.directory}/generated-sources/mdsal-binding + !org.opendaylight.yang.gen.- + + 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 - 6.0.0 + 13.0.0 org.opendaylight.mdsal - maven-sal-api-gen-plugin - 7.0.1-SNAPSHOT - jar + mdsal-binding-java-api-generator + 13.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} - - - - -