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