Adding alto features
[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     <dependency>
48       <groupId>org.opendaylight.alto</groupId>
49       <artifactId>features-alto-release</artifactId>
50       <version>0.2.0-SNAPSHOT</version>
51       <classifier>features</classifier>
52       <type>xml</type>
53     </dependency>
54     <dependency>
55       <groupId>org.opendaylight.armoury</groupId>
56       <artifactId>armoury-features</artifactId>
57       <version>${feature.armoury.version}</version>
58       <classifier>features</classifier>
59       <type>xml</type>
60     </dependency>
61     <dependency>
62        <groupId>org.opendaylight.bgpcep</groupId>
63        <artifactId>features-bgp</artifactId>
64        <classifier>features</classifier>
65        <version>${feature.bgpcep.version}</version>
66        <type>xml</type>
67     </dependency>
68     <dependency>
69        <groupId>org.opendaylight.bgpcep</groupId>
70        <artifactId>features-bmp</artifactId>
71        <classifier>features</classifier>
72        <version>${feature.bgpcep.version}</version>
73        <type>xml</type>
74     </dependency>
75     <dependency>
76        <groupId>org.opendaylight.bgpcep</groupId>
77        <artifactId>features-extras</artifactId>
78        <classifier>features</classifier>
79        <version>${feature.bgpcep.version}</version>
80        <type>xml</type>
81     </dependency>
82     <dependency>
83        <groupId>org.opendaylight.bgpcep</groupId>
84        <artifactId>features-pcep</artifactId>
85        <classifier>features</classifier>
86        <version>${feature.bgpcep.version}</version>
87        <type>xml</type>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.capwap</groupId>
91       <artifactId>capwap-features</artifactId>
92       <version>${feature.capwap.version}</version>
93       <classifier>features</classifier>
94       <type>xml</type>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.controller</groupId>
98       <artifactId>features-adsal</artifactId>
99       <version>${feature.adsal.version}</version>
100       <classifier>features</classifier>
101       <type>xml</type>
102     </dependency>
103     <dependency>
104       <groupId>org.opendaylight.controller</groupId>
105       <artifactId>features-mdsal</artifactId>
106       <version>${feature.mdsal.version}</version>
107       <classifier>features</classifier>
108       <type>xml</type>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.controller</groupId>
112       <artifactId>features-nsf</artifactId>
113       <version>${feature.nsf.version}</version>
114       <classifier>features</classifier>
115       <type>xml</type>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.coretutorials</groupId>
119       <artifactId>dsbenchmark-features</artifactId>
120       <version>${feature.coretutorials.version}</version>
121       <classifier>features</classifier>
122       <type>xml</type>
123     </dependency>
124     <dependency>
125       <groupId>org.opendaylight.didm</groupId>
126       <artifactId>didm-features</artifactId>
127       <version>${didm.version}</version>
128       <classifier>features</classifier>
129       <type>xml</type>
130     </dependency>
131     <dependency>
132       <groupId>org.opendaylight.dlux</groupId>
133       <artifactId>features-dlux</artifactId>
134       <version>${feature.dlux.version}</version>
135       <classifier>features</classifier>
136       <type>xml</type>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.groupbasedpolicy</groupId>
140       <artifactId>features-groupbasedpolicy</artifactId>
141       <version>${feature.groupbasedpolicy.version}</version>
142       <classifier>features</classifier>
143       <type>xml</type>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.iotdm</groupId>
147       <artifactId>onem2m-features</artifactId>
148       <version>${feature.iotdm.version}</version>
149       <classifier>features</classifier>
150       <type>xml</type>
151     </dependency>
152     <dependency>
153       <groupId>org.opendaylight.l2switch</groupId>
154       <artifactId>features-l2switch</artifactId>
155       <version>0.3.0-SNAPSHOT</version>
156       <classifier>features</classifier>
157       <type>xml</type>
158     </dependency>
159     <dependency>
160       <groupId>org.opendaylight.lacp</groupId>
161       <artifactId>features-lacp</artifactId>
162       <version>${feature.lacp.version}</version>
163       <classifier>features</classifier>
164       <type>xml</type>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.lispflowmapping</groupId>
168       <artifactId>features-lispflowmapping</artifactId>
169       <version>${feature.lispflowmapping.version}</version>
170       <classifier>features</classifier>
171       <type>xml</type>
172     </dependency>
173     <dependency>
174       <groupId>org.opendaylight.nemo</groupId>
175       <artifactId>nemo-features</artifactId>
176       <version>${feature.nemo.version}</version>
177       <classifier>features</classifier>
178       <type>xml</type>
179     </dependency>
180     <dependency>
181       <groupId>org.opendaylight.netconf</groupId>
182       <artifactId>features-netconf</artifactId>
183       <version>${feature.netconf.version}</version>
184       <classifier>features</classifier>
185       <type>xml</type>
186     </dependency>
187     <dependency>
188       <groupId>org.opendaylight.netconf</groupId>
189       <artifactId>features-netconf-connector</artifactId>
190       <version>${feature.netconf.version}</version>
191       <classifier>features</classifier>
192       <type>xml</type>
193     </dependency>
194     <dependency>
195       <groupId>org.opendaylight.netconf</groupId>
196       <artifactId>features-restconf</artifactId>
197       <version>${feature.restconf.version}</version>
198       <classifier>features</classifier>
199       <type>xml</type>
200     </dependency>
201     <dependency>
202       <groupId>org.opendaylight.neutron</groupId>
203       <artifactId>features-neutron</artifactId>
204       <version>${feature.neutron.version}</version>
205       <classifier>features</classifier>
206       <type>xml</type>
207     </dependency>
208     <dependency>
209       <groupId>org.opendaylight.nic</groupId>
210       <artifactId>features-nic</artifactId>
211       <version>${feature.nic.version}</version>
212       <classifier>features</classifier>
213       <type>xml</type>
214     </dependency>
215     <dependency>
216       <groupId>org.opendaylight.openflowplugin</groupId>
217       <artifactId>features-openflowplugin</artifactId>
218       <version>${feature.openflowplugin.version}</version>
219       <classifier>features</classifier>
220       <type>xml</type>
221     </dependency>
222      <dependency>
223        <groupId>org.opendaylight.openflowplugin</groupId>
224        <artifactId>features-openflowplugin-li</artifactId>
225        <version>${feature.openflowplugin.version}</version>
226        <classifier>features</classifier>
227        <type>xml</type>
228      </dependency>
229     <dependency>
230       <groupId>org.opendaylight.openflowplugin</groupId>
231       <artifactId>features-openflowplugin-extension</artifactId>
232       <version>${feature.openflowplugin.version}</version>
233       <classifier>features</classifier>
234       <type>xml</type>
235     </dependency>
236     <dependency>
237       <groupId>org.opendaylight.ovsdb</groupId>
238       <artifactId>features-ovsdb</artifactId>
239       <version>${feature.ovsdb.version}</version>
240       <classifier>features</classifier>
241       <type>xml</type>
242     </dependency>
243     <dependency>
244       <groupId>org.opendaylight.ovsdb</groupId>
245       <artifactId>library-features</artifactId>
246       <version>${feature.ovsdb.version}</version>
247       <classifier>features</classifier>
248       <type>xml</type>
249     </dependency>
250     <dependency>
251       <groupId>org.opendaylight.ovsdb</groupId>
252       <artifactId>southbound-features</artifactId>
253       <version>${feature.ovsdb.version}</version>
254       <classifier>features</classifier>
255       <type>xml</type>
256     </dependency>
257     <dependency>
258       <groupId>org.opendaylight.ovsdb</groupId>
259       <artifactId>hwvtepsouthbound-features</artifactId>
260       <version>${feature.ovsdb.version}</version>
261       <classifier>features</classifier>
262       <type>xml</type>
263     </dependency>
264     <dependency>
265       <groupId>org.opendaylight.ovsdb</groupId>
266       <artifactId>openstack.net-virt-sfc-features</artifactId>
267       <version>${feature.ovsdb.version}</version>
268       <classifier>features</classifier>
269       <type>xml</type>
270     </dependency>
271     <dependency>
272       <groupId>org.opendaylight.packetcable</groupId>
273       <artifactId>features-packetcable-policy</artifactId>
274       <version>${feature.packetcable.version}</version>
275       <classifier>features</classifier>
276       <type>xml</type>
277     </dependency>
278     <dependency>
279       <groupId>org.opendaylight.reservation</groupId>
280       <artifactId>features-reservation</artifactId>
281       <version>${feature.reservation.version}</version>
282       <classifier>features</classifier>
283       <type>xml</type>
284     </dependency>
285     <dependency>
286       <groupId>org.opendaylight.sdninterfaceapp</groupId>
287       <artifactId>features-sdninterfaceapp</artifactId>
288       <version>1.6.0-SNAPSHOT</version>
289       <classifier>features</classifier>
290       <type>xml</type>
291     </dependency>
292     <dependency>
293       <groupId>org.opendaylight.sfc</groupId>
294       <artifactId>features-sfc</artifactId>
295       <version>0.2.0-SNAPSHOT</version>
296       <classifier>features</classifier>
297       <type>xml</type>
298     </dependency>
299     <dependency>
300       <groupId>org.opendaylight.sfc</groupId>
301       <artifactId>features-sfc-sb-rest</artifactId>
302       <version>0.2.0-SNAPSHOT</version>
303       <classifier>features</classifier>
304       <type>xml</type>
305     </dependency>
306     <dependency>
307       <groupId>org.opendaylight.sfc</groupId>
308       <artifactId>features-sfclisp</artifactId>
309       <version>0.2.0-SNAPSHOT</version>
310       <classifier>features</classifier>
311       <type>xml</type>
312     </dependency>
313     <dependency>
314       <groupId>org.opendaylight.sfc</groupId>
315       <artifactId>features-sfcofl2</artifactId>
316       <version>0.2.0-SNAPSHOT</version>
317       <classifier>features</classifier>
318       <type>xml</type>
319     </dependency>
320     <dependency>
321        <groupId>org.opendaylight.sfc</groupId>
322        <artifactId>features-sfc-ovs</artifactId>
323        <version>0.2.0-SNAPSHOT</version>
324        <classifier>features</classifier>
325        <type>xml</type>
326     </dependency>
327     <dependency>
328        <groupId>org.opendaylight.sfc</groupId>
329        <artifactId>features-sfc-netconf</artifactId>
330        <version>0.2.0-SNAPSHOT</version>
331        <classifier>features</classifier>
332        <type>xml</type>
333     </dependency>
334 <!--
335     <dependency>
336       <groupId>org.opendaylight.snbi</groupId>
337       <artifactId>features-snbi</artifactId>
338       <version>${feature.snbi.version}</version>
339       <classifier>features</classifier>
340       <type>xml</type>
341     </dependency>
342 -->
343     <dependency>
344       <groupId>org.opendaylight.snmp</groupId>
345       <artifactId>features-snmp</artifactId>
346       <version>${snmp.plugin.version}</version>
347       <classifier>features</classifier>
348       <type>xml</type>
349     </dependency>
350     <dependency>
351       <groupId>org.opendaylight.sxp</groupId>
352       <artifactId>features</artifactId>
353       <version>${feature.sxp.version}</version>
354       <classifier>features</classifier>
355       <type>xml</type>
356     </dependency>
357     <dependency>
358       <groupId>org.opendaylight.tcpmd5</groupId>
359       <artifactId>features-tcpmd5</artifactId>
360       <version>${feature.tcpmd5.version}</version>
361       <classifier>features</classifier>
362       <type>xml</type>
363     </dependency>
364     <dependency>
365       <groupId>org.opendaylight.topoprocessing</groupId>
366       <artifactId>features-topoprocessing</artifactId>
367       <version>${feature.topoprocessing.version}</version>
368       <classifier>features</classifier>
369       <type>xml</type>
370     </dependency>
371     <dependency>
372       <groupId>org.opendaylight.tsdr</groupId>
373       <artifactId>features-tsdr</artifactId>
374       <version>1.1.0-SNAPSHOT</version>
375       <classifier>features</classifier>
376       <type>xml</type>
377     </dependency>
378     <dependency>
379       <groupId>org.opendaylight.ttp</groupId>
380       <artifactId>features-ttp</artifactId>
381       <version>${feature.ttp.version}</version>
382       <classifier>features</classifier>
383       <type>xml</type>
384     </dependency>
385     <dependency>
386       <groupId>org.opendaylight.usc</groupId>
387       <artifactId>usc-features</artifactId>
388       <version>${feature.usc.version}</version>
389       <classifier>features</classifier>
390       <type>xml</type>
391     </dependency>
392     <dependency>
393       <groupId>org.opendaylight.vtn</groupId>
394       <artifactId>features-vtn-manager</artifactId>
395       <version>${feature.vtn-manager.version}</version>
396       <classifier>features</classifier>
397       <type>xml</type>
398     </dependency>
399     <dependency>
400       <groupId>org.opendaylight.vpnservice</groupId>
401       <artifactId>vpnservice-features</artifactId>
402       <version>${feature.vpnservice.version}</version>
403       <classifier>features</classifier>
404       <type>xml</type>
405     </dependency>
406     <!-- test to validate features.xml -->
407     <dependency>
408       <groupId>org.opendaylight.odlparent</groupId>
409       <artifactId>features-test</artifactId>
410       <version>1.6.0-SNAPSHOT</version>
411     </dependency>
412     <dependency>
413       <groupId>junit</groupId>
414       <artifactId>junit-dep</artifactId>
415       <version>${junit.version}</version>
416       <scope>test</scope>
417     </dependency>
418     <!-- dependency for opendaylight-karaf-empty for use by testing -->
419     <dependency>
420       <groupId>org.opendaylight.controller</groupId>
421       <artifactId>opendaylight-karaf-empty</artifactId>
422       <version>1.6.0-SNAPSHOT</version>
423       <type>zip</type>
424     </dependency>
425    </dependencies>
426    <build>
427       <resources>
428          <resource>
429             <directory>src/main/resources</directory>
430             <filtering>true</filtering>
431          </resource>
432       </resources>
433       <plugins>
434          <plugin>
435             <groupId>org.apache.karaf.tooling</groupId>
436             <artifactId>karaf-maven-plugin</artifactId>
437             <extensions>true</extensions>
438             <executions>
439                <execution>
440                   <id>features-create-kar</id>
441                   <goals>
442                      <goal>features-create-kar</goal>
443                   </goals>
444                   <configuration>
445                      <featuresFile>${project.build.directory}/classes/${features.file}</featuresFile>
446                   </configuration>
447                </execution>
448             </executions>
449         <!-- There is no useful configuration for the kar mojo. The features-generate-descriptor mojo configuration may be useful -->
450          </plugin>
451          <plugin>
452             <groupId>org.apache.maven.plugins</groupId>
453             <artifactId>maven-resources-plugin</artifactId>
454             <executions>
455                <execution>
456                   <id>filter</id>
457                   <phase>generate-resources</phase>
458                   <goals>
459                      <goal>resources</goal>
460                   </goals>
461                </execution>
462             </executions>
463          </plugin>
464          <plugin>
465             <groupId>org.codehaus.mojo</groupId>
466             <artifactId>build-helper-maven-plugin</artifactId>
467             <executions>
468                <execution>
469                   <id>attach-artifacts</id>
470                   <phase>package</phase>
471                   <goals>
472                      <goal>attach-artifact</goal>
473                   </goals>
474                   <configuration>
475                      <artifacts>
476                         <artifact>
477                            <file>${project.build.directory}/classes/${features.file}</file>
478                            <type>xml</type>
479                            <classifier>features</classifier>
480                         </artifact>
481                      </artifacts>
482                   </configuration>
483                </execution>
484             </executions>
485          </plugin>
486          <plugin>
487             <groupId>org.apache.maven.plugins</groupId>
488             <artifactId>maven-surefire-plugin</artifactId>
489             <version>2.16</version>
490             <configuration>
491               <systemPropertyVariables>
492                 <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
493                 <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
494                 <karaf.distro.version>1.6.0-SNAPSHOT</karaf.distro.version>
495               </systemPropertyVariables>
496               <dependenciesToScan>
497                <dependency>org.opendaylight.odlparent:features-test</dependency>
498               </dependenciesToScan>
499             </configuration>
500           </plugin>
501       </plugins>
502    </build>
503 </project>