X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fbinding-parent%2Fpom.xml;h=ccedc22e92c9ce20141ee0a3e312938f148d5c75;hb=13b5d9f8f776d671eb40b51d71fc1b79253877ab;hp=86eb6e7e69ef4e11ffb8b3979c1b8d5802c13d61;hpb=0873302481d78ce4878b6113b060be75af1becab;p=mdsal.git diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 86eb6e7e69..ccedc22e92 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -11,9 +11,9 @@ org.opendaylight.mdsal - dom-parent - 7.0.3-SNAPSHOT - ../../dom/dom-parent + bundle-parent + 13.0.0-SNAPSHOT + ../../bundle-parent 4.0.0 @@ -21,7 +21,7 @@ pom - ${project.build.directory}/generated-sources/mdsal-binding + !org.opendaylight.yang.gen.- @@ -47,10 +47,22 @@ + + com.google.guava + guava + + + org.eclipse.jdt + org.eclipse.jdt.annotation + org.opendaylight.mdsal yang-binding + + org.opendaylight.yangtools + yang-common + @@ -58,13 +70,12 @@ org.opendaylight.yangtools yang-maven-plugin - 6.0.2 + 13.0.0 org.opendaylight.mdsal - maven-sal-api-gen-plugin - 7.0.3-SNAPSHOT - jar + mdsal-binding-java-api-generator + 13.0.0-SNAPSHOT @@ -74,70 +85,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} - - - - -