X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Fclustering-test-app%2Fmodel%2Fpom.xml;h=55fa13c0a71b9098556b71de41e80c311f69ef34;hb=aa77e20225cc04235315892cf148393149cbf8fc;hp=f60f4c5832f1ac3928245611e5c2902367f25547;hpb=8a637013c102c11323230dae08fa4407863945d6;p=controller.git diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml index f60f4c5832..55fa13c0a7 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml @@ -1,54 +1,15 @@ - + 4.0.0 - org.opendaylight.mdsal - binding-parent - 0.10.0-SNAPSHOT - + clustering-it + org.opendaylight.controller.samples + 1.5.0-SNAPSHOT - - org.opendaylight.controller.samples - 1.5.0-SNAPSHOT + clustering-it-model bundle - - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.10.0-SNAPSHOT - pom - import - - - - - - - org.opendaylight.mdsal - yang-binding - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.mdsal.model - ietf-inet-types-2013-07-15 - - - org.opendaylight.mdsal.model - ietf-yang-types-20130715 - - - org.opendaylight.mdsal.model - yang-ext - - - @@ -63,6 +24,93 @@ + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + true + + + + + + org.opendaylight.mdsal + maven-sal-api-gen-plugin + ${mdsal.model.version} + jar + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.opendaylight.yangtools + yang-maven-plugin + [0.5,) + + generate-sources + + + + + + + + + + + + + + + org.opendaylight.mdsal + yang-binding + 0.10.0-SNAPSHOT + + + org.opendaylight.yangtools + yang-common + ${yangtools.version} + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + ${ietf-inet-types.version} + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + ${ietf-yang-types.version} + + + org.opendaylight.mdsal.model + yang-ext + ${yang-ext.version} + +