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.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     <dependency>
202       <groupId>org.opendaylight.sfc</groupId>
203       <artifactId>features-sfclisp</artifactId>
204       <version>0.1.0-SNAPSHOT</version>
205       <classifier>features</classifier>
206       <type>xml</type>
207     </dependency>
208     <dependency>
209       <groupId>org.opendaylight.sfc</groupId>
210       <artifactId>features-sfcofl2</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.ovsdb</groupId>
218       <artifactId>features-ovs-sfc</artifactId>
219       <version>0.1.0-SNAPSHOT</version>
220       <classifier>features</classifier>
221       <type>xml</type>
222     </dependency>
223
224     <dependency>
225       <groupId>org.opendaylight.snbi</groupId>
226       <artifactId>features-snbi</artifactId>
227       <version>${feature.snbi.version}</version>
228       <classifier>features</classifier>
229       <type>xml</type>
230     </dependency>
231 <!--
232     <dependency>
233        <groupId>org.opendaylight.packetcable</groupId>
234        <artifactId>features-packetcable</artifactId>
235        <version>${feature.packetcable.version}</version>
236        <classifier>features</classifier>
237        <type>xml</type>
238     </dependency>
239 -->
240     <dependency>
241       <groupId>org.opendaylight.snmp4sdn</groupId>
242       <artifactId>features-snmp4sdn</artifactId>
243       <version>0.2.0-SNAPSHOT</version>
244       <classifier>features</classifier>
245       <type>xml</type>
246     </dependency>
247
248     <dependency>
249       <groupId>org.opendaylight.sdninterfaceapp</groupId>
250       <artifactId>features-sdninterfaceapp</artifactId>
251       <version>1.5.0-SNAPSHOT</version>
252       <classifier>features</classifier>
253       <type>xml</type>
254     </dependency>
255
256     <dependency>
257       <groupId>org.opendaylight.topoprocessing</groupId>
258       <artifactId>features-topoprocessing</artifactId>
259       <version>${feature.topoprocessing.version}</version>
260       <classifier>features</classifier>
261       <type>xml</type>
262     </dependency>
263
264     <dependency>
265       <groupId>org.opendaylight.usc</groupId>
266       <artifactId>usc-features</artifactId>
267       <version>${feature.usc.version}</version>
268       <classifier>features</classifier>
269       <type>xml</type>
270     </dependency>
271
272     <dependency>
273       <groupId>org.opendaylight.capwap</groupId>
274       <artifactId>capwap-features</artifactId>
275       <version>${feature.capwap.version}</version>
276       <classifier>features</classifier>
277       <type>xml</type>
278     </dependency>
279
280     <dependency>
281       <groupId>org.opendaylight.snmp</groupId>
282       <artifactId>features-snmp</artifactId>
283       <version>${snmp.plugin.version}</version>
284       <classifier>features</classifier>
285       <type>xml</type>
286     </dependency>
287
288     <dependency>
289       <groupId>org.opendaylight.didm</groupId>
290       <artifactId>didm-features</artifactId>
291       <version>${didm.version}</version>
292       <classifier>features</classifier>
293       <type>xml</type>
294     </dependency>
295
296     <dependency>
297       <groupId>org.opendaylight.vpnservice</groupId>
298       <artifactId>vpnservice-features</artifactId>
299       <version>${feature.vpnservice.version}</version>
300       <classifier>features</classifier>
301       <type>xml</type>
302     </dependency>
303     <dependency>
304       <groupId>org.opendaylight.lacp</groupId>
305       <artifactId>features-lacp</artifactId>
306       <version>1.0.0-SNAPSHOT</version>
307       <classifier>features</classifier>
308       <type>xml</type>
309     </dependency>
310
311     <!-- test to validate features.xml -->
312     <dependency>
313       <groupId>org.opendaylight.odlparent</groupId>
314       <artifactId>features-test</artifactId>
315       <version>1.5.0-SNAPSHOT</version>
316     </dependency>
317     <!-- dependency for opendaylight-karaf-empty for use by testing -->
318     <dependency>
319       <groupId>org.opendaylight.controller</groupId>
320       <artifactId>opendaylight-karaf-empty</artifactId>
321       <version>1.5.0-SNAPSHOT</version>
322       <type>zip</type>
323     </dependency>
324    </dependencies>
325    <build>
326       <resources>
327          <resource>
328             <directory>src/main/resources</directory>
329             <filtering>true</filtering>
330          </resource>
331       </resources>
332       <plugins>
333          <plugin>
334             <groupId>org.apache.karaf.tooling</groupId>
335             <artifactId>karaf-maven-plugin</artifactId>
336             <version>${karaf.version}</version>
337             <extensions>true</extensions>
338             <executions>
339                <execution>
340                   <id>features-create-kar</id>
341                   <goals>
342                      <goal>features-create-kar</goal>
343                   </goals>
344                   <configuration>
345                      <featuresFile>${project.build.directory}/classes/${features.file}</featuresFile>
346                   </configuration>
347                </execution>
348             </executions>
349         <!-- There is no useful configuration for the kar mojo. The features-generate-descriptor mojo configuration may be useful -->
350          </plugin>
351          <plugin>
352             <groupId>org.apache.maven.plugins</groupId>
353             <artifactId>maven-resources-plugin</artifactId>
354             <executions>
355                <execution>
356                   <id>filter</id>
357                   <phase>generate-resources</phase>
358                   <goals>
359                      <goal>resources</goal>
360                   </goals>
361                </execution>
362             </executions>
363          </plugin>
364          <plugin>
365             <groupId>org.codehaus.mojo</groupId>
366             <artifactId>build-helper-maven-plugin</artifactId>
367             <executions>
368                <execution>
369                   <id>attach-artifacts</id>
370                   <phase>package</phase>
371                   <goals>
372                      <goal>attach-artifact</goal>
373                   </goals>
374                   <configuration>
375                      <artifacts>
376                         <artifact>
377                            <file>${project.build.directory}/classes/${features.file}</file>
378                            <type>xml</type>
379                            <classifier>features</classifier>
380                         </artifact>
381                      </artifacts>
382                   </configuration>
383                </execution>
384             </executions>
385          </plugin>
386          <plugin>
387             <groupId>org.apache.maven.plugins</groupId>
388             <artifactId>maven-surefire-plugin</artifactId>
389             <version>2.16</version>
390             <configuration>
391               <systemPropertyVariables>
392                 <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>
393                 <karaf.distro.artifactId>opendaylight-karaf-empty</karaf.distro.artifactId>
394                 <karaf.distro.version>1.5.0-SNAPSHOT</karaf.distro.version>
395               </systemPropertyVariables>
396               <dependenciesToScan>
397                <dependency>org.opendaylight.odlparent:features-test</dependency>
398               </dependenciesToScan>
399             </configuration>
400           </plugin>
401       </plugins>
402    </build>
403 </project>