134d40c8a02d3835df1b3125a97919ceedddf5b8
[integration/distribution.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4   <prerequisites>
5     <maven>3.0</maven>
6   </prerequisites>
7   <groupId>org.opendaylight.integration</groupId>
8   <artifactId>root</artifactId>
9   <version>0.3.0-SNAPSHOT</version>
10   <name>integration</name> <!-- Used by Sonar to set project name -->
11   <packaging>pom</packaging>
12   <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
13   <scm>
14     <connection>scm:git:ssh://git.opendaylight.org:29418/integration.git</connection>
15     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration.git</developerConnection>
16     <url>https://wiki.opendaylight.org/view/CrossProject:Integration_Group</url>
17     <tag>HEAD</tag>
18   </scm>
19   <properties>
20     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
21     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22     <feature.dlux.version>0.2.0-SNAPSHOT</feature.dlux.version>
23     <feature.mdsal.version>1.2.0-SNAPSHOT</feature.mdsal.version>
24     <feature.flow.version>1.2.0-SNAPSHOT</feature.flow.version>
25     <feature.yangtools.version>0.7.0-SNAPSHOT</feature.yangtools.version>
26     <feature.adsal.version>0.9.0-SNAPSHOT</feature.adsal.version>
27     <feature.nsf.version>0.5.0-SNAPSHOT</feature.nsf.version>
28     <feature.ovsdb.version>1.1.0-SNAPSHOT</feature.ovsdb.version>
29     <feature.ovsdb.openstack.version>1.1.0-SNAPSHOT</feature.ovsdb.openstack.version>
30     <feature.groupbasedpolicy.version>0.2.0-SNAPSHOT</feature.groupbasedpolicy.version>
31     <feature.lispflowmapping.version>1.2.0-SNAPSHOT</feature.lispflowmapping.version>
32     <feature.sfc.version>0.1.0-SNAPSHOT</feature.sfc.version>
33     <feature.snbi.version>1.1.0-SNAPSHOT</feature.snbi.version>
34     <feature.ttp.version>0.1.0-SNAPSHOT</feature.ttp.version>
35     <feature.vtn-manager.version>0.3.0-SNAPSHOT</feature.vtn-manager.version>
36     <feature.bgp.version>0.4.0-SNAPSHOT</feature.bgp.version>
37     <feature.packetcable.version>1.2.0-SNAPSHOT</feature.packetcable.version>
38     <feature.plugin2oc.version>0.2.0-SNAPSHOT</feature.plugin2oc.version>
39     <feature.tcpmd5.version>1.1.0-SNAPSHOT</feature.tcpmd5.version>
40     <karaf.branding.version>1.1.0-SNAPSHOT</karaf.branding.version>
41     <karaf.version>3.0.1</karaf.version>
42     <maven.surefire.version>2.16</maven.surefire.version>
43     <checkstyle.version>2.12</checkstyle.version>
44   </properties>
45   <modules>
46     <module>distributions/</module>
47     <module>features/</module>
48     <module>feature-selector</module>
49   </modules>
50
51   <repositories>
52
53     <!-- OpenDayLight Repo Mirror -->
54     <repository>
55       <id>opendaylight-mirror</id>
56       <name>opendaylight-mirror</name>
57       <url>${nexusproxy}/groups/public/</url>
58       <snapshots>
59           <enabled>false</enabled>
60       </snapshots>
61       <releases>
62           <enabled>true</enabled>
63           <updatePolicy>never</updatePolicy>
64       </releases>
65     </repository>
66     <!-- OpenDayLight Snapshot artifact -->
67     <repository>
68       <id>opendaylight-snapshot</id>
69       <name>opendaylight-snapshot</name>
70       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
71       <snapshots>
72           <enabled>true</enabled>
73       </snapshots>
74       <releases>
75           <enabled>false</enabled>
76       </releases>
77     </repository>
78   </repositories>
79
80   <pluginRepositories>
81     <pluginRepository>
82       <id>central2</id>
83       <name>central2</name>
84       <url>${nexusproxy}/repositories/central2/</url>
85     </pluginRepository>
86     <pluginRepository>
87       <id>opendaylight-snapshot</id>
88       <name>central2</name>
89       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
90     </pluginRepository>
91   </pluginRepositories>
92
93   <distributionManagement>
94     <!-- OpenDayLight Released artifact -->
95     <repository>
96       <id>opendaylight-release</id>
97       <url>${nexusproxy}/repositories/opendaylight.release/</url>
98     </repository>
99     <!-- OpenDayLight Snapshot artifact -->
100     <snapshotRepository>
101       <id>opendaylight-snapshot</id>
102       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
103     </snapshotRepository>
104     <site>
105       <id>${project.artifactId}-site</id>
106       <url>./</url>
107     </site>
108   </distributionManagement>
109   <dependencyManagement>
110       <dependencies>
111         <!-- Karaf basic pieces -->
112         <dependency>
113           <!-- scope is compile so all features (there is only one) are installed
114             into startup.properties and the feature repo itself is not installed -->
115           <groupId>org.apache.karaf.features</groupId>
116           <artifactId>framework</artifactId>
117           <version>${karaf.version}</version>
118           <type>kar</type>
119         </dependency>
120         <!-- scope is runtime so the feature repo is listed in the features
121           service config file, and features may be installed using the
122           karaf-maven-plugin configuration -->
123         <dependency>
124           <groupId>org.apache.karaf.features</groupId>
125           <artifactId>standard</artifactId>
126           <version>${karaf.version}</version>
127           <classifier>features</classifier>
128           <type>xml</type>
129         </dependency>
130
131         <!-- Karaf Branding -->
132         <dependency>
133           <groupId>org.opendaylight.controller</groupId>
134           <artifactId>karaf.branding</artifactId>
135           <version>${karaf.branding.version}</version>
136         </dependency>
137
138         <!-- Integration features -->
139         <dependency>
140           <groupId>org.opendaylight.integration</groupId>
141           <artifactId>features-integration</artifactId>
142           <version>${project.version}</version>
143           <classifier>features</classifier>
144           <type>xml</type>
145         </dependency>
146         <!-- MD-SAL Related Features -->
147         <dependency>
148           <groupId>org.opendaylight.controller</groupId>
149           <artifactId>features-mdsal</artifactId>
150           <version>${feature.mdsal.version}</version>
151           <classifier>features</classifier>
152           <type>xml</type>
153         </dependency>
154         <dependency>
155           <groupId>org.opendaylight.controller</groupId>
156           <artifactId>features-flow</artifactId>
157           <version>${feature.flow.version}</version>
158           <classifier>features</classifier>
159           <type>xml</type>
160         </dependency>
161         <!-- AD-SAL Related Features -->
162         <dependency>
163           <groupId>org.opendaylight.controller</groupId>
164           <artifactId>features-adsal</artifactId>
165           <version>${feature.adsal.version}</version>
166           <classifier>features</classifier>
167           <type>xml</type>
168         </dependency>
169         <dependency>
170           <groupId>org.opendaylight.controller</groupId>
171           <artifactId>features-nsf</artifactId>
172           <version>${feature.nsf.version}</version>
173           <classifier>features</classifier>
174           <type>xml</type>
175         </dependency>
176         <!-- VTN Features -->
177         <dependency>
178           <groupId>org.opendaylight.vtn</groupId>
179           <artifactId>features-vtn-manager</artifactId>
180           <version>${feature.vtn-manager.version}</version>
181           <classifier>features</classifier>
182           <type>xml</type>
183         </dependency>
184
185
186         <!-- GBP Features -->
187         <dependency>
188           <groupId>org.opendaylight.groupbasedpolicy</groupId>
189           <artifactId>features-groupbasedpolicy</artifactId>
190           <version>${feature.groupbasedpolicy.version}</version>
191           <classifier>features</classifier>
192           <type>xml</type>
193         </dependency>
194
195         <!-- SFC features -->
196        <dependency>
197           <groupId>org.opendaylight.sfc</groupId>
198           <artifactId>features-sfc</artifactId>
199           <version>${feature.sfc.version}</version>
200           <classifier>features</classifier>
201           <type>xml</type>
202        </dependency>
203
204         <dependency>
205           <groupId>org.opendaylight.tcpmd5</groupId>
206           <artifactId>features-tcpmd5</artifactId>
207           <version>${feature.tcpmd5.version}</version>
208           <classifier>features</classifier>
209           <type>xml</type>
210         </dependency>
211
212         <dependency>
213           <groupId>org.opendaylight.bgpcep</groupId>
214           <artifactId>features-bgp</artifactId>
215           <version>${feature.bgp.version}</version>
216           <classifier>features</classifier>
217           <type>xml</type>
218         </dependency>
219
220         <!-- OVSDB Related Features -->
221         <dependency>
222           <groupId>org.opendaylight.ovsdb</groupId>
223           <artifactId>features-ovsdb</artifactId>
224           <version>${feature.ovsdb.version}</version>
225           <classifier>features</classifier>
226           <type>xml</type>
227         </dependency>
228
229         <!-- Plugin2oc Related Features -->
230         <dependency>
231           <groupId>org.opendaylight.plugin2oc</groupId>
232           <artifactId>features-plugin2oc</artifactId>
233           <version>0.2.0-SNAPSHOT</version>
234           <classifier>features</classifier>
235           <type>xml</type>
236         </dependency>
237
238         <!-- packetcable Related Features -->
239         <dependency>
240            <groupId>org.opendaylight.packetcable</groupId>
241            <artifactId>features-packetcable</artifactId>
242            <version>${feature.packetcable.version}</version>
243            <classifier>features</classifier>
244           <type>xml</type>
245         </dependency>
246
247         <!-- test to validate features.xml -->
248         <dependency>
249           <groupId>org.opendaylight.yangtools</groupId>
250           <artifactId>features-test</artifactId>
251           <version>${feature.yangtools.version}</version>
252         </dependency>
253       </dependencies>
254   </dependencyManagement>
255   <build>
256     <pluginManagement>
257       <plugins>
258         <plugin>
259           <groupId>org.apache.maven.plugins</groupId>
260           <artifactId>maven-surefire-plugin</artifactId>
261           <version>${maven.surefire.version}</version>
262         </plugin>
263       </plugins>
264     </pluginManagement>
265   </build>
266 </project>