4324f37d832c925411126ba88163bfe2836f8295
[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>6.0.1</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>features-index</artifactId>
20     <version>0.12.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-bgp</artifactId>
80                     <classifier>features</classifier>
81                     <type>xml</type>
82                 </dependency>
83                 <dependency>
84                     <groupId>org.opendaylight.bgpcep</groupId>
85                     <artifactId>features-bmp</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-pcep</artifactId>
98                     <classifier>features</classifier>
99                     <type>xml</type>
100                 </dependency>
101                 <dependency>
102                     <groupId>org.opendaylight.bgpcep</groupId>
103                     <artifactId>features-rsvp</artifactId>
104                     <classifier>features</classifier>
105                     <type>xml</type>
106                 </dependency>
107             </dependencies>
108         </profile>
109         <!-- COE -->
110         <profile>
111             <id>coe</id>
112             <activation>
113                 <activeByDefault>true</activeByDefault>
114             </activation>
115             <dependencies>
116                 <dependency>
117                     <groupId>org.opendaylight.coe</groupId>
118                     <artifactId>features-coe</artifactId>
119                     <classifier>features</classifier>
120                     <type>xml</type>
121                 </dependency>
122             </dependencies>
123         </profile>
124         <!-- Controller -->
125         <profile>
126             <id>controller</id>
127             <activation>
128                 <activeByDefault>true</activeByDefault>
129             </activation>
130             <dependencies>
131                 <dependency>
132                     <groupId>org.opendaylight.controller</groupId>
133                     <artifactId>features-extras</artifactId>
134                     <classifier>features</classifier>
135                     <type>xml</type>
136                 </dependency>
137                 <dependency>
138                     <groupId>org.opendaylight.controller</groupId>
139                     <artifactId>features-mdsal</artifactId>
140                     <classifier>features</classifier>
141                     <type>xml</type>
142                 </dependency>
143                 <dependency>
144                     <groupId>org.opendaylight.controller</groupId>
145                     <artifactId>features-mdsal-benchmark</artifactId>
146                     <classifier>features</classifier>
147                     <type>xml</type>
148                 </dependency>
149                 <dependency>
150                     <groupId>org.opendaylight.controller</groupId>
151                     <artifactId>features-mdsal-trace</artifactId>
152                     <classifier>features</classifier>
153                     <type>xml</type>
154                 </dependency>
155             </dependencies>
156         </profile>
157         <!-- Daexim -->
158         <profile>
159             <id>daexim</id>
160             <activation>
161                 <activeByDefault>true</activeByDefault>
162             </activation>
163             <dependencies>
164                 <dependency>
165                     <groupId>org.opendaylight.daexim</groupId>
166                     <artifactId>daexim-features</artifactId>
167                     <classifier>features</classifier>
168                     <type>xml</type>
169                 </dependency>
170             </dependencies>
171         </profile>
172         <!-- Genius -->
173         <profile>
174             <id>genius</id>
175             <activation>
176                 <activeByDefault>true</activeByDefault>
177             </activation>
178             <dependencies>
179                 <dependency>
180                     <groupId>org.opendaylight.genius</groupId>
181                     <artifactId>genius-features</artifactId>
182                     <classifier>features</classifier>
183                     <type>xml</type>
184                 </dependency>
185             </dependencies>
186         </profile>
187         <!-- InfraUtils -->
188         <profile>
189             <id>infrautils</id>
190             <activation>
191                 <activeByDefault>true</activeByDefault>
192             </activation>
193             <dependencies>
194                 <dependency>
195                     <groupId>org.opendaylight.infrautils</groupId>
196                     <artifactId>infrautils-features</artifactId>
197                     <classifier>features</classifier>
198                     <type>xml</type>
199                 </dependency>
200             </dependencies>
201         </profile>
202         <!-- LISP Flow Mapping -->
203         <profile>
204             <id>lispflowmapping</id>
205             <activation>
206                 <activeByDefault>true</activeByDefault>
207             </activation>
208             <dependencies>
209                 <dependency>
210                     <groupId>org.opendaylight.lispflowmapping</groupId>
211                     <artifactId>features-lispflowmapping</artifactId>
212                     <classifier>features</classifier>
213                     <type>xml</type>
214                 </dependency>
215             </dependencies>
216         </profile>
217         <!-- FIXME: Add Mdsal -->
218         <!-- Netconf -->
219         <profile>
220             <id>netconf</id>
221             <activation>
222                 <activeByDefault>true</activeByDefault>
223             </activation>
224             <dependencies>
225                 <dependency>
226                     <groupId>org.opendaylight.netconf</groupId>
227                     <artifactId>features-netconf</artifactId>
228                     <classifier>features</classifier>
229                     <type>xml</type>
230                 </dependency>
231                 <dependency>
232                     <groupId>org.opendaylight.netconf</groupId>
233                     <artifactId>features-netconf-connector</artifactId>
234                     <classifier>features</classifier>
235                     <type>xml</type>
236                 </dependency>
237                 <dependency>
238                     <groupId>org.opendaylight.netconf</groupId>
239                     <artifactId>features-restconf</artifactId>
240                     <classifier>features</classifier>
241                     <type>xml</type>
242                 </dependency>
243                 <dependency>
244                     <groupId>org.opendaylight.netconf</groupId>
245                     <artifactId>features-yanglib</artifactId>
246                     <classifier>features</classifier>
247                     <type>xml</type>
248                 </dependency>
249             </dependencies>
250         </profile>
251         <!-- NetVirt -->
252         <profile>
253             <id>netvirt</id>
254             <activation>
255                 <activeByDefault>true</activeByDefault>
256             </activation>
257             <dependencies>
258                 <dependency>
259                     <groupId>org.opendaylight.netvirt</groupId>
260                     <artifactId>netvirt-features</artifactId>
261                     <classifier>features</classifier>
262                     <type>xml</type>
263                 </dependency>
264             </dependencies>
265         </profile>
266         <!-- Neutron Northbound -->
267         <profile>
268             <id>neutron</id>
269             <activation>
270                 <activeByDefault>true</activeByDefault>
271             </activation>
272             <dependencies>
273                 <dependency>
274                     <groupId>org.opendaylight.neutron</groupId>
275                     <artifactId>features-neutron-service</artifactId>
276                     <classifier>features</classifier>
277                     <type>xml</type>
278                 </dependency>
279             </dependencies>
280         </profile>
281         <!-- ODL Parent -->
282         <profile>
283             <id>odlparent</id>
284             <activation>
285                 <activeByDefault>true</activeByDefault>
286             </activation>
287             <dependencies>
288                 <dependency>
289                     <groupId>org.opendaylight.odlparent</groupId>
290                     <artifactId>features-odlparent</artifactId>
291                     <classifier>features</classifier>
292                     <type>xml</type>
293                 </dependency>
294             </dependencies>
295         </profile>
296         <!-- OpenflowPlugin -->
297         <profile>
298             <id>openflowplugin</id>
299             <activation>
300                 <activeByDefault>true</activeByDefault>
301             </activation>
302             <dependencies>
303                 <dependency>
304                     <groupId>org.opendaylight.openflowplugin</groupId>
305                     <artifactId>features-openflowplugin</artifactId>
306                     <classifier>features</classifier>
307                     <type>xml</type>
308                 </dependency>
309                 <dependency>
310                     <groupId>org.opendaylight.openflowplugin</groupId>
311                     <artifactId>features-openflowplugin-extension</artifactId>
312                     <classifier>features</classifier>
313                     <type>xml</type>
314                 </dependency>
315             </dependencies>
316         </profile>
317         <!-- OVSDB -->
318         <profile>
319             <id>ovsdb</id>
320             <activation>
321                 <activeByDefault>true</activeByDefault>
322             </activation>
323             <dependencies>
324                 <dependency>
325                     <groupId>org.opendaylight.ovsdb</groupId>
326                     <artifactId>library-features</artifactId>
327                     <classifier>features</classifier>
328                     <type>xml</type>
329                 </dependency>
330                 <dependency>
331                     <groupId>org.opendaylight.ovsdb</groupId>
332                     <artifactId>hwvtepsouthbound-features</artifactId>
333                     <classifier>features</classifier>
334                     <type>xml</type>
335                 </dependency>
336                 <dependency>
337                     <groupId>org.opendaylight.ovsdb</groupId>
338                     <artifactId>southbound-features</artifactId>
339                     <classifier>features</classifier>
340                     <type>xml</type>
341                 </dependency>
342             </dependencies>
343         </profile>
344         <!-- Serviceutils -->
345         <profile>
346             <id>serviceutils</id>
347             <activation>
348                 <activeByDefault>true</activeByDefault>
349             </activation>
350             <dependencies>
351                 <dependency>
352                     <groupId>org.opendaylight.serviceutils</groupId>
353                     <artifactId>serviceutils-features</artifactId>
354                     <classifier>features</classifier>
355                     <type>xml</type>
356                 </dependency>
357             </dependencies>
358         </profile>
359         <!-- SFC -->
360         <profile>
361             <id>sfc</id>
362             <activation>
363                 <activeByDefault>true</activeByDefault>
364             </activation>
365             <dependencies>
366                 <dependency>
367                     <groupId>org.opendaylight.sfc</groupId>
368                     <artifactId>features4-sfc</artifactId>
369                     <classifier>features</classifier>
370                     <type>xml</type>
371                 </dependency>
372             </dependencies>
373         </profile>
374         <!-- FIXME: Add Yangtools -->
375     </profiles>
376 </project>