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