Restore p4plugin in distribution
[integration/distribution.git] / features / singles / odl-integration-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>3.0.2</version>
17         <relativePath/>
18     </parent>
19     <groupId>org.opendaylight.integration</groupId>
20     <artifactId>odl-integration-all</artifactId>
21     <!-- TODO: Diferent name? -->
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>Single feature containing all features separately compatible with odl-integration-compatible-with-all.</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/singles/odl-integration-all;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     <dependencies>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>odl-integration-compatible-with-all</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60     </dependencies>
61     <!-- External single feature dependencies in alphabetical order -->
62     <profiles>
63         <!-- BIER -->
64         <profile>
65             <id>bier</id>
66             <activation>
67                 <!-- Disabled due to failed merge job -->
68                 <activeByDefault>false</activeByDefault>
69             </activation>
70             <dependencies>
71                 <dependency>
72                     <groupId>org.opendaylight.bier</groupId>
73                     <artifactId>odl-bier-all</artifactId>
74                     <type>xml</type>
75                     <classifier>features</classifier>
76                 </dependency>
77             </dependencies>
78         </profile>
79         <!-- COE -->
80         <profile>
81             <id>coe</id>
82             <activation>
83                 <activeByDefault>true</activeByDefault>
84             </activation>
85             <dependencies>
86                 <dependency>
87                     <groupId>org.opendaylight.coe</groupId>
88                     <artifactId>odl-coe</artifactId>
89                     <type>xml</type>
90                     <classifier>features</classifier>
91                 </dependency>
92             </dependencies>
93         </profile>
94         <!-- FaaS -->
95         <profile>
96             <id>faas</id>
97             <activation>
98                 <!-- Commented out because of SFT memory problem -->
99                 <activeByDefault>false</activeByDefault>
100             </activation>
101             <dependencies>
102                 <dependency>
103                     <groupId>org.opendaylight.faas</groupId>
104                     <artifactId>odl-faas-all</artifactId>
105                     <type>xml</type>
106                     <classifier>features</classifier>
107                 </dependency>
108             </dependencies>
109         </profile>
110         <!-- Genius -->
111         <profile>
112             <id>genius</id>
113             <activation>
114                 <activeByDefault>true</activeByDefault>
115             </activation>
116             <dependencies>
117                 <dependency>
118                     <groupId>org.opendaylight.genius</groupId>
119                     <artifactId>odl-genius-rest</artifactId>
120                     <type>xml</type>
121                     <classifier>features</classifier>
122                 </dependency>
123             </dependencies>
124         </profile>
125         <!-- GROUPBASEDPOLICY or GBP-->
126         <profile>
127             <id>groupbasedpolicy</id>
128             <activation>
129                 <!-- Disabled because of SFT memory issues -->
130                 <activeByDefault>false</activeByDefault>
131             </activation>
132             <dependencies>
133                 <dependency>
134                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
135                     <artifactId>odl-groupbasedpolicy-base</artifactId>
136                     <type>xml</type>
137                     <classifier>features</classifier>
138                 </dependency>
139                 <dependency>
140                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
141                     <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
142                     <type>xml</type>
143                     <classifier>features</classifier>
144                 </dependency>
145                 <dependency>
146                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
147                     <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
148                     <type>xml</type>
149                     <classifier>features</classifier>
150                 </dependency>
151                 <dependency>
152                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
153                     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
154                     <type>xml</type>
155                     <classifier>features</classifier>
156                 </dependency>
157                 <dependency>
158                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
159                     <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
160                     <type>xml</type>
161                     <classifier>features</classifier>
162                 </dependency>
163                 <dependency>
164                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
165                     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
166                     <type>xml</type>
167                     <classifier>features</classifier>
168                 </dependency>
169                 <dependency>
170                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
171                     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
172                     <type>xml</type>
173                     <classifier>features</classifier>
174                 </dependency>
175                 <dependency>
176                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
177                     <artifactId>odl-groupbasedpolicy-ui</artifactId>
178                     <type>xml</type>
179                     <classifier>features</classifier>
180                 </dependency>
181                 <dependency>
182                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
183                     <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
184                     <type>xml</type>
185                     <classifier>features</classifier>
186                 </dependency>
187                 <dependency>
188                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
189                     <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
190                     <type>xml</type>
191                     <classifier>features</classifier>
192                 </dependency>
193                 <dependency>
194                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
195                     <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
196                     <type>xml</type>
197                     <classifier>features</classifier>
198                 </dependency>
199                 <dependency>
200                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
201                     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
202                     <type>xml</type>
203                     <classifier>features</classifier>
204                 </dependency>
205                 <dependency>
206                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
207                     <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
208                     <type>xml</type>
209                     <classifier>features</classifier>
210                 </dependency>
211             </dependencies>
212         </profile>
213         <!-- Honeycomb/VBD -->
214         <profile>
215             <id>honeycombvbd</id>
216             <activation>
217                 <!-- netconf connector is broken after last bump migration -->
218                 <activeByDefault>false</activeByDefault>
219             </activation>
220             <dependencies>
221                 <dependency>
222                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
223                     <artifactId>odl-vbd</artifactId>
224                     <classifier>features</classifier>
225                     <type>xml</type>
226                 </dependency>
227                 <dependency>
228                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
229                     <artifactId>odl-vbd-rest</artifactId>
230                     <classifier>features</classifier>
231                     <type>xml</type>
232                 </dependency>
233                 <dependency>
234                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
235                     <artifactId>odl-vbd-ui</artifactId>
236                     <classifier>features</classifier>
237                     <type>xml</type>
238                 </dependency>
239             </dependencies>
240         </profile>
241         <!-- L2switch -->
242         <profile>
243             <id>l2switch</id>
244             <activation>
245                 <activeByDefault>true</activeByDefault>
246             </activation>
247             <dependencies>
248                 <dependency>
249                     <groupId>org.opendaylight.l2switch</groupId>
250                     <artifactId>odl-l2switch-switch-rest</artifactId>
251                     <classifier>features</classifier>
252                     <type>xml</type>
253                 </dependency>
254             </dependencies>
255         </profile>
256         <!-- NEMO -->
257         <profile>
258             <id>nemo</id>
259             <activation>
260                 <activeByDefault>true</activeByDefault>
261             </activation>
262             <dependencies>
263                 <dependency>
264                     <groupId>org.opendaylight.nemo</groupId>
265                     <artifactId>odl-nemo-engine</artifactId>
266                     <classifier>features</classifier>
267                     <type>xml</type>
268                 </dependency>
269                 <dependency>
270                     <groupId>org.opendaylight.nemo</groupId>
271                     <artifactId>odl-nemo-engine-rest</artifactId>
272                     <classifier>features</classifier>
273                     <type>xml</type>
274                 </dependency>
275                 <dependency>
276                     <groupId>org.opendaylight.nemo</groupId>
277                     <artifactId>odl-nemo-engine-ui</artifactId>
278                     <classifier>features</classifier>
279                     <type>xml</type>
280                 </dependency>
281                 <dependency>
282                     <groupId>org.opendaylight.nemo</groupId>
283                     <artifactId>odl-nemo-openflow-renderer</artifactId>
284                     <classifier>features</classifier>
285                     <type>xml</type>
286                 </dependency>
287                 <dependency>
288                     <groupId>org.opendaylight.nemo</groupId>
289                     <artifactId>odl-nemo-cli-renderer</artifactId>
290                     <classifier>features</classifier>
291                     <type>xml</type>
292                 </dependency>
293             </dependencies>
294         </profile>
295         <!-- Netconf -->
296         <profile>
297             <id>netconf</id>
298             <activation>
299                 <!-- netconf connector is broken after last bump migration -->
300                 <activeByDefault>false</activeByDefault>
301             </activation>
302             <dependencies>
303                 <dependency>
304                     <groupId>org.opendaylight.netconf</groupId>
305                     <artifactId>odl-netconf-callhome-ssh</artifactId>
306                     <classifier>features</classifier>
307                     <type>xml</type>
308                 </dependency>
309                 <dependency>
310                     <groupId>org.opendaylight.netconf</groupId>
311                     <artifactId>odl-netconf-console</artifactId>
312                     <classifier>features</classifier>
313                     <type>xml</type>
314                 </dependency>
315                 <dependency>
316                     <groupId>org.opendaylight.netconf</groupId>
317                     <artifactId>odl-netconf-mdsal</artifactId>
318                     <type>xml</type>
319                     <classifier>features</classifier>
320                 </dependency>
321                 <dependency>
322                     <groupId>org.opendaylight.netconf</groupId>
323                     <artifactId>odl-netconf-topology</artifactId>
324                     <type>xml</type>
325                     <classifier>features</classifier>
326                 </dependency>
327                 <dependency>
328                     <groupId>org.opendaylight.netconf</groupId>
329                     <artifactId>odl-netconf-clustered-topology</artifactId>
330                     <type>xml</type>
331                     <classifier>features</classifier>
332                 </dependency>
333             </dependencies>
334         </profile>
335         <!-- Netvirt -->
336         <profile>
337             <id>netvirt</id>
338             <activation>
339                 <activeByDefault>true</activeByDefault>
340             </activation>
341             <dependencies>
342                 <dependency>
343                     <groupId>org.opendaylight.netvirt</groupId>
344                     <artifactId>odl-netvirt-openstack</artifactId>
345                     <type>xml</type>
346                     <classifier>features</classifier>
347                 </dependency>
348             </dependencies>
349         </profile>
350         <!-- OF-CONFIG -->
351         <profile>
352             <id>ofconfig</id>
353             <activation>
354                 <activeByDefault>true</activeByDefault>
355             </activation>
356             <dependencies>
357                 <dependency>
358                     <groupId>org.opendaylight.of-config</groupId>
359                     <artifactId>odl-of-config-all</artifactId>
360                     <type>xml</type>
361                     <classifier>features</classifier>
362                 </dependency>
363             </dependencies>
364         </profile>
365         <!-- P4 Plugin -->
366         <profile>
367             <id>p4plugin</id>
368             <activation>
369                 <activeByDefault>true</activeByDefault>
370             </activation>
371             <dependencies>
372                 <dependency>
373                     <groupId>org.opendaylight.p4plugin</groupId>
374                     <artifactId>odl-p4plugin-all</artifactId>
375                     <type>xml</type>
376                     <classifier>features</classifier>
377                 </dependency>
378             </dependencies>
379         </profile>
380         <!-- SFC -->
381         <profile>
382             <id>sfc</id>
383             <activation>
384                 <!-- netconf connector is broken after last bump migration -->
385                 <activeByDefault>false</activeByDefault>
386             </activation>
387             <dependencies>
388                 <dependency>
389                     <groupId>org.opendaylight.sfc</groupId>
390                     <artifactId>odl-sfc-ios-xe-renderer</artifactId>
391                     <type>xml</type>
392                     <classifier>features</classifier>
393                 </dependency>
394                 <dependency>
395                     <groupId>org.opendaylight.sfc</groupId>
396                     <artifactId>odl-sfc-netconf</artifactId>
397                     <type>xml</type>
398                     <classifier>features</classifier>
399                 </dependency>
400                 <dependency>
401                     <groupId>org.opendaylight.sfc</groupId>
402                     <artifactId>odl-sfc-openflow-renderer</artifactId>
403                     <type>xml</type>
404                     <classifier>features</classifier>
405                 </dependency>
406                 <dependency>
407                     <groupId>org.opendaylight.sfc</groupId>
408                     <artifactId>odl-sfc-vpp-renderer</artifactId>
409                     <type>xml</type>
410                     <classifier>features</classifier>
411                 </dependency>
412             </dependencies>
413         </profile>
414         <!-- TSDR -->
415         <profile>
416             <id>tsdr</id>
417             <activation>
418                 <activeByDefault>true</activeByDefault>
419             </activation>
420             <dependencies>
421                 <dependency>
422                     <groupId>org.opendaylight.tsdr</groupId>
423                     <artifactId>odl-tsdr-hsqldb-all</artifactId>
424                     <classifier>features</classifier>
425                     <type>xml</type>
426                 </dependency>
427             </dependencies>
428         </profile>
429         <!-- Unimgr -->
430         <profile>
431             <id>unimgr</id>
432             <activation>
433                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
434                 <activeByDefault>false</activeByDefault>
435             </activation>
436             <dependencies>
437                 <dependency>
438                     <groupId>org.opendaylight.unimgr</groupId>
439                     <artifactId>odl-unimgr</artifactId>
440                     <type>xml</type>
441                     <classifier>features</classifier>
442                 </dependency>
443             </dependencies>
444         </profile>
445         <!-- USC -->
446         <profile>
447             <id>usc</id>
448             <activation>
449                 <activeByDefault>true</activeByDefault>
450             </activation>
451             <dependencies>
452                 <dependency>
453                     <groupId>org.opendaylight.usc</groupId>
454                     <artifactId>odl-usc-channel-ui</artifactId>
455                     <type>xml</type>
456                     <classifier>features</classifier>
457                 </dependency>
458             </dependencies>
459         </profile>
460         <!-- VTN -->
461         <profile>
462             <id>vtn</id>
463             <activation>
464                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
465                 <activeByDefault>false</activeByDefault>
466             </activation>
467             <dependencies>
468                 <dependency>
469                     <groupId>org.opendaylight.vtn</groupId>
470                     <artifactId>odl-vtn-manager-rest</artifactId>
471                     <type>xml</type>
472                     <classifier>features</classifier>
473                 </dependency>
474                 <dependency>
475                     <groupId>org.opendaylight.vtn</groupId>
476                     <artifactId>odl-vtn-manager-neutron</artifactId>
477                     <type>xml</type>
478                     <classifier>features</classifier>
479                 </dependency>
480             </dependencies>
481         </profile>
482     </profiles>
483 </project>