X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-config%2Fpom.xml;h=29d8ae41dfb6cea6eff73636b1ed2dfdad2857b7;hb=69c1fa1f26d6c9130696e7916c6ebe9a9e9d635c;hp=a42a66aed14d48423101e0667dc10ad3760258b4;hpb=d771aa3f949bae84facc8db5abc2af5bdcca6fc9;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index a42a66aed1..29d8ae41df 100644 --- a/opendaylight/md-sal/sal-clustering-config/pom.xml +++ b/opendaylight/md-sal/sal-clustering-config/pom.xml @@ -12,11 +12,55 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.3.0-SNAPSHOT sal-clustering-config Configuration files for md-sal clustering jar + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/05-clustering.xml.conf + xml + config + + + ${project.build.directory}/classes/initial/akka.conf + xml + akkaconf + + + ${project.build.directory}/classes/initial/module-shards.conf + xml + moduleshardconf + + + ${project.build.directory}/classes/initial/modules.conf + xml + moduleconf + + + ${project.build.directory}/classes/initial/datastore.cfg + cfg + datastore + + + + + + +