8f59eff9278b44fc06a7276a59684f028c777526
[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.2</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-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         <!-- Controller -->
110         <profile>
111             <id>controller</id>
112             <activation>
113                 <activeByDefault>true</activeByDefault>
114             </activation>
115             <dependencies>
116                 <dependency>
117                     <groupId>org.opendaylight.controller</groupId>
118                     <artifactId>features-controller</artifactId>
119                     <classifier>features</classifier>
120                     <type>xml</type>
121                     <!-- FIXME: remove this with controller-2.0.2+ -->
122                     <scope>compile</scope>
123                 </dependency>
124                 <dependency>
125                     <groupId>org.opendaylight.controller</groupId>
126                     <artifactId>features-controller-experimental</artifactId>
127                     <classifier>features</classifier>
128                     <type>xml</type>
129                     <!-- FIXME: remove this with controller-2.0.2+ -->
130                     <scope>compile</scope>
131                 </dependency>
132                 <dependency>
133                     <groupId>org.opendaylight.controller</groupId>
134                     <artifactId>features-controller-testing</artifactId>
135                     <classifier>features</classifier>
136                     <type>xml</type>
137                     <!-- FIXME: remove this with controller-2.0.2+ -->
138                     <scope>compile</scope>
139                 </dependency>
140             </dependencies>
141         </profile>
142         <!-- Daexim -->
143         <profile>
144             <id>daexim</id>
145             <activation>
146                 <activeByDefault>true</activeByDefault>
147             </activation>
148             <dependencies>
149                 <dependency>
150                     <groupId>org.opendaylight.daexim</groupId>
151                     <artifactId>daexim-features</artifactId>
152                     <classifier>features</classifier>
153                     <type>xml</type>
154                 </dependency>
155             </dependencies>
156         </profile>
157         <!-- Genius -->
158         <profile>
159             <id>genius</id>
160             <activation>
161                 <activeByDefault>true</activeByDefault>
162             </activation>
163             <dependencies>
164                 <dependency>
165                     <groupId>org.opendaylight.genius</groupId>
166                     <artifactId>genius-features</artifactId>
167                     <classifier>features</classifier>
168                     <type>xml</type>
169                 </dependency>
170             </dependencies>
171         </profile>
172         <!-- InfraUtils -->
173         <profile>
174             <id>infrautils</id>
175             <activation>
176                 <activeByDefault>true</activeByDefault>
177             </activation>
178             <dependencies>
179                 <dependency>
180                     <groupId>org.opendaylight.infrautils</groupId>
181                     <artifactId>infrautils-features</artifactId>
182                     <classifier>features</classifier>
183                     <type>xml</type>
184                 </dependency>
185             </dependencies>
186         </profile>
187         <!-- jsonrpc -->
188         <profile>
189             <id>jsonrpc</id>
190             <activation>
191                 <activeByDefault>true</activeByDefault>
192             </activation>
193             <dependencies>
194                 <dependency>
195                     <groupId>org.opendaylight.jsonrpc</groupId>
196                     <artifactId>features-jsonrpc</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         <!-- Mdsal -->
218         <profile>
219             <id>mdsal</id>
220             <activation>
221                 <activeByDefault>true</activeByDefault>
222             </activation>
223             <dependencies>
224                 <dependency>
225                     <groupId>org.opendaylight.mdsal</groupId>
226                     <artifactId>features-mdsal</artifactId>
227                     <classifier>features</classifier>
228                     <type>xml</type>
229                 </dependency>
230                 <dependency>
231                     <groupId>org.opendaylight.mdsal</groupId>
232                     <artifactId>features-mdsal-experimental</artifactId>
233                     <classifier>features</classifier>
234                     <type>xml</type>
235                 </dependency>
236             </dependencies>
237         </profile>
238         <!-- Netconf -->
239         <profile>
240             <id>netconf</id>
241             <activation>
242                 <activeByDefault>true</activeByDefault>
243             </activation>
244             <dependencies>
245                 <dependency>
246                     <groupId>org.opendaylight.netconf</groupId>
247                     <artifactId>features-netconf</artifactId>
248                     <classifier>features</classifier>
249                     <type>xml</type>
250                 </dependency>
251                 <dependency>
252                     <groupId>org.opendaylight.netconf</groupId>
253                     <artifactId>features-netconf-connector</artifactId>
254                     <classifier>features</classifier>
255                     <type>xml</type>
256                 </dependency>
257                 <dependency>
258                     <groupId>org.opendaylight.netconf</groupId>
259                     <artifactId>features-restconf</artifactId>
260                     <classifier>features</classifier>
261                     <type>xml</type>
262                 </dependency>
263                 <dependency>
264                     <groupId>org.opendaylight.netconf</groupId>
265                     <artifactId>features-yanglib</artifactId>
266                     <classifier>features</classifier>
267                     <type>xml</type>
268                 </dependency>
269             </dependencies>
270         </profile>
271         <!-- NetVirt -->
272         <profile>
273             <id>netvirt</id>
274             <activation>
275                 <activeByDefault>true</activeByDefault>
276             </activation>
277             <dependencies>
278                 <dependency>
279                     <groupId>org.opendaylight.netvirt</groupId>
280                     <artifactId>netvirt-features</artifactId>
281                     <classifier>features</classifier>
282                     <type>xml</type>
283                 </dependency>
284             </dependencies>
285         </profile>
286         <!-- Neutron Northbound -->
287         <profile>
288             <id>neutron</id>
289             <activation>
290                 <activeByDefault>true</activeByDefault>
291             </activation>
292             <dependencies>
293                 <dependency>
294                     <groupId>org.opendaylight.neutron</groupId>
295                     <artifactId>features-neutron-service</artifactId>
296                     <classifier>features</classifier>
297                     <type>xml</type>
298                 </dependency>
299             </dependencies>
300         </profile>
301         <!-- ODL Parent -->
302         <profile>
303             <id>odlparent</id>
304             <activation>
305                 <activeByDefault>true</activeByDefault>
306             </activation>
307             <dependencies>
308                 <dependency>
309                     <groupId>org.opendaylight.odlparent</groupId>
310                     <artifactId>features-odlparent</artifactId>
311                     <classifier>features</classifier>
312                     <type>xml</type>
313                 </dependency>
314             </dependencies>
315         </profile>
316         <!-- OpenflowPlugin -->
317         <profile>
318             <id>openflowplugin</id>
319             <activation>
320                 <activeByDefault>true</activeByDefault>
321             </activation>
322             <dependencies>
323                 <dependency>
324                     <groupId>org.opendaylight.openflowplugin</groupId>
325                     <artifactId>features-openflowplugin</artifactId>
326                     <classifier>features</classifier>
327                     <type>xml</type>
328                 </dependency>
329                 <dependency>
330                     <groupId>org.opendaylight.openflowplugin</groupId>
331                     <artifactId>features-openflowplugin-extension</artifactId>
332                     <classifier>features</classifier>
333                     <type>xml</type>
334                 </dependency>
335             </dependencies>
336         </profile>
337         <!-- OVSDB -->
338         <profile>
339             <id>ovsdb</id>
340             <activation>
341                 <activeByDefault>true</activeByDefault>
342             </activation>
343             <dependencies>
344                 <dependency>
345                     <groupId>org.opendaylight.ovsdb</groupId>
346                     <artifactId>library-features</artifactId>
347                     <classifier>features</classifier>
348                     <type>xml</type>
349                 </dependency>
350                 <dependency>
351                     <groupId>org.opendaylight.ovsdb</groupId>
352                     <artifactId>hwvtepsouthbound-features</artifactId>
353                     <classifier>features</classifier>
354                     <type>xml</type>
355                 </dependency>
356                 <dependency>
357                     <groupId>org.opendaylight.ovsdb</groupId>
358                     <artifactId>southbound-features</artifactId>
359                     <classifier>features</classifier>
360                     <type>xml</type>
361                 </dependency>
362             </dependencies>
363         </profile>
364         <!-- Serviceutils -->
365         <profile>
366             <id>serviceutils</id>
367             <activation>
368                 <activeByDefault>true</activeByDefault>
369             </activation>
370             <dependencies>
371                 <dependency>
372                     <groupId>org.opendaylight.serviceutils</groupId>
373                     <artifactId>serviceutils-features</artifactId>
374                     <classifier>features</classifier>
375                     <type>xml</type>
376                 </dependency>
377             </dependencies>
378         </profile>
379         <!-- Yangtools -->
380         <profile>
381             <id>yangtools</id>
382             <activation>
383                 <activeByDefault>true</activeByDefault>
384             </activation>
385             <dependencies>
386                 <dependency>
387                     <groupId>org.opendaylight.yangtools</groupId>
388                     <artifactId>features-yangtools</artifactId>
389                     <classifier>features</classifier>
390                     <type>xml</type>
391                 </dependency>
392                 <dependency>
393                     <groupId>org.opendaylight.yangtools</groupId>
394                     <artifactId>features-yangtools-experimental</artifactId>
395                     <classifier>features</classifier>
396                     <type>xml</type>
397                 </dependency>
398             </dependencies>
399         </profile>
400     </profiles>
401 </project>