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