X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=features%2Fmdsal%2Fpom.xml;h=6f43768a9dbb4a966ce35e37bcf3679cb308ef1e;hp=41f1eab488212d58e28e220080f001db932e7880;hb=0418261c9f3a985ee698dc2b039decbd50b3caf3;hpb=287b1d1ecec3264c192b1007019bfcadf6cb4311 diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 41f1eab488..6f43768a9d 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT ../../opendaylight/md-sal features-mdsal @@ -13,6 +13,7 @@ features.xml + 20131018 @@ -40,6 +41,13 @@ features xml + + org.opendaylight.controller + features-akka + ${commons.opendaylight.version} + features + xml + org.opendaylight.controller sal-core-api @@ -60,9 +68,16 @@ org.opendaylight.controller sal-dom-xsql + + + org.opendaylight.controller + sal-karaf-xsql + org.opendaylight.controller sal-dom-xsql-config + config + xml org.opendaylight.controller @@ -95,6 +110,51 @@ xml config + + org.opendaylight.controller + sal-distributed-datastore + + + org.opendaylight.controller + sal-remoterpc-connector + + + org.opendaylight.controller + sal-clustering-commons + + + org.opendaylight.controller + sal-akka-raft + ${mdsal.version} + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + moduleshardconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + moduleconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + akkaconf + + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + config + org.opendaylight.controller sal-netconf-connector @@ -188,6 +248,37 @@ xml config + + org.opendaylight.controller.samples + clustering-it-model + ${mdsal.version} + + + org.opendaylight.controller.samples + clustering-it-provider + ${mdsal.version} + + + org.opendaylight.controller.samples + clustering-it-config + ${mdsal.version} + xml + config + + + org.opendaylight.controller.samples + clustering-it-config + ${mdsal.version} + xml + testmoduleshardconf + + + org.opendaylight.controller.samples + clustering-it-config + ${mdsal.version} + xml + testmoduleconf + org.opendaylight.controller sal-rest-docgen @@ -228,7 +319,7 @@ org.opendaylight.yangtools features-test - 0.6.2-SNAPSHOT + 0.7.0-SNAPSHOT @@ -289,6 +380,69 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 2.8 + + + unpack-static-documentation + + unpack-dependencies + + generate-resources + + ${project.build.directory}/generated-resources/swagger-api-documentation + sal-rest-docgen + **/explorer/css/**/*, **/explorer/images/**/*, **/explorer/lib/**/*, **/explorer/static/**/*, + true + false + + + + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + jar + + + org.opendaylight.yangtools + yang-binding + ${yangtools.version} + jar + + + org.opendaylight.controller + sal-rest-docgen + ${mdsal.version} + jar + + + + + + generate-sources + + + src + + + org.opendaylight.controller.sal.rest.doc.impl.StaticDocGenerator + ${project.build.directory}/generated-resources/swagger-api-documentation/explorer/static + + + true + + + +