51b074c539f66945920b87a64c1340d0be2e7436
[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"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>feature-repo-parent</artifactId>
17         <version>3.0.2</version>
18         <relativePath/>
19     </parent>
20     <groupId>org.opendaylight.integration</groupId>
21     <artifactId>features-index</artifactId>
22     <version>0.9.0-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <!-- <name> formatting is used by autorelease to parse and notify projects on
25          build failure. Please do not modify this unless you have a good reason. -->
26     <name>ODL :: integration :: ${project.artifactId}</name>
27     <description>Aggregate repository of all ODL repositories with user-facing features.</description>
28     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
29     <licenses>
30         <license>
31             <name>Eclipse Public License v1.0</name>
32             <url>http://www.eclipse.org/legal/epl-v10.html</url>
33         </license>
34     </licenses>
35     <!-- FIXME: Add developers section -->
36     <scm>
37         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
38         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
39         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=features/repos/index;hb=HEAD</url>
40         <tag>HEAD</tag>
41     </scm>
42     <dependencyManagement>
43         <dependencies>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>all-artifacts</artifactId>
47                 <version>${project.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51         </dependencies>
52     </dependencyManagement>
53
54     <!-- Override odlparent default to get the speed improvements in feature generation
55          FIXME: remove this once odlparent ships 4.1.5+ -->
56     <build>
57         <pluginManagement>
58             <plugins>
59                 <plugin>
60                     <groupId>org.apache.karaf.tooling</groupId>
61                     <artifactId>karaf-maven-plugin</artifactId>
62                     <version>4.1.5</version>
63                 </plugin>
64             </plugins>
65         </pluginManagement>
66     </build>
67
68     <!-- User facing single features. Alphabetical order -->
69     <!-- FIXME: How to explain to feature-repo-parent it shall not list single features from repo dependencies? -->
70     <profiles>
71         <!-- AAA -->
72         <profile>
73             <id>aaa</id>
74             <activation>
75                 <activeByDefault>true</activeByDefault>
76             </activation>
77             <dependencies>
78                 <dependency>
79                     <groupId>org.opendaylight.aaa</groupId>
80                     <artifactId>features-aaa</artifactId>
81                     <classifier>features</classifier>
82                     <type>xml</type>
83                 </dependency>
84             </dependencies>
85         </profile>
86         <!-- BGPCEP -->
87         <profile>
88             <id>bgpcep</id>
89             <activation>
90                 <activeByDefault>true</activeByDefault>
91             </activation>
92             <dependencies>
93                 <dependency>
94                     <groupId>org.opendaylight.bgpcep</groupId>
95                     <artifactId>features-bgp</artifactId>
96                     <classifier>features</classifier>
97                     <type>xml</type>
98                 </dependency>
99                 <dependency>
100                     <groupId>org.opendaylight.bgpcep</groupId>
101                     <artifactId>features-bmp</artifactId>
102                     <classifier>features</classifier>
103                     <type>xml</type>
104                 </dependency>
105                 <dependency>
106                     <groupId>org.opendaylight.bgpcep</groupId>
107                     <artifactId>features-bgpcep-extras</artifactId>
108                     <classifier>features</classifier>
109                     <type>xml</type>
110                 </dependency>
111                 <dependency>
112                     <groupId>org.opendaylight.bgpcep</groupId>
113                     <artifactId>features-pcep</artifactId>
114                     <classifier>features</classifier>
115                     <type>xml</type>
116                 </dependency>
117                 <dependency>
118                     <groupId>org.opendaylight.bgpcep</groupId>
119                     <artifactId>features-rsvp</artifactId>
120                     <classifier>features</classifier>
121                     <type>xml</type>
122                 </dependency>
123             </dependencies>
124         </profile>
125         <!-- COE -->
126         <profile>
127             <id>coe</id>
128             <activation>
129                 <activeByDefault>true</activeByDefault>
130             </activation>
131             <dependencies>
132                 <dependency>
133                     <groupId>org.opendaylight.coe</groupId>
134                     <artifactId>features-coe</artifactId>
135                     <classifier>features</classifier>
136                     <type>xml</type>
137                 </dependency>
138             </dependencies>
139         </profile>
140         <!-- Controller -->
141         <profile>
142             <id>controller</id>
143             <activation>
144                 <activeByDefault>true</activeByDefault>
145             </activation>
146             <dependencies>
147                 <dependency>
148                     <groupId>org.opendaylight.controller</groupId>
149                     <artifactId>features-extras</artifactId>
150                     <classifier>features</classifier>
151                     <type>xml</type>
152                 </dependency>
153                 <dependency>
154                     <groupId>org.opendaylight.controller</groupId>
155                     <artifactId>features-mdsal</artifactId>
156                     <classifier>features</classifier>
157                     <type>xml</type>
158                 </dependency>
159                 <dependency>
160                     <groupId>org.opendaylight.controller</groupId>
161                     <artifactId>features-mdsal-benchmark</artifactId>
162                     <classifier>features</classifier>
163                     <type>xml</type>
164                 </dependency>
165                 <dependency>
166                     <groupId>org.opendaylight.controller</groupId>
167                     <artifactId>features-mdsal-trace</artifactId>
168                     <classifier>features</classifier>
169                     <type>xml</type>
170                 </dependency>
171             </dependencies>
172         </profile>
173         <!-- Daexim -->
174         <profile>
175             <id>daexim</id>
176             <activation>
177                 <activeByDefault>true</activeByDefault>
178             </activation>
179             <dependencies>
180                 <dependency>
181                     <groupId>org.opendaylight.daexim</groupId>
182                     <artifactId>daexim-features</artifactId>
183                     <classifier>features</classifier>
184                     <type>xml</type>
185                 </dependency>
186             </dependencies>
187         </profile>
188         <!-- Genius -->
189         <profile>
190             <id>genius</id>
191             <activation>
192                 <activeByDefault>true</activeByDefault>
193             </activation>
194             <dependencies>
195                 <dependency>
196                     <groupId>org.opendaylight.genius</groupId>
197                     <artifactId>genius-features</artifactId>
198                     <classifier>features</classifier>
199                     <type>xml</type>
200                 </dependency>
201             </dependencies>
202         </profile>
203         <!-- InfraUtils -->
204         <profile>
205             <id>infrautils</id>
206             <activation>
207                 <activeByDefault>true</activeByDefault>
208             </activation>
209             <dependencies>
210                 <dependency>
211                     <groupId>org.opendaylight.infrautils</groupId>
212                     <artifactId>infrautils-features</artifactId>
213                     <classifier>features</classifier>
214                     <type>xml</type>
215                 </dependency>
216             </dependencies>
217         </profile>
218         <!-- LISP Flow Mapping -->
219         <profile>
220             <id>lispflowmapping</id>
221             <activation>
222                 <activeByDefault>true</activeByDefault>
223             </activation>
224             <dependencies>
225                 <dependency>
226                     <groupId>org.opendaylight.lispflowmapping</groupId>
227                     <artifactId>features-lispflowmapping</artifactId>
228                     <classifier>features</classifier>
229                     <type>xml</type>
230                 </dependency>
231             </dependencies>
232         </profile>
233         <!-- FIXME: Add Mdsal -->
234         <!-- Netconf -->
235         <profile>
236             <id>netconf</id>
237             <activation>
238                 <activeByDefault>true</activeByDefault>
239             </activation>
240             <dependencies>
241                 <dependency>
242                     <groupId>org.opendaylight.netconf</groupId>
243                     <artifactId>features-netconf</artifactId>
244                     <classifier>features</classifier>
245                     <type>xml</type>
246                 </dependency>
247                 <dependency>
248                     <groupId>org.opendaylight.netconf</groupId>
249                     <artifactId>features-netconf-connector</artifactId>
250                     <classifier>features</classifier>
251                     <type>xml</type>
252                 </dependency>
253                 <dependency>
254                     <groupId>org.opendaylight.netconf</groupId>
255                     <artifactId>features-restconf</artifactId>
256                     <classifier>features</classifier>
257                     <type>xml</type>
258                 </dependency>
259                 <dependency>
260                     <groupId>org.opendaylight.netconf</groupId>
261                     <artifactId>features-yanglib</artifactId>
262                     <classifier>features</classifier>
263                     <type>xml</type>
264                 </dependency>
265             </dependencies>
266         </profile>
267         <!-- NetVirt -->
268         <profile>
269             <id>netvirt</id>
270             <activation>
271                 <activeByDefault>true</activeByDefault>
272             </activation>
273             <dependencies>
274                 <dependency>
275                     <groupId>org.opendaylight.netvirt</groupId>
276                     <artifactId>netvirt-features</artifactId>
277                     <classifier>features</classifier>
278                     <type>xml</type>
279                 </dependency>
280             </dependencies>
281         </profile>
282         <!-- Neutron Northbound -->
283         <profile>
284             <id>neutron</id>
285             <activation>
286                 <activeByDefault>true</activeByDefault>
287             </activation>
288             <dependencies>
289                 <dependency>
290                     <groupId>org.opendaylight.neutron</groupId>
291                     <artifactId>features-neutron-service</artifactId>
292                     <classifier>features</classifier>
293                     <type>xml</type>
294                 </dependency>
295             </dependencies>
296         </profile>
297         <!-- ODL Parent -->
298         <profile>
299             <id>odlparent</id>
300             <activation>
301                 <activeByDefault>true</activeByDefault>
302             </activation>
303             <dependencies>
304                 <dependency>
305                     <groupId>org.opendaylight.odlparent</groupId>
306                     <artifactId>features-akka</artifactId>
307                     <classifier>features</classifier>
308                     <type>xml</type>
309                 </dependency>
310                 <dependency>
311                     <groupId>org.opendaylight.odlparent</groupId>
312                     <artifactId>features-odlparent</artifactId>
313                     <classifier>features</classifier>
314                     <type>xml</type>
315                 </dependency>
316             </dependencies>
317         </profile>
318         <!-- OpenflowPlugin -->
319         <profile>
320             <id>openflowplugin</id>
321             <activation>
322                 <activeByDefault>true</activeByDefault>
323             </activation>
324             <dependencies>
325                 <dependency>
326                     <groupId>org.opendaylight.openflowplugin</groupId>
327                     <artifactId>features-openflowplugin</artifactId>
328                     <classifier>features</classifier>
329                     <type>xml</type>
330                 </dependency>
331                 <dependency>
332                     <groupId>org.opendaylight.openflowplugin</groupId>
333                     <artifactId>features-openflowplugin-extension</artifactId>
334                     <classifier>features</classifier>
335                     <type>xml</type>
336                 </dependency>
337             </dependencies>
338         </profile>
339         <!-- OVSDB -->
340         <profile>
341             <id>ovsdb</id>
342             <activation>
343                 <activeByDefault>true</activeByDefault>
344             </activation>
345             <dependencies>
346                 <dependency>
347                     <groupId>org.opendaylight.ovsdb</groupId>
348                     <artifactId>library-features</artifactId>
349                     <classifier>features</classifier>
350                     <type>xml</type>
351                 </dependency>
352                 <dependency>
353                     <groupId>org.opendaylight.ovsdb</groupId>
354                     <artifactId>hwvtepsouthbound-features</artifactId>
355                     <classifier>features</classifier>
356                     <type>xml</type>
357                 </dependency>
358                 <dependency>
359                     <groupId>org.opendaylight.ovsdb</groupId>
360                     <artifactId>southbound-features</artifactId>
361                     <classifier>features</classifier>
362                     <type>xml</type>
363                 </dependency>
364             </dependencies>
365         </profile>
366         <!-- SFC -->
367         <profile>
368             <id>sfc</id>
369             <activation>
370                 <activeByDefault>true</activeByDefault>
371             </activation>
372             <dependencies>
373                 <dependency>
374                     <groupId>org.opendaylight.sfc</groupId>
375                     <artifactId>features4-sfc</artifactId>
376                     <classifier>features</classifier>
377                     <type>xml</type>
378                 </dependency>
379             </dependencies>
380         </profile>
381         <!-- FIXME: Add Yangtools -->
382     </profiles>
383 </project>