9dbb8882889df93bb19e3409cb225093524cfc82
[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.8.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     <!-- User facing single features. Alphabetical order -->
54     <!-- FIXME: How to explain to feature-repo-parent it shall not list single features from repo dependencies? -->
55     <profiles>
56         <!-- AAA -->
57         <profile>
58             <id>aaa</id>
59             <activation>
60                 <activeByDefault>true</activeByDefault>
61             </activation>
62             <dependencies>
63                 <dependency>
64                     <groupId>org.opendaylight.aaa</groupId>
65                     <artifactId>features-aaa</artifactId>
66                     <classifier>features</classifier>
67                     <type>xml</type>
68                 </dependency>
69             </dependencies>
70         </profile>
71         <!-- ALTO -->
72         <profile>
73             <id>alto</id>
74             <activation>
75                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
76                 <activeByDefault>false</activeByDefault>
77             </activation>
78             <dependencies>
79                 <dependency>
80                     <groupId>org.opendaylight.alto</groupId>
81                     <artifactId>features4-alto</artifactId>
82                     <classifier>features</classifier>
83                     <type>xml</type>
84                 </dependency>
85             </dependencies>
86         </profile>
87         <!-- BGPCEP -->
88         <profile>
89             <id>bgpcep</id>
90             <activation>
91                 <activeByDefault>true</activeByDefault>
92             </activation>
93             <dependencies>
94                 <dependency>
95                     <groupId>org.opendaylight.bgpcep</groupId>
96                     <artifactId>features-bgp</artifactId>
97                     <classifier>features</classifier>
98                     <type>xml</type>
99                 </dependency>
100                 <dependency>
101                     <groupId>org.opendaylight.bgpcep</groupId>
102                     <artifactId>features-bmp</artifactId>
103                     <classifier>features</classifier>
104                     <type>xml</type>
105                 </dependency>
106                 <dependency>
107                     <groupId>org.opendaylight.bgpcep</groupId>
108                     <artifactId>features-bgpcep-extras</artifactId>
109                     <classifier>features</classifier>
110                     <type>xml</type>
111                 </dependency>
112                 <dependency>
113                     <groupId>org.opendaylight.bgpcep</groupId>
114                     <artifactId>features-pcep</artifactId>
115                     <classifier>features</classifier>
116                     <type>xml</type>
117                 </dependency>
118                 <dependency>
119                     <groupId>org.opendaylight.bgpcep</groupId>
120                     <artifactId>features-rsvp</artifactId>
121                     <classifier>features</classifier>
122                     <type>xml</type>
123                 </dependency>
124             </dependencies>
125         </profile>
126         <!-- BIER -->
127         <profile>
128             <id>bier</id>
129             <!-- Disabled due to failed merge job -->
130             <activation>
131                 <activeByDefault>false</activeByDefault>
132             </activation>
133             <dependencies>
134                 <dependency>
135                     <groupId>org.opendaylight.bier</groupId>
136                     <artifactId>features-bier</artifactId>
137                     <classifier>features</classifier>
138                     <type>xml</type>
139                 </dependency>
140             </dependencies>
141         </profile>
142         <!-- COE -->
143         <profile>
144             <id>coe</id>
145             <activation>
146                 <activeByDefault>true</activeByDefault>
147             </activation>
148             <dependencies>
149                 <dependency>
150                     <groupId>org.opendaylight.coe</groupId>
151                     <artifactId>features-coe</artifactId>
152                     <classifier>features</classifier>
153                     <type>xml</type>
154                 </dependency>
155             </dependencies>
156         </profile>
157         <!-- Controller -->
158         <profile>
159             <id>controller</id>
160             <activation>
161                 <activeByDefault>true</activeByDefault>
162             </activation>
163             <dependencies>
164                 <dependency>
165                     <groupId>org.opendaylight.controller</groupId>
166                     <artifactId>features-extras</artifactId>
167                     <classifier>features</classifier>
168                     <type>xml</type>
169                 </dependency>
170                 <dependency>
171                     <groupId>org.opendaylight.controller</groupId>
172                     <artifactId>features-mdsal</artifactId>
173                     <classifier>features</classifier>
174                     <type>xml</type>
175                 </dependency>
176                 <dependency>
177                     <groupId>org.opendaylight.controller</groupId>
178                     <artifactId>features-mdsal-benchmark</artifactId>
179                     <classifier>features</classifier>
180                     <type>xml</type>
181                 </dependency>
182                 <dependency>
183                     <groupId>org.opendaylight.controller</groupId>
184                     <artifactId>features-mdsal-trace</artifactId>
185                     <classifier>features</classifier>
186                     <type>xml</type>
187                 </dependency>
188             </dependencies>
189         </profile>
190         <!-- Daexim -->
191         <profile>
192             <id>daexim</id>
193             <activation>
194                 <activeByDefault>true</activeByDefault>
195             </activation>
196             <dependencies>
197                 <dependency>
198                     <groupId>org.opendaylight.daexim</groupId>
199                     <artifactId>daexim-features</artifactId>
200                     <classifier>features</classifier>
201                     <type>xml</type>
202                 </dependency>
203             </dependencies>
204         </profile>
205         <!-- Distribution -->
206         <profile>
207             <id>distribution</id>
208             <activation>
209                 <activeByDefault>true</activeByDefault>
210             </activation>
211             <dependencies>
212                 <dependency>
213                     <groupId>${project.groupId}</groupId>
214                     <artifactId>features-distribution</artifactId>
215                     <classifier>features</classifier>
216                     <type>xml</type>
217                 </dependency>
218             </dependencies>
219         </profile>
220         <!-- Dlux -->
221         <profile>
222             <id>dlux</id>
223             <activation>
224                 <activeByDefault>true</activeByDefault>
225             </activation>
226             <dependencies>
227                 <dependency>
228                     <groupId>org.opendaylight.dlux</groupId>
229                     <artifactId>features-dlux</artifactId>
230                     <classifier>features</classifier>
231                     <type>xml</type>
232                 </dependency>
233             </dependencies>
234         </profile>
235         <!-- DluxApps -->
236         <profile>
237             <id>dluxapps</id>
238             <activation>
239                 <activeByDefault>true</activeByDefault>
240             </activation>
241             <dependencies>
242                 <dependency>
243                     <groupId>org.opendaylight.dluxapps</groupId>
244                     <artifactId>features-dluxapps</artifactId>
245                     <classifier>features</classifier>
246                     <type>xml</type>
247                 </dependency>
248             </dependencies>
249         </profile>
250         <!-- Eman -->
251         <profile>
252             <id>emacs</id>
253             <activation>
254                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
255                 <activeByDefault>false</activeByDefault>
256             </activation>
257             <dependencies>
258                 <dependency>
259                     <groupId>org.opendaylight.eman</groupId>
260                     <artifactId>features-eman</artifactId>
261                     <classifier>features</classifier>
262                     <type>xml</type>
263                 </dependency>
264             </dependencies>
265         </profile>
266         <!-- FAAS -->
267         <profile>
268             <id>faas</id>
269             <activation>
270                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
271                 <activeByDefault>false</activeByDefault>
272             </activation>
273             <dependencies>
274                 <dependency>
275                     <groupId>org.opendaylight.faas</groupId>
276                     <artifactId>features4-faas</artifactId>
277                     <classifier>features</classifier>
278                     <type>xml</type>
279                 </dependency>
280             </dependencies>
281         </profile>
282         <!-- Genius -->
283         <profile>
284             <id>genius</id>
285             <activation>
286                 <activeByDefault>true</activeByDefault>
287             </activation>
288             <dependencies>
289                 <dependency>
290                     <groupId>org.opendaylight.genius</groupId>
291                     <artifactId>genius-features</artifactId>
292                     <classifier>features</classifier>
293                     <type>xml</type>
294                 </dependency>
295             </dependencies>
296         </profile>
297         <!-- GROUPBASEDPOLICY -->
298         <profile>
299             <id>groupbasedpolicy</id>
300             <activation>
301                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
302                 <activeByDefault>false</activeByDefault>
303             </activation>
304             <dependencies>
305                 <dependency>
306                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
307                     <artifactId>features-groupbasedpolicy</artifactId>
308                     <type>xml</type>
309                     <classifier>features</classifier>
310                 </dependency>
311             </dependencies>
312         </profile>
313         <!-- Honeycomb/VBD -->
314         <profile>
315             <id>honeycombvbd</id>
316             <activation>
317                 <activeByDefault>true</activeByDefault>
318             </activation>
319             <dependencies>
320                 <dependency>
321                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
322                     <artifactId>vbd-features</artifactId>
323                     <classifier>features</classifier>
324                     <type>xml</type>
325                 </dependency>
326             </dependencies>
327         </profile>
328         <!-- InfraUtils -->
329         <profile>
330             <id>infrautils</id>
331             <activation>
332                 <activeByDefault>true</activeByDefault>
333             </activation>
334             <dependencies>
335                 <dependency>
336                     <groupId>org.opendaylight.infrautils</groupId>
337                     <artifactId>infrautils-features</artifactId>
338                     <classifier>features</classifier>
339                     <type>xml</type>
340                 </dependency>
341             </dependencies>
342         </profile>
343         <!-- L2switch -->
344         <profile>
345             <id>l2switch</id>
346             <activation>
347                 <activeByDefault>true</activeByDefault>
348             </activation>
349             <dependencies>
350                 <dependency>
351                     <groupId>org.opendaylight.l2switch</groupId>
352                     <artifactId>features-l2switch</artifactId>
353                     <classifier>features</classifier>
354                     <type>xml</type>
355                 </dependency>
356             </dependencies>
357         </profile>
358         <!-- LISP Flow Mapping -->
359         <profile>
360             <id>lispflowmapping</id>
361             <activation>
362                 <activeByDefault>true</activeByDefault>
363             </activation>
364             <dependencies>
365                 <dependency>
366                     <groupId>org.opendaylight.lispflowmapping</groupId>
367                     <artifactId>features-lispflowmapping</artifactId>
368                     <classifier>features</classifier>
369                     <type>xml</type>
370                 </dependency>
371             </dependencies>
372         </profile>
373         <!-- FIXME: Add Mdsal -->
374         <!-- NEMO -->
375         <profile>
376             <id>nemo</id>
377             <activation>
378                 <activeByDefault>true</activeByDefault>
379             </activation>
380             <dependencies>
381                 <dependency>
382                     <groupId>org.opendaylight.nemo</groupId>
383                     <artifactId>nemo-features</artifactId>
384                     <classifier>features</classifier>
385                     <type>xml</type>
386                 </dependency>
387             </dependencies>
388         </profile>
389         <!-- Netconf -->
390         <profile>
391             <id>netconf</id>
392             <activation>
393                 <activeByDefault>true</activeByDefault>
394             </activation>
395             <dependencies>
396                 <dependency>
397                     <groupId>org.opendaylight.netconf</groupId>
398                     <artifactId>features-netconf</artifactId>
399                     <classifier>features</classifier>
400                     <type>xml</type>
401                 </dependency>
402                 <dependency>
403                     <groupId>org.opendaylight.netconf</groupId>
404                     <artifactId>features-netconf-connector</artifactId>
405                     <classifier>features</classifier>
406                     <type>xml</type>
407                 </dependency>
408                 <dependency>
409                     <groupId>org.opendaylight.netconf</groupId>
410                     <artifactId>features-restconf</artifactId>
411                     <classifier>features</classifier>
412                     <type>xml</type>
413                 </dependency>
414                 <dependency>
415                     <groupId>org.opendaylight.netconf</groupId>
416                     <artifactId>features-yanglib</artifactId>
417                     <classifier>features</classifier>
418                     <type>xml</type>
419                 </dependency>
420             </dependencies>
421         </profile>
422         <!-- Netvirt -->
423         <profile>
424             <id>netvirt</id>
425             <activation>
426                 <activeByDefault>true</activeByDefault>
427             </activation>
428             <dependencies>
429                 <dependency>
430                     <groupId>org.opendaylight.netvirt</groupId>
431                     <artifactId>vpnservice-features</artifactId>
432                     <classifier>features</classifier>
433                     <type>xml</type>
434                 </dependency>
435             </dependencies>
436         </profile>
437         <!-- Neutron Northbound -->
438         <profile>
439             <id>neutron</id>
440             <activation>
441                 <activeByDefault>true</activeByDefault>
442             </activation>
443             <dependencies>
444                 <dependency>
445                     <groupId>org.opendaylight.neutron</groupId>
446                     <artifactId>features-neutron-service</artifactId>
447                     <classifier>features</classifier>
448                     <type>xml</type>
449                 </dependency>
450             </dependencies>
451         </profile>
452         <!-- NIC -->
453         <profile>
454             <id>nic</id>
455             <activation>
456                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
457                 <activeByDefault>false</activeByDefault>
458             </activation>
459             <dependencies>
460                 <dependency>
461                     <groupId>org.opendaylight.nic</groupId>
462                     <artifactId>features-nic</artifactId>
463                     <classifier>features</classifier>
464                     <type>xml</type>
465                 </dependency>
466             </dependencies>
467         </profile>
468         <!-- OCPplugin -->
469         <profile>
470             <id>ocpplugin</id>
471             <activation>
472                 <!-- Inactive -->
473                 <activeByDefault>false</activeByDefault>
474             </activation>
475             <dependencies>
476                 <dependency>
477                     <groupId>org.opendaylight.ocpplugin</groupId>
478                     <artifactId>features-ocpplugin</artifactId>
479                     <classifier>features</classifier>
480                     <type>xml</type>
481                 </dependency>
482             </dependencies>
483         </profile>
484         <!-- ODL Parent -->
485         <profile>
486             <id>odlparent</id>
487             <activation>
488                 <activeByDefault>true</activeByDefault>
489             </activation>
490             <dependencies>
491                 <dependency>
492                     <groupId>org.opendaylight.odlparent</groupId>
493                     <artifactId>features-akka</artifactId>
494                     <classifier>features</classifier>
495                     <type>xml</type>
496                 </dependency>
497                 <dependency>
498                     <groupId>org.opendaylight.odlparent</groupId>
499                     <artifactId>features-odlparent</artifactId>
500                     <classifier>features</classifier>
501                     <type>xml</type>
502                 </dependency>
503             </dependencies>
504         </profile>
505         <!-- OF-CONFIG -->
506         <profile>
507             <id>ofconfig</id>
508             <activation>
509                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
510                 <activeByDefault>false</activeByDefault>
511             </activation>
512             <dependencies>
513                 <dependency>
514                     <groupId>org.opendaylight.of-config</groupId>
515                     <artifactId>features-of-config</artifactId>
516                     <type>xml</type>
517                     <classifier>features</classifier>
518                 </dependency>
519             </dependencies>
520         </profile>
521         <!-- OpenflowPlugin -->
522         <profile>
523             <id>openflowplugin</id>
524             <activation>
525                 <activeByDefault>true</activeByDefault>
526             </activation>
527             <dependencies>
528                 <dependency>
529                     <groupId>org.opendaylight.openflowplugin</groupId>
530                     <artifactId>features-openflowplugin</artifactId>
531                     <classifier>features</classifier>
532                     <type>xml</type>
533                 </dependency>
534                 <dependency>
535                     <groupId>org.opendaylight.openflowplugin</groupId>
536                     <artifactId>features-openflowplugin-extension</artifactId>
537                     <classifier>features</classifier>
538                     <type>xml</type>
539                 </dependency>
540             </dependencies>
541         </profile>
542         <!-- OVSDB -->
543         <profile>
544             <id>ovsdb</id>
545             <activation>
546                 <activeByDefault>true</activeByDefault>
547             </activation>
548             <dependencies>
549                 <dependency>
550                     <groupId>org.opendaylight.ovsdb</groupId>
551                     <artifactId>library-features</artifactId>
552                     <classifier>features</classifier>
553                     <type>xml</type>
554                 </dependency>
555                 <dependency>
556                     <groupId>org.opendaylight.ovsdb</groupId>
557                     <artifactId>hwvtepsouthbound-features</artifactId>
558                     <classifier>features</classifier>
559                     <type>xml</type>
560                 </dependency>
561                 <dependency>
562                     <groupId>org.opendaylight.ovsdb</groupId>
563                     <artifactId>southbound-features</artifactId>
564                     <classifier>features</classifier>
565                     <type>xml</type>
566                 </dependency>
567             </dependencies>
568         </profile>
569         <!-- P4 Plugin -->
570         <profile>
571             <id>p4plugin</id>
572             <activation>
573                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
574                 <activeByDefault>false</activeByDefault>
575             </activation>
576             <dependencies>
577                 <dependency>
578                     <groupId>org.opendaylight.p4plugin</groupId>
579                     <artifactId>features-p4plugin</artifactId>
580                     <classifier>features</classifier>
581                     <type>xml</type>
582                 </dependency>
583             </dependencies>
584         </profile>
585         <!-- Packetcable -->
586         <profile>
587             <id>packetcable</id>
588             <activation>
589                 <activeByDefault>true</activeByDefault>
590             </activation>
591             <dependencies>
592                 <dependency>
593                     <groupId>org.opendaylight.packetcable</groupId>
594                     <artifactId>features4-packetcable-policy</artifactId>
595                     <classifier>features</classifier>
596                     <type>xml</type>
597                 </dependency>
598             </dependencies>
599         </profile>
600         <!-- SFC -->
601         <profile>
602             <id>sfc</id>
603             <activation>
604                 <activeByDefault>true</activeByDefault>
605             </activation>
606             <dependencies>
607                 <dependency>
608                     <groupId>org.opendaylight.sfc</groupId>
609                     <artifactId>features4-sfc</artifactId>
610                     <classifier>features</classifier>
611                     <type>xml</type>
612                 </dependency>
613             </dependencies>
614         </profile>
615         <!-- SNMP -->
616         <profile>
617             <id>snmp</id>
618             <activation>
619                 <activeByDefault>true</activeByDefault>
620             </activation>
621             <dependencies>
622                 <dependency>
623                     <groupId>org.opendaylight.snmp</groupId>
624                     <artifactId>features-snmp</artifactId>
625                     <classifier>features</classifier>
626                     <type>xml</type>
627                 </dependency>
628             </dependencies>
629         </profile>
630         <!-- SNMP4SDN -->
631         <profile>
632             <id>snmp4sdn</id>
633             <activation>
634                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
635                 <activeByDefault>false</activeByDefault>
636             </activation>
637             <dependencies>
638                 <dependency>
639                     <groupId>org.opendaylight.snmp4sdn</groupId>
640                     <artifactId>features-snmp4sdn</artifactId>
641                     <classifier>features</classifier>
642                     <type>xml</type>
643                 </dependency>
644             </dependencies>
645         </profile>
646         <!-- SXP -->
647         <profile>
648             <id>sxp</id>
649             <activation>
650                 <activeByDefault>true</activeByDefault>
651             </activation>
652             <dependencies>
653                 <dependency>
654                     <groupId>org.opendaylight.sxp</groupId>
655                     <artifactId>features-sxp</artifactId>
656                     <classifier>features</classifier>
657                     <type>xml</type>
658                 </dependency>
659             </dependencies>
660         </profile>
661         <!-- TSDR  -->
662         <profile>
663             <id>tsdr</id>
664             <activation>
665                 <activeByDefault>true</activeByDefault>
666             </activation>
667             <dependencies>
668                 <dependency>
669                     <groupId>org.opendaylight.tsdr</groupId>
670                     <artifactId>features-tsdr</artifactId>
671                     <classifier>features</classifier>
672                     <type>xml</type>
673                 </dependency>
674             </dependencies>
675         </profile>
676         <!-- Unimgr -->
677         <profile>
678             <id>unimgr</id>
679             <activation>
680                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
681                 <activeByDefault>false</activeByDefault>
682             </activation>
683             <dependencies>
684                 <dependency>
685                     <groupId>org.opendaylight.unimgr</groupId>
686                     <artifactId>features4-unimgr</artifactId>
687                     <classifier>features</classifier>
688                     <type>xml</type>
689                 </dependency>
690             </dependencies>
691         </profile>
692         <!-- USC -->
693         <profile>
694             <id>usc</id>
695             <activation>
696                 <activeByDefault>true</activeByDefault>
697             </activation>
698             <dependencies>
699                 <dependency>
700                     <groupId>org.opendaylight.usc</groupId>
701                     <artifactId>usc-features</artifactId>
702                     <classifier>features</classifier>
703                     <type>xml</type>
704                 </dependency>
705             </dependencies>
706         </profile>
707         <!-- VTN -->
708         <profile>
709             <id>vtn</id>
710             <activation>
711                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
712                 <activeByDefault>false</activeByDefault>
713             </activation>
714             <dependencies>
715                 <dependency>
716                     <groupId>org.opendaylight.vtn</groupId>
717                     <artifactId>features-vtn-manager</artifactId>
718                     <classifier>features</classifier>
719                     <type>xml</type>
720                 </dependency>
721             </dependencies>
722         </profile>
723         <!-- FIXME: Add Yangtools -->
724     </profiles>
725 </project>