793c7c243498116cc7b73c54f6dfadf71d57bbe5
[integration/distribution.git] / features / repos / index / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2017 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>feature-repo-parent</artifactId>
15         <version>7.0.3</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>features-index</artifactId>
20     <version>0.13.0-SNAPSHOT</version>
21     <packaging>feature</packaging>
22     <!-- <name> formatting is used by autorelease to parse and notify projects on
23          build failure. Please do not modify this unless you have a good reason. -->
24     <name>ODL :: integration :: ${project.artifactId}</name>
25     <description>Aggregate repository of all ODL repositories with user-facing features.</description>
26     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
27     <licenses>
28         <license>
29             <name>Eclipse Public License v1.0</name>
30             <url>http://www.eclipse.org/legal/epl-v10.html</url>
31         </license>
32     </licenses>
33     <!-- FIXME: Add developers section -->
34     <scm>
35         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
36         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
37         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/repos/index;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <dependencyManagement>
41         <dependencies>
42             <dependency>
43                 <groupId>${project.groupId}</groupId>
44                 <artifactId>all-artifacts</artifactId>
45                 <version>${project.version}</version>
46                 <scope>import</scope>
47                 <type>pom</type>
48             </dependency>
49         </dependencies>
50     </dependencyManagement>
51
52     <!-- User facing single features. Alphabetical order -->
53     <!-- FIXME: How to explain to feature-repo-parent it shall not list single features from repo dependencies? -->
54     <profiles>
55         <!-- AAA -->
56         <profile>
57             <id>aaa</id>
58             <activation>
59                 <activeByDefault>true</activeByDefault>
60             </activation>
61             <dependencies>
62                 <dependency>
63                     <groupId>org.opendaylight.aaa</groupId>
64                     <artifactId>features-aaa</artifactId>
65                     <classifier>features</classifier>
66                     <type>xml</type>
67                 </dependency>
68             </dependencies>
69         </profile>
70         <!-- BGPCEP -->
71         <profile>
72             <id>bgpcep</id>
73             <activation>
74                 <activeByDefault>true</activeByDefault>
75             </activation>
76             <dependencies>
77                 <dependency>
78                     <groupId>org.opendaylight.bgpcep</groupId>
79                     <artifactId>features-algo</artifactId>
80                     <classifier>features</classifier>
81                     <type>xml</type>
82                 </dependency>
83                 <dependency>
84                     <groupId>org.opendaylight.bgpcep</groupId>
85                     <artifactId>features-bgp</artifactId>
86                     <classifier>features</classifier>
87                     <type>xml</type>
88                 </dependency>
89                 <dependency>
90                     <groupId>org.opendaylight.bgpcep</groupId>
91                     <artifactId>features-bgpcep-extras</artifactId>
92                     <classifier>features</classifier>
93                     <type>xml</type>
94                 </dependency>
95                 <dependency>
96                     <groupId>org.opendaylight.bgpcep</groupId>
97                     <artifactId>features-bmp</artifactId>
98                     <classifier>features</classifier>
99                     <type>xml</type>
100                 </dependency>
101                 <dependency>
102                     <groupId>org.opendaylight.bgpcep</groupId>
103                     <artifactId>features-graph</artifactId>
104                     <classifier>features</classifier>
105                     <type>xml</type>
106                 </dependency>
107                 <dependency>
108                     <groupId>org.opendaylight.bgpcep</groupId>
109                     <artifactId>features-pcep</artifactId>
110                     <classifier>features</classifier>
111                     <type>xml</type>
112                 </dependency>
113                 <dependency>
114                     <groupId>org.opendaylight.bgpcep</groupId>
115                     <artifactId>features-rsvp</artifactId>
116                     <classifier>features</classifier>
117                     <type>xml</type>
118                 </dependency>
119             </dependencies>
120         </profile>
121         <!-- Controller -->
122         <profile>
123             <id>controller</id>
124             <activation>
125                 <activeByDefault>true</activeByDefault>
126             </activation>
127             <dependencies>
128                 <dependency>
129                     <groupId>org.opendaylight.controller</groupId>
130                     <artifactId>features-controller</artifactId>
131                     <classifier>features</classifier>
132                     <type>xml</type>
133                 </dependency>
134                 <dependency>
135                     <groupId>org.opendaylight.controller</groupId>
136                     <artifactId>features-controller-experimental</artifactId>
137                     <classifier>features</classifier>
138                     <type>xml</type>
139                 </dependency>
140                 <dependency>
141                     <groupId>org.opendaylight.controller</groupId>
142                     <artifactId>features-controller-testing</artifactId>
143                     <classifier>features</classifier>
144                     <type>xml</type>
145                 </dependency>
146             </dependencies>
147         </profile>
148         <!-- Daexim -->
149         <profile>
150             <id>daexim</id>
151             <activation>
152                 <activeByDefault>true</activeByDefault>
153             </activation>
154             <dependencies>
155                 <dependency>
156                     <groupId>org.opendaylight.daexim</groupId>
157                     <artifactId>daexim-features</artifactId>
158                     <classifier>features</classifier>
159                     <type>xml</type>
160                 </dependency>
161             </dependencies>
162         </profile>
163         <!-- Genius -->
164         <profile>
165             <id>genius</id>
166             <activation>
167                 <activeByDefault>true</activeByDefault>
168             </activation>
169             <dependencies>
170                 <dependency>
171                     <groupId>org.opendaylight.genius</groupId>
172                     <artifactId>genius-features</artifactId>
173                     <classifier>features</classifier>
174                     <type>xml</type>
175                 </dependency>
176             </dependencies>
177         </profile>
178         <!-- InfraUtils -->
179         <profile>
180             <id>infrautils</id>
181             <activation>
182                 <activeByDefault>true</activeByDefault>
183             </activation>
184             <dependencies>
185                 <dependency>
186                     <groupId>org.opendaylight.infrautils</groupId>
187                     <artifactId>infrautils-features</artifactId>
188                     <classifier>features</classifier>
189                     <type>xml</type>
190                 </dependency>
191             </dependencies>
192         </profile>
193         <!-- jsonrpc -->
194         <profile>
195             <id>jsonrpc</id>
196             <activation>
197                 <activeByDefault>true</activeByDefault>
198             </activation>
199             <dependencies>
200                 <dependency>
201                     <groupId>org.opendaylight.jsonrpc</groupId>
202                     <artifactId>features-jsonrpc</artifactId>
203                     <classifier>features</classifier>
204                     <type>xml</type>
205                 </dependency>
206             </dependencies>
207         </profile>
208         <!-- LISP Flow Mapping -->
209         <profile>
210             <id>lispflowmapping</id>
211             <activation>
212                 <activeByDefault>true</activeByDefault>
213             </activation>
214             <dependencies>
215                 <dependency>
216                     <groupId>org.opendaylight.lispflowmapping</groupId>
217                     <artifactId>features-lispflowmapping</artifactId>
218                     <classifier>features</classifier>
219                     <type>xml</type>
220                 </dependency>
221             </dependencies>
222         </profile>
223         <!-- Mdsal -->
224         <profile>
225             <id>mdsal</id>
226             <activation>
227                 <activeByDefault>true</activeByDefault>
228             </activation>
229             <dependencies>
230                 <dependency>
231                     <groupId>org.opendaylight.mdsal</groupId>
232                     <artifactId>features-mdsal</artifactId>
233                     <classifier>features</classifier>
234                     <type>xml</type>
235                 </dependency>
236                 <dependency>
237                     <groupId>org.opendaylight.mdsal</groupId>
238                     <artifactId>features-mdsal-experimental</artifactId>
239                     <classifier>features</classifier>
240                     <type>xml</type>
241                 </dependency>
242             </dependencies>
243         </profile>
244         <!-- Netconf -->
245         <profile>
246             <id>netconf</id>
247             <activation>
248                 <activeByDefault>true</activeByDefault>
249             </activation>
250             <dependencies>
251                 <dependency>
252                     <groupId>org.opendaylight.netconf</groupId>
253                     <artifactId>features-netconf</artifactId>
254                     <classifier>features</classifier>
255                     <type>xml</type>
256                 </dependency>
257                 <dependency>
258                     <groupId>org.opendaylight.netconf</groupId>
259                     <artifactId>features-netconf-connector</artifactId>
260                     <classifier>features</classifier>
261                     <type>xml</type>
262                 </dependency>
263                 <dependency>
264                     <groupId>org.opendaylight.netconf</groupId>
265                     <artifactId>features-restconf</artifactId>
266                     <classifier>features</classifier>
267                     <type>xml</type>
268                 </dependency>
269                 <dependency>
270                     <groupId>org.opendaylight.netconf</groupId>
271                     <artifactId>features-yanglib</artifactId>
272                     <classifier>features</classifier>
273                     <type>xml</type>
274                 </dependency>
275             </dependencies>
276         </profile>
277         <!-- NetVirt -->
278         <profile>
279             <id>netvirt</id>
280             <activation>
281                 <activeByDefault>true</activeByDefault>
282             </activation>
283             <dependencies>
284                 <dependency>
285                     <groupId>org.opendaylight.netvirt</groupId>
286                     <artifactId>netvirt-features</artifactId>
287                     <classifier>features</classifier>
288                     <type>xml</type>
289                 </dependency>
290             </dependencies>
291         </profile>
292         <!-- Neutron Northbound -->
293         <profile>
294             <id>neutron</id>
295             <activation>
296                 <activeByDefault>true</activeByDefault>
297             </activation>
298             <dependencies>
299                 <dependency>
300                     <groupId>org.opendaylight.neutron</groupId>
301                     <artifactId>features-neutron-service</artifactId>
302                     <classifier>features</classifier>
303                     <type>xml</type>
304                 </dependency>
305             </dependencies>
306         </profile>
307         <!-- ODL Parent -->
308         <profile>
309             <id>odlparent</id>
310             <activation>
311                 <activeByDefault>true</activeByDefault>
312             </activation>
313             <dependencies>
314                 <dependency>
315                     <groupId>org.opendaylight.odlparent</groupId>
316                     <artifactId>features-odlparent</artifactId>
317                     <classifier>features</classifier>
318                     <type>xml</type>
319                 </dependency>
320             </dependencies>
321         </profile>
322         <!-- OpenflowPlugin -->
323         <profile>
324             <id>openflowplugin</id>
325             <activation>
326                 <activeByDefault>true</activeByDefault>
327             </activation>
328             <dependencies>
329                 <dependency>
330                     <groupId>org.opendaylight.openflowplugin</groupId>
331                     <artifactId>features-openflowplugin</artifactId>
332                     <classifier>features</classifier>
333                     <type>xml</type>
334                 </dependency>
335                 <dependency>
336                     <groupId>org.opendaylight.openflowplugin</groupId>
337                     <artifactId>features-openflowplugin-extension</artifactId>
338                     <classifier>features</classifier>
339                     <type>xml</type>
340                 </dependency>
341             </dependencies>
342         </profile>
343         <!-- OVSDB -->
344         <profile>
345             <id>ovsdb</id>
346             <activation>
347                 <activeByDefault>true</activeByDefault>
348             </activation>
349             <dependencies>
350                 <dependency>
351                     <groupId>org.opendaylight.ovsdb</groupId>
352                     <artifactId>library-features</artifactId>
353                     <classifier>features</classifier>
354                     <type>xml</type>
355                 </dependency>
356                 <dependency>
357                     <groupId>org.opendaylight.ovsdb</groupId>
358                     <artifactId>hwvtepsouthbound-features</artifactId>
359                     <classifier>features</classifier>
360                     <type>xml</type>
361                 </dependency>
362                 <dependency>
363                     <groupId>org.opendaylight.ovsdb</groupId>
364                     <artifactId>southbound-features</artifactId>
365                     <classifier>features</classifier>
366                     <type>xml</type>
367                 </dependency>
368             </dependencies>
369         </profile>
370         <!-- Serviceutils -->
371         <profile>
372             <id>serviceutils</id>
373             <activation>
374                 <activeByDefault>true</activeByDefault>
375             </activation>
376             <dependencies>
377                 <dependency>
378                     <groupId>org.opendaylight.serviceutils</groupId>
379                     <artifactId>serviceutils-features</artifactId>
380                     <classifier>features</classifier>
381                     <type>xml</type>
382                 </dependency>
383             </dependencies>
384         </profile>
385         <!-- Yangtools -->
386         <profile>
387             <id>yangtools</id>
388             <activation>
389                 <activeByDefault>true</activeByDefault>
390             </activation>
391             <dependencies>
392                 <dependency>
393                     <groupId>org.opendaylight.yangtools</groupId>
394                     <artifactId>features-yangtools</artifactId>
395                     <classifier>features</classifier>
396                     <type>xml</type>
397                 </dependency>
398                 <dependency>
399                     <groupId>org.opendaylight.yangtools</groupId>
400                     <artifactId>features-yangtools-experimental</artifactId>
401                     <classifier>features</classifier>
402                     <type>xml</type>
403                 </dependency>
404             </dependencies>
405         </profile>
406     </profiles>
407 </project>