1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright © 2016, 2017 Red Hat, Inc. and others.
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12 <modelVersion>4.0.0</modelVersion>
15 <groupId>org.opendaylight.odlparent</groupId>
16 <artifactId>single-feature-parent</artifactId>
17 <version>2.0.4</version>
21 <groupId>org.opendaylight.controller</groupId>
22 <artifactId>odl-mdsal-broker</artifactId>
23 <version>1.6.0-SNAPSHOT</version>
24 <packaging>feature</packaging>
27 <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
28 <config.clustering.configfile>05-clustering.xml</config.clustering.configfile>
29 <config.clustered-entity-ownership.configfile>06-clustered-entity-ownership.xml</config.clustered-entity-ownership.configfile>
34 <groupId>${project.groupId}</groupId>
35 <artifactId>odl-mdsal-remoterpc-connector</artifactId>
36 <version>${project.version}</version>
38 <classifier>features</classifier>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>odl-mdsal-distributed-datastore</artifactId>
43 <version>${project.version}</version>
45 <classifier>features</classifier>
48 <!-- finalname="${config.configfile.directory}/${config.clustering.configfile}" override="true" -->
49 <groupId>${project.groupId}</groupId>
50 <artifactId>sal-clustering-config</artifactId>
51 <version>${project.version}</version>
53 <classifier>config</classifier>
56 <!-- finalname="${config.configfile.directory}/${config.clustered-entity-ownership.configfile}" -->
57 <groupId>${project.groupId}</groupId>
58 <artifactId>sal-clustering-config</artifactId>
59 <version>${project.version}</version>
61 <classifier>entityownershipconfig</classifier>
64 <!-- finalname="configuration/initial/akka.conf" -->
65 <groupId>${project.groupId}</groupId>
66 <artifactId>sal-clustering-config</artifactId>
67 <version>${project.version}</version>
69 <classifier>akkaconf</classifier>
72 <!-- finalname="configuration/factory/akka.conf" override="true" -->
73 <groupId>${project.groupId}</groupId>
74 <artifactId>sal-clustering-config</artifactId>
75 <version>${project.version}</version>
77 <classifier>factoryakkaconf</classifier>
80 <!-- finalname="configuration/initial/module-shards.conf" -->
81 <groupId>${project.groupId}</groupId>
82 <artifactId>sal-clustering-config</artifactId>
83 <version>${project.version}</version>
85 <classifier>moduleshardconf</classifier>
88 <!-- finalname="configuration/initial/modules.conf" -->
89 <groupId>${project.groupId}</groupId>
90 <artifactId>sal-clustering-config</artifactId>
91 <version>${project.version}</version>
93 <classifier>moduleconf</classifier>
96 <!-- finalname="etc/org.opendaylight.controller.cluster.datastore.cfg" -->
97 <groupId>${project.groupId}</groupId>
98 <artifactId>sal-clustering-config</artifactId>
99 <version>${project.version}</version>
101 <classifier>datastore</classifier>