X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fbinding-parent%2Fpom.xml;h=16214fcb6578c6fc0c2587ac1fce396cdcdcd8d6;hb=1441f51fcc3bd6e9dc67ad6f5810754c43a073d4;hp=7ae36e112c0d358d118f7531ece797ce368ecce7;hpb=86409e33b7a03eeafaa9341734bccfa8c3f024e8;p=mdsal.git diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 7ae36e112c..16214fcb65 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -10,50 +10,34 @@ - org.opendaylight.odlparent - bundle-parent - 1.6.0-SNAPSHOT - + org.opendaylight.mdsal + dom-parent + 4.0.11-SNAPSHOT + ../../dom/dom-parent 4.0.0 - org.opendaylight.mdsal binding-parent - 0.8.0-SNAPSHOT pom - 0.8.0-SNAPSHOT - 2.0.0-SNAPSHOT - 0.8.0-SNAPSHOT - target/generated-classes/mdsal-binding + ${project.build.directory}/generated-sources/mdsal-binding - - - - org.opendaylight.yangtools - yangtools-artifacts - ${yangtools.version} - pom - import - - - org.opendaylight.mdsal - mdsal-artifacts - ${mdsal.version} - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - ${mdsalmodel.version} - pom - import - - - + + + + + src/main/resources + + + ${project.build.directory}/generated-sources/spi + + + ${project.build.directory}/generated-sources/yang + + + @@ -74,12 +58,12 @@ org.opendaylight.yangtools yang-maven-plugin - ${yangtools.version} + 3.0.9 org.opendaylight.mdsal maven-sal-api-gen-plugin - 0.8.0-SNAPSHOT + 2.0.11-SNAPSHOT jar @@ -92,8 +76,9 @@ - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + org.opendaylight.mdsal.binding.maven.api.gen.plugin.CodeGeneratorImpl ${salGeneratorPath} + ${project.build.directory}/generated-sources/spi true @@ -132,6 +117,27 @@ + + + + org.apache.maven.plugins + maven-pmd-plugin + + + cpd + process-sources + + cpd-check + + + + ${salGeneratorPath} + + + + +