Add Reservation to Integration
[integration/distribution.git] / features / index / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <project xmlns="http://maven.apache.org/POM/4.0.0" 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>
13    <parent>
14       <groupId>org.opendaylight.integration</groupId>
15       <artifactId>root</artifactId>
16       <version>0.4.0-SNAPSHOT</version>
17       <relativePath>../../</relativePath>
18    </parent>
19    <artifactId>features-integration-index</artifactId>
20    <packaging>jar</packaging>
21    <properties>
22       <features.file>features.xml</features.file>
23    </properties>
24    <dependencies>
25     <!-- dependencies on feature repos -->
26     <dependency>
27       <groupId>org.opendaylight.aaa</groupId>
28       <artifactId>features-aaa-api</artifactId>
29       <version>0.3.0-SNAPSHOT</version>
30       <classifier>features</classifier>
31       <type>xml</type>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.aaa</groupId>
35       <artifactId>features-aaa</artifactId>
36       <version>0.3.0-SNAPSHOT</version>
37       <classifier>features</classifier>
38       <type>xml</type>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.aaa</groupId>
42       <artifactId>features-aaa-authz</artifactId>
43       <version>0.3.0-SNAPSHOT</version>
44       <classifier>features</classifier>
45       <type>xml</type>
46     </dependency>
47 <!--
48     <dependency>
49       <groupId>org.opendaylight.alto</groupId>
50       <artifactId>features-alto</artifactId>
51       <version>0.2.0-SNAPSHOT</version>
52       <classifier>features</classifier>
53       <type>xml</type>
54     </dependency>
55 -->
56     <dependency>
57        <groupId>org.opendaylight.bgpcep</groupId>
58        <artifactId>features-bgp</artifactId>
59        <classifier>features</classifier>
60        <version>${feature.bgpcep.version}</version>
61        <type>xml</type>
62     </dependency>
63     <dependency>
64        <groupId>org.opendaylight.bgpcep</groupId>
65        <artifactId>features-extras</artifactId>
66        <classifier>features</classifier>
67        <version>${feature.bgpcep.version}</version>
68        <type>xml</type>
69     </dependency>
70     <dependency>
71        <groupId>org.opendaylight.bgpcep</groupId>
72        <artifactId>features-pcep</artifactId>
73        <classifier>features</classifier>
74        <version>${feature.bgpcep.version}</version>
75        <type>xml</type>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.capwap</groupId>
79       <artifactId>capwap-features</artifactId>
80       <version>${feature.capwap.version}</version>
81       <classifier>features</classifier>
82       <type>xml</type>
83     </dependency>
84     <dependency>
85       <groupId>org.opendaylight.controller</groupId>
86       <artifactId>features-adsal</artifactId>
87       <version>${feature.adsal.version}</version>
88       <classifier>features</classifier>
89       <type>xml</type>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.controller</groupId>
93       <artifactId>features-mdsal</artifactId>
94       <version>${feature.mdsal.version}</version>
95       <classifier>features</classifier>
96       <type>xml</type>
97     </dependency>
98     <dependency>
99       <groupId>org.opendaylight.controller</groupId>
100       <artifactId>features-netconf-connector</artifactId>
101       <version>${feature.mdsal.version}</version>
102       <classifier>features</classifier>
103       <type>xml</type>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.controller</groupId>
107       <artifactId>features-nsf</artifactId>
108       <version>${feature.nsf.version}</version>
109       <classifier>features</classifier>
110       <type>xml</type>
111     </dependency>
112     <dependency>
113       <groupId>org.opendaylight.controller</groupId>
114       <artifactId>features-restconf</artifactId>
115       <version>${feature.mdsal.version}</version>
116       <classifier>features</classifier>
117       <type>xml</type>
118     </dependency>
119     <dependency>
120       <groupId>org.opendaylight.coretutorials</groupId>
121       <artifactId>dsbenchmark-features</artifactId>
122       <version>${feature.coretutorials.version}</version>
123       <classifier>features</classifier>
124       <type>xml</type>
125     </dependency>
126     <dependency>
127       <groupId>org.opendaylight.didm</groupId>
128       <artifactId>didm-features</artifactId>
129       <version>${didm.version}</version>
130       <classifier>features</classifier>
131       <type>xml</type>
132     </dependency>
133     <dependency>
134       <groupId>org.opendaylight.dlux</groupId>
135       <artifactId>features-dlux</artifactId>
136       <version>${feature.dlux.version}</version>
137       <classifier>features</classifier>
138       <type>xml</type>
139     </dependency>
140     <dependency>
141       <groupId>org.opendaylight.groupbasedpolicy</groupId>
142       <artifactId>features-groupbasedpolicy</artifactId>
143       <version>${feature.groupbasedpolicy.version}</version>
144       <classifier>features</classifier>
145       <type>xml</type>
146     </dependency>
147 <!--
148     <dependency>
149       <groupId>org.opendaylight.iotdm</groupId>
150       <artifactId>onem2m-features</artifactId>
151       <version>${feature.iotdm.version}</version>
152       <classifier>features</classifier>
153       <type>xml</type>
154     </dependency>
155 -->
156     <dependency>
157       <groupId>org.opendaylight.l2switch</groupId>
158       <artifactId>features-l2switch</artifactId>
159       <version>0.3.0-SNAPSHOT</version>
160       <classifier>features</classifier>
161       <type>xml</type>
162     </dependency>
163     <dependency>
164       <groupId>org.opendaylight.lacp</groupId>
165       <artifactId>features-lacp</artifactId>
166       <version>${feature.lacp.version}</version>
167       <classifier>features</classifier>
168       <type>xml</type>
169     </dependency>
170     <dependency>
171       <groupId>org.opendaylight.lispflowmapping</groupId>
172       <artifactId>features-lispflowmapping</artifactId>
173       <version>${feature.lispflowmapping.version}</version>
174       <classifier>features</classifier>
175       <type>xml</type>
176     </dependency>
177     <dependency>
178       <groupId>org.opendaylight.neutron</groupId>
179       <artifactId>features-neutron</artifactId>
180       <version>${feature.neutron.version}</version>
181       <classifier>features</classifier>
182       <type>xml</type>
183     </dependency>
184     <dependency>
185       <groupId>org.opendaylight.nic</groupId>
186       <artifactId>features-nic</artifactId>
187       <version>${feature.nic.version}</version>
188       <classifier>features</classifier>
189       <type>xml</type>
190     </dependency>
191     <dependency>
192       <groupId>org.opendaylight.openflowplugin</groupId>
193       <artifactId>features-openflowplugin</artifactId>
194       <version>${feature.openflowplugin.version}</version>
195       <classifier>features</classifier>
196       <type>xml</type>
197     </dependency>
198      <dependency>
199        <groupId>org.opendaylight.openflowplugin</groupId>
200        <artifactId>features-openflowplugin-li</artifactId>
201        <version>${feature.openflowplugin.version}</version>
202        <classifier>features</classifier>
203        <type>xml</type>
204      </dependency>
205     <dependency>
206       <groupId>org.opendaylight.openflowplugin</groupId>
207       <artifactId>features-openflowplugin-extension</artifactId>
208       <version>${feature.openflowplugin.version}</version>
209       <classifier>features</classifier>
210       <type>xml</type>
211     </dependency>
212     <dependency>
213       <groupId>org.opendaylight.openflowplugin.legacy</groupId>
214       <artifactId>features-legacy</artifactId>
215       <version>${feature.openflowplugin.version}</version>
216       <classifier>features</classifier>
217       <type>xml</type>
218     </dependency>
219     <dependency>
220       <groupId>org.opendaylight.ovsdb</groupId>
221       <artifactId>features-ovsdb</artifactId>
222       <version>${feature.ovsdb.version}</version>
223       <classifier>features</classifier>
224       <type>xml</type>
225     </dependency>
226     <dependency>
227       <groupId>org.opendaylight.packetcable</groupId>
228       <artifactId>features-packetcable</artifactId>
229       <version>${feature.packetcable.version}</version>
230       <classifier>features</classifier>
231       <type>xml</type>
232     </dependency>
233     <dependency>
234       <groupId>org.opendaylight.packetcable</groupId>
235       <artifactId>features-packetcable-policy</artifactId>
236       <version>${feature.packetcable.version}</version>
237       <classifier>features</classifier>
238       <type>xml</type>
239     </dependency>
240     <dependency>
241       <groupId>org.opendaylight.reservation</groupId>
242       <artifactId>features-reservation</artifactId>
243       <version>${feature.reservation.version}</version>
244       <classifier>features</classifier>
245       <type>xml</type>
246     </dependency>
247     <dependency>
248       <groupId>org.opendaylight.sdninterfaceapp</groupId>
249       <artifactId>features-sdninterfaceapp</artifactId>
250       <version>1.6.0-SNAPSHOT</version>
251       <classifier>features</classifier>
252       <type>xml</type>
253     </dependency>
254     <dependency>
255       <groupId>org.opendaylight.sfc</groupId>
256       <artifactId>features-sfc</artifactId>
257       <version>0.2.0-SNAPSHOT</version>
258       <classifier>features</classifier>
259       <type>xml</type>
260     </dependency>
261     <dependency>
262       <groupId>org.opendaylight.sfc</groupId>
263       <artifactId>features-sfc-sb-rest</artifactId>
264       <version>0.2.0-SNAPSHOT</version>
265       <classifier>features</classifier>
266       <type>xml</type>
267     </dependency>
268     <dependency>
269       <groupId>org.opendaylight.sfc</groupId>
270       <artifactId>features-sfclisp</artifactId>
271       <version>0.2.0-SNAPSHOT</version>
272       <classifier>features</classifier>
273       <type>xml</type>
274     </dependency>
275     <dependency>
276       <groupId>org.opendaylight.sfc</groupId>
277       <artifactId>features-sfcofl2</artifactId>
278       <version>0.2.0-SNAPSHOT</version>
279       <classifier>features</classifier>
280       <type>xml</type>
281     </dependency>
282     <dependency>
283        <groupId>org.opendaylight.sfc</groupId>
284        <artifactId>features-sfc-ovs</artifactId>
285        <version>0.2.0-SNAPSHOT</version>
286        <classifier>features</classifier>
287        <type>xml</type>
288     </dependency>
289     <dependency>
290        <groupId>org.opendaylight.sfc</groupId>
291        <artifactId>features-sfc-netconf</artifactId>
292        <version>0.2.0-SNAPSHOT</version>
293        <classifier>features</classifier>
294        <type>xml</type>
295     </dependency>
296 <!--
297     <dependency>
298       <groupId>org.opendaylight.snbi</groupId>
299       <artifactId>features-snbi</artifactId>
300       <version>${feature.snbi.version}</version>
301       <classifier>features</classifier>
302       <type>xml</type>
303     </dependency>
304 -->
305     <dependency>
306       <groupId>org.opendaylight.snmp</groupId>
307       <artifactId>features-snmp</artifactId>
308       <version>${snmp.plugin.version}</version>
309       <classifier>features</classifier>
310       <type>xml</type>
311     </dependency>
312     <dependency>
313       <groupId>org.opendaylight.tcpmd5</groupId>
314       <artifactId>features-tcpmd5</artifactId>
315       <version>${feature.tcpmd5.version}</version>
316       <classifier>features</classifier>
317       <type>xml</type>
318     </dependency>
319     <dependency>
320       <groupId>org.opendaylight.topoprocessing</groupId>
321       <artifactId>features-topoprocessing</artifactId>
322       <version>${feature.topoprocessing.version}</version>
323       <classifier>features</classifier>
324       <type>xml</type>
325     </dependency>
326     <dependency>
327       <groupId>org.opendaylight.tsdr</groupId>
328       <artifactId>features-tsdr</artifactId>
329       <version>1.1.0-SNAPSHOT</version>
330       <classifier>features</classifier>
331       <type>xml</type>
332     </dependency>
333     <dependency>
334       <groupId>org.opendaylight.ttp</groupId>
335       <artifactId>features-ttp</artifactId>
336       <version>${feature.ttp.version}</version>
337       <classifier>features</classifier>
338       <type>xml</type>
339     </dependency>
340     <dependency>
341       <groupId>org.opendaylight.usc</groupId>
342       <artifactId>usc-features</artifactId>
343       <version>${feature.usc.version}</version>
344       <classifier>features</classifier>
345       <type>xml</type>
346     </dependency>
347     <dependency>
348       <groupId>org.opendaylight.vtn</groupId>
349       <artifactId>features-vtn-manager</artifactId>
350       <version>${feature.vtn-manager.version}</version>
351       <classifier>features</classifier>
352       <type>xml</type>
353     </dependency>
354     <dependency>
355       <groupId>org.opendaylight.vpnservice</groupId>
356       <artifactId>vpnservice-features</artifactId>
357       <version>${feature.vpnservice.version}</version>
358       <classifier>features</classifier>
359       <type>xml</type>
360     </dependency>
361     <!-- test to validate features.xml -->
362     <dependency>
363       <groupId>org.opendaylight.odlparent</groupId>
364       <artifactId>features-test</artifactId>
365       <version>1.6.0-SNAPSHOT</version>
366     </dependency>
367     <dependency>
368       <groupId>junit</groupId>
369       <artifactId>junit-dep</artifactId>
370       <version>${junit.version}</version>
371       <scope>test</scope>
372     </dependency>
373     <!-- dependency for opendaylight-karaf-empty for use by testing -->
374     <dependency>
375       <groupId>org.opendaylight.controller</groupId>
376       <artifactId>opendaylight-karaf-empty</artifactId>
377       <version>1.6.0-SNAPSHOT</version>
378       <type>zip</type>
379     </dependency>
380    </dependencies>
381    <build>
382       <resources>
383          <resource>
384             <directory>src/main/resources</directory>
385             <filtering>true</filtering>
386          </resource>
387       </resources>
388       <plugins>
389          <plugin>
390             <groupId>org.apache.karaf.tooling</groupId>
391             <artifactId>karaf-maven-plugin</artifactId>
392             <extensions>true</extensions>
393             <executions>
394                <execution>
395                   <id>features-create-kar</id>
396                   <goals>
397                      <goal>features-create-kar</goal>
398                   </goals>
399                   <configuration>
400                      <featuresFile>${project.build.directory}/classes/${features.file}</featuresFile>
401                   </configuration>
402                </execution>
403             </executions>
404         <!-- There is no useful configuration for the kar mojo. The features-generate-descriptor mojo configuration may be useful -->
405          </plugin>
406          <plugin>
407             <groupId>org.apache.maven.plugins</groupId>
408             <artifactId>maven-resources-plugin</artifactId>
409             <executions>
410                <execution>
411                   <id>filter</id>
412                   <phase>generate-resources</phase>
413                   <goals>
414                      <goal>resources</goal>
415                   </goals>
416                </execution>
417             </executions>
418          </plugin>
419          <plugin>
420             <groupId>org.codehaus.mojo</groupId>
421             <artifactId>build-helper-maven-plugin</artifactId>
422             <executions>
423                <execution>
424                   <id>attach-artifacts</id>
425                   <phase>package</phase>
426                   <goals>
427                      <goal>attach-artifact</goal>
428                   </goals>
429                   <configuration>
430                      <artifacts>
431                         <artifact>
432                            <file>${project.build.directory}/classes/${features.file}</file>
433                            <type>xml</type>
434                            <classifier>features</classifier>
435                         </artifact>
436                      </artifacts>
437                   </configuration>
438                </execution>
439             </executions>
440          </plugin>
441          <plugin>
442             <groupId>org.apache.maven.plugins</groupId>
443             <artifactId>maven-surefire-plugin</artifactId>
444             <version>2.16</version>
445             <configuration>
446               <systemPropertyVariables>
447                 <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
448                 <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
449                 <karaf.distro.version>1.6.0-SNAPSHOT</karaf.distro.version>
450               </systemPropertyVariables>
451               <dependenciesToScan>
452                <dependency>org.opendaylight.odlparent:features-test</dependency>
453               </dependenciesToScan>
454             </configuration>
455           </plugin>
456       </plugins>
457    </build>
458 </project>