Merge "Added iotdm feature to integration"
[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.openflowplugin</groupId>
168       <artifactId>features-openflowplugin</artifactId>
169       <version>${feature.openflowplugin.version}</version>
170       <classifier>features</classifier>
171       <type>xml</type>
172     </dependency>
173     <dependency>
174       <groupId>org.opendaylight.openflowplugin</groupId>
175       <artifactId>features-openflowplugin-extension</artifactId>
176       <version>${feature.openflowplugin.version}</version>
177       <classifier>features</classifier>
178       <type>xml</type>
179     </dependency>
180     <dependency>
181       <groupId>org.opendaylight.openflowplugin.legacy</groupId>
182       <artifactId>features-legacy</artifactId>
183       <version>${feature.openflowplugin.version}</version>
184       <classifier>features</classifier>
185       <type>xml</type>
186     </dependency>
187     <dependency>
188       <groupId>org.opendaylight.ovsdb</groupId>
189       <artifactId>features-ovsdb</artifactId>
190       <version>${feature.ovsdb.version}</version>
191       <classifier>features</classifier>
192       <type>xml</type>
193     </dependency>
194     <dependency>
195       <groupId>org.opendaylight.ovsdb</groupId>
196       <artifactId>features-ovs-sfc</artifactId>
197       <version>0.1.0-SNAPSHOT</version>
198       <classifier>features</classifier>
199       <type>xml</type>
200     </dependency>
201 <!--
202     <dependency>
203        <groupId>org.opendaylight.packetcable</groupId>
204        <artifactId>features-packetcable</artifactId>
205        <version>${feature.packetcable.version}</version>
206        <classifier>features</classifier>
207        <type>xml</type>
208     </dependency>
209 -->
210 <!--
211     <dependency>
212        <groupId>org.opendaylight.plugin2oc</groupId>
213        <artifactId>features-plugin2oc</artifactId>
214        <version>0.2.0-SNAPSHOT</version>
215        <classifier>features</classifier>
216        <type>xml</type>
217     </dependency>
218 -->
219     <dependency>
220       <groupId>org.opendaylight.sdninterfaceapp</groupId>
221       <artifactId>features-sdninterfaceapp</artifactId>
222       <version>1.5.0-SNAPSHOT</version>
223       <classifier>features</classifier>
224       <type>xml</type>
225     </dependency>
226     <dependency>
227       <groupId>org.opendaylight.sfc</groupId>
228       <artifactId>features-sfc</artifactId>
229       <version>0.1.0-SNAPSHOT</version>
230       <classifier>features</classifier>
231       <type>xml</type>
232     </dependency>
233     <dependency>
234       <groupId>org.opendaylight.sfc</groupId>
235       <artifactId>features-sfc-sb-rest</artifactId>
236       <version>0.1.0-SNAPSHOT</version>
237       <classifier>features</classifier>
238       <type>xml</type>
239     </dependency>
240     <dependency>
241       <groupId>org.opendaylight.sfc</groupId>
242       <artifactId>features-sfclisp</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-sfcofl2</artifactId>
250       <version>0.1.0-SNAPSHOT</version>
251       <classifier>features</classifier>
252       <type>xml</type>
253     </dependency>
254     <dependency>
255       <groupId>org.opendaylight.snbi</groupId>
256       <artifactId>features-snbi</artifactId>
257       <version>${feature.snbi.version}</version>
258       <classifier>features</classifier>
259       <type>xml</type>
260     </dependency>
261     <dependency>
262       <groupId>org.opendaylight.snmp</groupId>
263       <artifactId>features-snmp</artifactId>
264       <version>${snmp.plugin.version}</version>
265       <classifier>features</classifier>
266       <type>xml</type>
267     </dependency>
268     <dependency>
269       <groupId>org.opendaylight.snmp4sdn</groupId>
270       <artifactId>features-snmp4sdn</artifactId>
271       <version>0.2.0-SNAPSHOT</version>
272       <classifier>features</classifier>
273       <type>xml</type>
274     </dependency>
275     <dependency>
276       <groupId>org.opendaylight.tcpmd5</groupId>
277       <artifactId>features-tcpmd5</artifactId>
278       <version>${feature.tcpmd5.version}</version>
279       <classifier>features</classifier>
280       <type>xml</type>
281     </dependency>
282     <dependency>
283       <groupId>org.opendaylight.topoprocessing</groupId>
284       <artifactId>features-topoprocessing</artifactId>
285       <version>${feature.topoprocessing.version}</version>
286       <classifier>features</classifier>
287       <type>xml</type>
288     </dependency>
289     <dependency>
290       <groupId>org.opendaylight.ttp</groupId>
291       <artifactId>features-ttp</artifactId>
292       <version>${feature.ttp.version}</version>
293       <classifier>features</classifier>
294       <type>xml</type>
295     </dependency>
296     <dependency>
297       <groupId>org.opendaylight.usc</groupId>
298       <artifactId>usc-features</artifactId>
299       <version>${feature.usc.version}</version>
300       <classifier>features</classifier>
301       <type>xml</type>
302     </dependency>
303     <dependency>
304       <groupId>org.opendaylight.vtn</groupId>
305       <artifactId>features-vtn-manager</artifactId>
306       <version>${feature.vtn-manager.version}</version>
307       <classifier>features</classifier>
308       <type>xml</type>
309     </dependency>
310     <dependency>
311       <groupId>org.opendaylight.vpnservice</groupId>
312       <artifactId>vpnservice-features</artifactId>
313       <version>${feature.vpnservice.version}</version>
314       <classifier>features</classifier>
315       <type>xml</type>
316     </dependency>
317     <!-- test to validate features.xml -->
318     <dependency>
319       <groupId>org.opendaylight.odlparent</groupId>
320       <artifactId>features-test</artifactId>
321       <version>1.5.0-SNAPSHOT</version>
322     </dependency>
323     <!-- dependency for opendaylight-karaf-empty for use by testing -->
324     <dependency>
325       <groupId>org.opendaylight.controller</groupId>
326       <artifactId>opendaylight-karaf-empty</artifactId>
327       <version>1.5.0-SNAPSHOT</version>
328       <type>zip</type>
329     </dependency>
330    </dependencies>
331    <build>
332       <resources>
333          <resource>
334             <directory>src/main/resources</directory>
335             <filtering>true</filtering>
336          </resource>
337       </resources>
338       <plugins>
339          <plugin>
340             <groupId>org.apache.karaf.tooling</groupId>
341             <artifactId>karaf-maven-plugin</artifactId>
342             <version>${karaf.version}</version>
343             <extensions>true</extensions>
344             <executions>
345                <execution>
346                   <id>features-create-kar</id>
347                   <goals>
348                      <goal>features-create-kar</goal>
349                   </goals>
350                   <configuration>
351                      <featuresFile>${project.build.directory}/classes/${features.file}</featuresFile>
352                   </configuration>
353                </execution>
354             </executions>
355         <!-- There is no useful configuration for the kar mojo. The features-generate-descriptor mojo configuration may be useful -->
356          </plugin>
357          <plugin>
358             <groupId>org.apache.maven.plugins</groupId>
359             <artifactId>maven-resources-plugin</artifactId>
360             <executions>
361                <execution>
362                   <id>filter</id>
363                   <phase>generate-resources</phase>
364                   <goals>
365                      <goal>resources</goal>
366                   </goals>
367                </execution>
368             </executions>
369          </plugin>
370          <plugin>
371             <groupId>org.codehaus.mojo</groupId>
372             <artifactId>build-helper-maven-plugin</artifactId>
373             <executions>
374                <execution>
375                   <id>attach-artifacts</id>
376                   <phase>package</phase>
377                   <goals>
378                      <goal>attach-artifact</goal>
379                   </goals>
380                   <configuration>
381                      <artifacts>
382                         <artifact>
383                            <file>${project.build.directory}/classes/${features.file}</file>
384                            <type>xml</type>
385                            <classifier>features</classifier>
386                         </artifact>
387                      </artifacts>
388                   </configuration>
389                </execution>
390             </executions>
391          </plugin>
392          <plugin>
393             <groupId>org.apache.maven.plugins</groupId>
394             <artifactId>maven-surefire-plugin</artifactId>
395             <version>2.16</version>
396             <configuration>
397               <systemPropertyVariables>
398                 <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
399                 <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
400                 <karaf.distro.version>1.5.0-SNAPSHOT</karaf.distro.version>
401               </systemPropertyVariables>
402               <dependenciesToScan>
403                <dependency>org.opendaylight.odlparent:features-test</dependency>
404               </dependenciesToScan>
405             </configuration>
406           </plugin>
407       </plugins>
408    </build>
409 </project>