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