X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fconfig-parent%2Fpom.xml;h=97ecea73bc5e74287d72383c11c939cb9c5650c4;hp=0b2b634170e7541e59760e236dc249d7a2ecf33c;hb=39099729980149990766f98297ba7f0359c37036;hpb=f3fc2b47ca3e5be0b95a273664b6003d45fb9dd8 diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 0b2b634170..97ecea73bc 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -9,22 +9,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.yangtools + org.opendaylight.mdsal binding-parent - 0.7.0-SNAPSHOT + 0.9.0-SNAPSHOT 4.0.0 org.opendaylight.controller config-parent - 0.3.0-SNAPSHOT + 0.5.0-SNAPSHOT pom - 0.3.0-SNAPSHOT - 1.2.0-SNAPSHOT - src/main/yang-gen-config + 0.5.0-SNAPSHOT + 1.4.0-SNAPSHOT + 1.0.0-SNAPSHOT + target/generated-sources/config-binding src/main/config/default-config.xml @@ -45,10 +46,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom import + + org.opendaylight.yangtools + yangtools-artifacts + ${yangtools.version} + pom + import + + + org.opendaylight.mdsal + mdsal-artifacts + 2.1.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yang-common + org.opendaylight.controller config-api @@ -64,6 +83,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools yang-maven-plugin + ${yangtools.version} org.opendaylight.controller @@ -102,9 +122,56 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ** + + ${salGeneratorPath} + + ** + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-yang-sources + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + cpd + process-sources + + cpd-check + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + +