X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fconfig%2Fconfig-parent%2Fpom.xml;h=e6e2bb8478bcda319b31d070ea6ca294c1c21e7a;hb=3927509ec3ecfa32a51b725d2b7155d425f5b877;hp=0b2b634170e7541e59760e236dc249d7a2ecf33c;hpb=b0648268f5f85e2533d39e37b01b35487823cac3;p=controller.git diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 0b2b634170..e6e2bb8478 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -24,6 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.3.0-SNAPSHOT 1.2.0-SNAPSHOT + 0.7.0-SNAPSHOT src/main/yang-gen-config src/main/config/default-config.xml @@ -45,10 +46,21 @@ 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.yangtools + yang-common + org.opendaylight.controller config-api @@ -102,9 +114,34 @@ 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} + + + + +