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