Remove features-packetcable.
[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-policy</artifactId>
234       <version>${feature.packetcable.version}</version>
235       <classifier>features</classifier>
236       <type>xml</type>
237     </dependency>
238     <dependency>
239       <groupId>org.opendaylight.reservation</groupId>
240       <artifactId>features-reservation</artifactId>
241       <version>${feature.reservation.version}</version>
242       <classifier>features</classifier>
243       <type>xml</type>
244     </dependency>
245     <dependency>
246       <groupId>org.opendaylight.sdninterfaceapp</groupId>
247       <artifactId>features-sdninterfaceapp</artifactId>
248       <version>1.6.0-SNAPSHOT</version>
249       <classifier>features</classifier>
250       <type>xml</type>
251     </dependency>
252     <dependency>
253       <groupId>org.opendaylight.sfc</groupId>
254       <artifactId>features-sfc</artifactId>
255       <version>0.2.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-sb-rest</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-sfclisp</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-sfcofl2</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-sfc-ovs</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-netconf</artifactId>
290        <version>0.2.0-SNAPSHOT</version>
291        <classifier>features</classifier>
292        <type>xml</type>
293     </dependency>
294 <!--
295     <dependency>
296       <groupId>org.opendaylight.snbi</groupId>
297       <artifactId>features-snbi</artifactId>
298       <version>${feature.snbi.version}</version>
299       <classifier>features</classifier>
300       <type>xml</type>
301     </dependency>
302 -->
303     <dependency>
304       <groupId>org.opendaylight.snmp</groupId>
305       <artifactId>features-snmp</artifactId>
306       <version>${snmp.plugin.version}</version>
307       <classifier>features</classifier>
308       <type>xml</type>
309     </dependency>
310     <dependency>
311       <groupId>org.opendaylight.sxp</groupId>
312       <artifactId>features</artifactId>
313       <version>${feature.sxp.version}</version>
314       <classifier>features</classifier>
315       <type>xml</type>
316     </dependency>
317     <dependency>
318       <groupId>org.opendaylight.tcpmd5</groupId>
319       <artifactId>features-tcpmd5</artifactId>
320       <version>${feature.tcpmd5.version}</version>
321       <classifier>features</classifier>
322       <type>xml</type>
323     </dependency>
324     <dependency>
325       <groupId>org.opendaylight.topoprocessing</groupId>
326       <artifactId>features-topoprocessing</artifactId>
327       <version>${feature.topoprocessing.version}</version>
328       <classifier>features</classifier>
329       <type>xml</type>
330     </dependency>
331     <dependency>
332       <groupId>org.opendaylight.tsdr</groupId>
333       <artifactId>features-tsdr</artifactId>
334       <version>1.1.0-SNAPSHOT</version>
335       <classifier>features</classifier>
336       <type>xml</type>
337     </dependency>
338     <dependency>
339       <groupId>org.opendaylight.ttp</groupId>
340       <artifactId>features-ttp</artifactId>
341       <version>${feature.ttp.version}</version>
342       <classifier>features</classifier>
343       <type>xml</type>
344     </dependency>
345     <dependency>
346       <groupId>org.opendaylight.usc</groupId>
347       <artifactId>usc-features</artifactId>
348       <version>${feature.usc.version}</version>
349       <classifier>features</classifier>
350       <type>xml</type>
351     </dependency>
352     <dependency>
353       <groupId>org.opendaylight.vtn</groupId>
354       <artifactId>features-vtn-manager</artifactId>
355       <version>${feature.vtn-manager.version}</version>
356       <classifier>features</classifier>
357       <type>xml</type>
358     </dependency>
359     <dependency>
360       <groupId>org.opendaylight.vpnservice</groupId>
361       <artifactId>vpnservice-features</artifactId>
362       <version>${feature.vpnservice.version}</version>
363       <classifier>features</classifier>
364       <type>xml</type>
365     </dependency>
366     <!-- test to validate features.xml -->
367     <dependency>
368       <groupId>org.opendaylight.odlparent</groupId>
369       <artifactId>features-test</artifactId>
370       <version>1.6.0-SNAPSHOT</version>
371     </dependency>
372     <dependency>
373       <groupId>junit</groupId>
374       <artifactId>junit-dep</artifactId>
375       <version>${junit.version}</version>
376       <scope>test</scope>
377     </dependency>
378     <!-- dependency for opendaylight-karaf-empty for use by testing -->
379     <dependency>
380       <groupId>org.opendaylight.controller</groupId>
381       <artifactId>opendaylight-karaf-empty</artifactId>
382       <version>1.6.0-SNAPSHOT</version>
383       <type>zip</type>
384     </dependency>
385    </dependencies>
386    <build>
387       <resources>
388          <resource>
389             <directory>src/main/resources</directory>
390             <filtering>true</filtering>
391          </resource>
392       </resources>
393       <plugins>
394          <plugin>
395             <groupId>org.apache.karaf.tooling</groupId>
396             <artifactId>karaf-maven-plugin</artifactId>
397             <extensions>true</extensions>
398             <executions>
399                <execution>
400                   <id>features-create-kar</id>
401                   <goals>
402                      <goal>features-create-kar</goal>
403                   </goals>
404                   <configuration>
405                      <featuresFile>${project.build.directory}/classes/${features.file}</featuresFile>
406                   </configuration>
407                </execution>
408             </executions>
409         <!-- There is no useful configuration for the kar mojo. The features-generate-descriptor mojo configuration may be useful -->
410          </plugin>
411          <plugin>
412             <groupId>org.apache.maven.plugins</groupId>
413             <artifactId>maven-resources-plugin</artifactId>
414             <executions>
415                <execution>
416                   <id>filter</id>
417                   <phase>generate-resources</phase>
418                   <goals>
419                      <goal>resources</goal>
420                   </goals>
421                </execution>
422             </executions>
423          </plugin>
424          <plugin>
425             <groupId>org.codehaus.mojo</groupId>
426             <artifactId>build-helper-maven-plugin</artifactId>
427             <executions>
428                <execution>
429                   <id>attach-artifacts</id>
430                   <phase>package</phase>
431                   <goals>
432                      <goal>attach-artifact</goal>
433                   </goals>
434                   <configuration>
435                      <artifacts>
436                         <artifact>
437                            <file>${project.build.directory}/classes/${features.file}</file>
438                            <type>xml</type>
439                            <classifier>features</classifier>
440                         </artifact>
441                      </artifacts>
442                   </configuration>
443                </execution>
444             </executions>
445          </plugin>
446          <plugin>
447             <groupId>org.apache.maven.plugins</groupId>
448             <artifactId>maven-surefire-plugin</artifactId>
449             <version>2.16</version>
450             <configuration>
451               <systemPropertyVariables>
452                 <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
453                 <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
454                 <karaf.distro.version>1.6.0-SNAPSHOT</karaf.distro.version>
455               </systemPropertyVariables>
456               <dependenciesToScan>
457                <dependency>org.opendaylight.odlparent:features-test</dependency>
458               </dependenciesToScan>
459             </configuration>
460           </plugin>
461       </plugins>
462    </build>
463 </project>