Restore vtn to 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
62     <!-- Override odlparent default to get the speed improvements in feature generation
63          FIXME: remove this once odlparent ships 4.1.5+ -->
64     <build>
65         <plugins>
66             <plugin>
67                 <groupId>org.apache.karaf.tooling</groupId>
68                 <artifactId>karaf-maven-plugin</artifactId>
69                 <version>4.1.5</version>
70             </plugin>
71         </plugins>
72     </build>
73
74     <!-- External single feature dependencies in alphabetical order -->
75     <profiles>
76         <!-- BIER -->
77         <profile>
78             <id>bier</id>
79             <activation>
80                 <!-- Removed because restconf-bierman issue -->
81                 <activeByDefault>false</activeByDefault>
82             </activation>
83             <dependencies>
84                 <dependency>
85                     <groupId>org.opendaylight.bier</groupId>
86                     <artifactId>odl-bier-all</artifactId>
87                     <type>xml</type>
88                     <classifier>features</classifier>
89                 </dependency>
90             </dependencies>
91         </profile>
92         <!-- COE -->
93         <profile>
94             <id>coe</id>
95             <activation>
96                 <activeByDefault>true</activeByDefault>
97             </activation>
98             <dependencies>
99                 <dependency>
100                     <groupId>org.opendaylight.coe</groupId>
101                     <artifactId>odl-coe</artifactId>
102                     <type>xml</type>
103                     <classifier>features</classifier>
104                 </dependency>
105             </dependencies>
106         </profile>
107         <!-- FaaS -->
108         <profile>
109             <id>faas</id>
110             <activation>
111                 <!-- Commented out because of SFT memory problem -->
112                 <activeByDefault>false</activeByDefault>
113             </activation>
114             <dependencies>
115                 <dependency>
116                     <groupId>org.opendaylight.faas</groupId>
117                     <artifactId>odl-faas-all</artifactId>
118                     <type>xml</type>
119                     <classifier>features</classifier>
120                 </dependency>
121             </dependencies>
122         </profile>
123         <!-- Genius -->
124         <profile>
125             <id>genius</id>
126             <activation>
127                 <activeByDefault>true</activeByDefault>
128             </activation>
129             <dependencies>
130                 <dependency>
131                     <groupId>org.opendaylight.genius</groupId>
132                     <artifactId>odl-genius-rest</artifactId>
133                     <type>xml</type>
134                     <classifier>features</classifier>
135                 </dependency>
136             </dependencies>
137         </profile>
138         <!-- GROUPBASEDPOLICY or GBP-->
139         <profile>
140             <id>groupbasedpolicy</id>
141             <activation>
142                 <!-- Disabled because of SFT memory issues -->
143                 <activeByDefault>false</activeByDefault>
144             </activation>
145             <dependencies>
146                 <dependency>
147                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
148                     <artifactId>odl-groupbasedpolicy-base</artifactId>
149                     <type>xml</type>
150                     <classifier>features</classifier>
151                 </dependency>
152                 <dependency>
153                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
154                     <artifactId>odl-groupbasedpolicy-iovisor</artifactId>
155                     <type>xml</type>
156                     <classifier>features</classifier>
157                 </dependency>
158                 <dependency>
159                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
160                     <artifactId>odl-groupbasedpolicy-neutronmapper</artifactId>
161                     <type>xml</type>
162                     <classifier>features</classifier>
163                 </dependency>
164                 <dependency>
165                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
166                     <artifactId>odl-groupbasedpolicy-neutron-and-ofoverlay</artifactId>
167                     <type>xml</type>
168                     <classifier>features</classifier>
169                 </dependency>
170                 <dependency>
171                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
172                     <artifactId>odl-groupbasedpolicy-ofoverlay</artifactId>
173                     <type>xml</type>
174                     <classifier>features</classifier>
175                 </dependency>
176                 <dependency>
177                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
178                     <artifactId>odl-groupbasedpolicy-vpp</artifactId>
179                     <type>xml</type>
180                     <classifier>features</classifier>
181                 </dependency>
182                 <dependency>
183                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
184                     <artifactId>odl-groupbasedpolicy-neutron-vpp-mapper</artifactId>
185                     <type>xml</type>
186                     <classifier>features</classifier>
187                 </dependency>
188                 <dependency>
189                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
190                     <artifactId>odl-groupbasedpolicy-ui</artifactId>
191                     <type>xml</type>
192                     <classifier>features</classifier>
193                 </dependency>
194                 <dependency>
195                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
196                     <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
197                     <type>xml</type>
198                     <classifier>features</classifier>
199                 </dependency>
200                 <dependency>
201                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
202                     <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
203                     <type>xml</type>
204                     <classifier>features</classifier>
205                 </dependency>
206                 <dependency>
207                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
208                     <artifactId>odl-groupbasedpolicy-ios-xe</artifactId>
209                     <type>xml</type>
210                     <classifier>features</classifier>
211                 </dependency>
212                 <dependency>
213                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
214                     <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
215                     <type>xml</type>
216                     <classifier>features</classifier>
217                 </dependency>
218                 <dependency>
219                     <groupId>org.opendaylight.groupbasedpolicy</groupId>
220                     <artifactId>odl-groupbasedpolicy-sxp-ise-adapter</artifactId>
221                     <type>xml</type>
222                     <classifier>features</classifier>
223                 </dependency>
224             </dependencies>
225         </profile>
226         <!-- Honeycomb/VBD -->
227         <profile>
228             <id>honeycombvbd</id>
229             <activation>
230                 <!-- Commented out because of SFT memory problem -->
231                 <activeByDefault>false</activeByDefault>
232             </activation>
233             <dependencies>
234                 <dependency>
235                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
236                     <artifactId>odl-vbd</artifactId>
237                     <classifier>features</classifier>
238                     <type>xml</type>
239                 </dependency>
240                 <dependency>
241                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
242                     <artifactId>odl-vbd-rest</artifactId>
243                     <classifier>features</classifier>
244                     <type>xml</type>
245                 </dependency>
246                 <dependency>
247                     <groupId>org.opendaylight.honeycomb.vbd</groupId>
248                     <artifactId>odl-vbd-ui</artifactId>
249                     <classifier>features</classifier>
250                     <type>xml</type>
251                 </dependency>
252             </dependencies>
253         </profile>
254         <!-- jsonrpc -->
255         <profile>
256             <id>jsonrpc</id>
257             <activation>
258                 <activeByDefault>true</activeByDefault>
259             </activation>
260             <dependencies>
261                 <dependency>
262                     <groupId>org.opendaylight.jsonrpc</groupId>
263                     <artifactId>jsonrpc-features</artifactId>
264                     <classifier>features</classifier>
265                     <type>xml</type>
266                 </dependency>
267             </dependencies>
268         </profile>
269         <!-- L2switch -->
270         <profile>
271             <id>l2switch</id>
272             <activation>
273                 <activeByDefault>true</activeByDefault>
274             </activation>
275             <dependencies>
276                 <dependency>
277                     <groupId>org.opendaylight.l2switch</groupId>
278                     <artifactId>odl-l2switch-switch-rest</artifactId>
279                     <classifier>features</classifier>
280                     <type>xml</type>
281                 </dependency>
282             </dependencies>
283         </profile>
284         <!-- NEMO -->
285         <profile>
286             <id>nemo</id>
287             <activation>
288                 <activeByDefault>true</activeByDefault>
289             </activation>
290             <dependencies>
291                 <dependency>
292                     <groupId>org.opendaylight.nemo</groupId>
293                     <artifactId>odl-nemo-engine</artifactId>
294                     <classifier>features</classifier>
295                     <type>xml</type>
296                 </dependency>
297                 <dependency>
298                     <groupId>org.opendaylight.nemo</groupId>
299                     <artifactId>odl-nemo-engine-rest</artifactId>
300                     <classifier>features</classifier>
301                     <type>xml</type>
302                 </dependency>
303                 <dependency>
304                     <groupId>org.opendaylight.nemo</groupId>
305                     <artifactId>odl-nemo-engine-ui</artifactId>
306                     <classifier>features</classifier>
307                     <type>xml</type>
308                 </dependency>
309                 <dependency>
310                     <groupId>org.opendaylight.nemo</groupId>
311                     <artifactId>odl-nemo-openflow-renderer</artifactId>
312                     <classifier>features</classifier>
313                     <type>xml</type>
314                 </dependency>
315                 <dependency>
316                     <groupId>org.opendaylight.nemo</groupId>
317                     <artifactId>odl-nemo-cli-renderer</artifactId>
318                     <classifier>features</classifier>
319                     <type>xml</type>
320                 </dependency>
321             </dependencies>
322         </profile>
323         <!-- Netconf -->
324         <profile>
325             <id>netconf</id>
326             <activation>
327                 <activeByDefault>true</activeByDefault>
328             </activation>
329             <dependencies>
330                 <dependency>
331                     <groupId>org.opendaylight.netconf</groupId>
332                     <artifactId>odl-netconf-callhome-ssh</artifactId>
333                     <classifier>features</classifier>
334                     <type>xml</type>
335                 </dependency>
336                 <dependency>
337                     <groupId>org.opendaylight.netconf</groupId>
338                     <artifactId>odl-netconf-console</artifactId>
339                     <classifier>features</classifier>
340                     <type>xml</type>
341                 </dependency>
342                 <dependency>
343                     <groupId>org.opendaylight.netconf</groupId>
344                     <artifactId>odl-netconf-mdsal</artifactId>
345                     <type>xml</type>
346                     <classifier>features</classifier>
347                 </dependency>
348                 <dependency>
349                     <groupId>org.opendaylight.netconf</groupId>
350                     <artifactId>odl-netconf-topology</artifactId>
351                     <type>xml</type>
352                     <classifier>features</classifier>
353                 </dependency>
354                 <dependency>
355                     <groupId>org.opendaylight.netconf</groupId>
356                     <artifactId>odl-netconf-clustered-topology</artifactId>
357                     <type>xml</type>
358                     <classifier>features</classifier>
359                 </dependency>
360             </dependencies>
361         </profile>
362         <!-- Netvirt -->
363         <profile>
364             <id>netvirt</id>
365             <activation>
366                 <activeByDefault>true</activeByDefault>
367             </activation>
368             <dependencies>
369                 <dependency>
370                     <groupId>org.opendaylight.netvirt</groupId>
371                     <artifactId>odl-netvirt-openstack</artifactId>
372                     <type>xml</type>
373                     <classifier>features</classifier>
374                 </dependency>
375             </dependencies>
376         </profile>
377         <!-- OF-CONFIG -->
378         <profile>
379             <id>ofconfig</id>
380             <activation>
381                 <activeByDefault>true</activeByDefault>
382             </activation>
383             <dependencies>
384                 <dependency>
385                     <groupId>org.opendaylight.of-config</groupId>
386                     <artifactId>odl-of-config-all</artifactId>
387                     <type>xml</type>
388                     <classifier>features</classifier>
389                 </dependency>
390             </dependencies>
391         </profile>
392         <!-- P4 Plugin -->
393         <profile>
394             <id>p4plugin</id>
395             <activation>
396                 <activeByDefault>true</activeByDefault>
397             </activation>
398             <dependencies>
399                 <dependency>
400                     <groupId>org.opendaylight.p4plugin</groupId>
401                     <artifactId>odl-p4plugin-all</artifactId>
402                     <type>xml</type>
403                     <classifier>features</classifier>
404                 </dependency>
405             </dependencies>
406         </profile>
407         <!-- SFC -->
408         <profile>
409             <id>sfc</id>
410             <activation>
411                 <activeByDefault>true</activeByDefault>
412             </activation>
413             <dependencies>
414                 <dependency>
415                     <groupId>org.opendaylight.sfc</groupId>
416                     <artifactId>odl-sfc-ios-xe-renderer</artifactId>
417                     <type>xml</type>
418                     <classifier>features</classifier>
419                 </dependency>
420                 <dependency>
421                     <groupId>org.opendaylight.sfc</groupId>
422                     <artifactId>odl-sfc-netconf</artifactId>
423                     <type>xml</type>
424                     <classifier>features</classifier>
425                 </dependency>
426                 <dependency>
427                     <groupId>org.opendaylight.sfc</groupId>
428                     <artifactId>odl-sfc-openflow-renderer</artifactId>
429                     <type>xml</type>
430                     <classifier>features</classifier>
431                 </dependency>
432                 <dependency>
433                     <groupId>org.opendaylight.sfc</groupId>
434                     <artifactId>odl-sfc-vpp-renderer</artifactId>
435                     <type>xml</type>
436                     <classifier>features</classifier>
437                 </dependency>
438             </dependencies>
439         </profile>
440         <!-- TSDR -->
441         <profile>
442             <id>tsdr</id>
443             <activation>
444                 <activeByDefault>true</activeByDefault>
445             </activation>
446             <dependencies>
447                 <dependency>
448                     <groupId>org.opendaylight.tsdr</groupId>
449                     <artifactId>odl-tsdr-hsqldb-all</artifactId>
450                     <classifier>features</classifier>
451                     <type>xml</type>
452                 </dependency>
453             </dependencies>
454         </profile>
455         <!-- Unimgr -->
456         <profile>
457             <id>unimgr</id>
458             <activation>
459                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
460                 <activeByDefault>false</activeByDefault>
461             </activation>
462             <dependencies>
463                 <dependency>
464                     <groupId>org.opendaylight.unimgr</groupId>
465                     <artifactId>odl-unimgr</artifactId>
466                     <type>xml</type>
467                     <classifier>features</classifier>
468                 </dependency>
469             </dependencies>
470         </profile>
471         <!-- USC -->
472         <profile>
473             <id>usc</id>
474             <activation>
475                 <activeByDefault>true</activeByDefault>
476             </activation>
477             <dependencies>
478                 <dependency>
479                     <groupId>org.opendaylight.usc</groupId>
480                     <artifactId>odl-usc-channel-ui</artifactId>
481                     <type>xml</type>
482                     <classifier>features</classifier>
483                 </dependency>
484             </dependencies>
485         </profile>
486         <!-- VTN -->
487         <profile>
488             <id>vtn</id>
489             <activation>
490                 <activeByDefault>true</activeByDefault>
491             </activation>
492             <dependencies>
493                 <dependency>
494                     <groupId>org.opendaylight.vtn</groupId>
495                     <artifactId>odl-vtn-manager-rest</artifactId>
496                     <type>xml</type>
497                     <classifier>features</classifier>
498                 </dependency>
499                 <dependency>
500                     <groupId>org.opendaylight.vtn</groupId>
501                     <artifactId>odl-vtn-manager-neutron</artifactId>
502                     <type>xml</type>
503                     <classifier>features</classifier>
504                 </dependency>
505             </dependencies>
506         </profile>
507     </profiles>
508 </project>