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