X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fbinding-parent%2Fpom.xml;h=d7c8f9effaa851b8c9bcaa08ccb58c1f65646a9c;hb=870e09f2d8fb0cb2b5fb50192fe7efea3370fa1b;hp=886265275f72352f069e8fa4585fe9165b8c7140;hpb=499d7bdf583924cda863358bf5f268896db86ba6;p=mdsal.git diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 886265275f..d7c8f9effa 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -11,9 +11,9 @@ org.opendaylight.mdsal - dom-parent - 8.0.0-SNAPSHOT - ../../dom/dom-parent + bundle-parent + 13.0.1-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 - 7.0.2-SNAPSHOT + 13.0.1 org.opendaylight.mdsal - maven-sal-api-gen-plugin - 8.0.0-SNAPSHOT - jar + mdsal-binding-java-api-generator + 13.0.1-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} - - - - -