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