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