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