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