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