Restore SNMP4SDN to distribution
[integration/distribution.git] / features / singles / odl-integration-compatible-with-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-compatible-with-all</artifactId>
21     <!-- TODO: Shorter 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 compatible together.</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-compatible-with-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     <!-- User facing single features. Alphabetical order -->
54     <profiles>
55         <!-- AAA -->
56         <profile>
57             <id>aaa</id>
58             <activation>
59                 <activeByDefault>true</activeByDefault>
60             </activation>
61             <dependencies>
62                 <dependency>
63                     <groupId>org.opendaylight.aaa</groupId>
64                     <artifactId>odl-aaa-shiro</artifactId>
65                     <type>xml</type>
66                     <classifier>features</classifier>
67                 </dependency>
68             </dependencies>
69         </profile>
70         <!-- ALTO -->
71         <profile>
72             <id>alto</id>
73             <activation>
74                 <!-- Commented because of SFT memory issues -->
75                 <activeByDefault>false</activeByDefault>
76             </activation>
77             <dependencies>
78                 <dependency>
79                     <groupId>org.opendaylight.alto</groupId>
80                     <artifactId>odl-alto-simpleird</artifactId>
81                     <classifier>features</classifier>
82                     <type>xml</type>
83                 </dependency>
84                 <dependency>
85                     <groupId>org.opendaylight.alto</groupId>
86                     <artifactId>odl-alto-manual-maps</artifactId>
87                     <classifier>features</classifier>
88                     <type>xml</type>
89                 </dependency>
90                 <dependency>
91                     <groupId>org.opendaylight.alto</groupId>
92                     <artifactId>odl-alto-simpleecs</artifactId>
93                     <classifier>features</classifier>
94                     <type>xml</type>
95                 </dependency>
96                 <dependency>
97                     <groupId>org.opendaylight.alto</groupId>
98                     <artifactId>odl-alto-auto-maps</artifactId>
99                     <classifier>features</classifier>
100                     <type>xml</type>
101                 </dependency>
102                 <dependency>
103                     <groupId>org.opendaylight.alto</groupId>
104                     <artifactId>odl-alto-spce</artifactId>
105                     <classifier>features</classifier>
106                     <type>xml</type>
107                 </dependency>
108             </dependencies>
109         </profile>
110         <!-- BGPCEP -->
111         <profile>
112             <id>bgpcep</id>
113             <activation>
114                 <activeByDefault>true</activeByDefault>
115             </activation>
116             <dependencies>
117                 <dependency>
118                     <groupId>org.opendaylight.bgpcep</groupId>
119                     <artifactId>odl-bgpcep-bgp</artifactId>
120                     <type>xml</type>
121                     <classifier>features</classifier>
122                 </dependency>
123                 <dependency>
124                     <groupId>org.opendaylight.bgpcep</groupId>
125                     <artifactId>odl-bgpcep-bmp</artifactId>
126                     <type>xml</type>
127                     <classifier>features</classifier>
128                 </dependency>
129                 <dependency>
130                     <groupId>org.opendaylight.bgpcep</groupId>
131                     <artifactId>odl-bgpcep-pcep</artifactId>
132                     <type>xml</type>
133                     <classifier>features</classifier>
134                 </dependency>
135                 <dependency>
136                     <groupId>org.opendaylight.bgpcep</groupId>
137                     <artifactId>odl-bgpcep-rsvp</artifactId>
138                     <type>xml</type>
139                     <classifier>features</classifier>
140                 </dependency>
141             </dependencies>
142         </profile>
143         <!-- Daexim -->
144         <profile>
145             <id>daexim</id>
146             <activation>
147                 <activeByDefault>true</activeByDefault>
148             </activation>
149             <dependencies>
150                 <dependency>
151                     <groupId>org.opendaylight.daexim</groupId>
152                     <artifactId>odl-daexim-all</artifactId>
153                     <type>xml</type>
154                     <classifier>features</classifier>
155                 </dependency>
156             </dependencies>
157         </profile>
158         <!-- Distribution -->
159         <profile>
160             <id>distribution</id>
161             <activation>
162                 <activeByDefault>true</activeByDefault>
163             </activation>
164             <dependencies>
165                 <dependency>
166                     <groupId>${project.groupId}</groupId>
167                     <artifactId>odl-distribution-version</artifactId>
168                     <type>xml</type>
169                     <classifier>features</classifier>
170                 </dependency>
171             </dependencies>
172         </profile>
173         <!-- DluxApps -->
174         <profile>
175             <id>dluxapps</id>
176             <activation>
177                 <activeByDefault>true</activeByDefault>
178             </activation>
179             <dependencies>
180                 <dependency>
181                     <groupId>org.opendaylight.dluxapps</groupId>
182                     <artifactId>odl-dluxapps-nodes</artifactId>
183                     <type>xml</type>
184                     <classifier>features</classifier>
185                 </dependency>
186                 <dependency>
187                     <groupId>org.opendaylight.dluxapps</groupId>
188                     <artifactId>odl-dluxapps-topology</artifactId>
189                     <type>xml</type>
190                     <classifier>features</classifier>
191                 </dependency>
192                 <dependency>
193                     <groupId>org.opendaylight.dluxapps</groupId>
194                     <artifactId>odl-dluxapps-yangman</artifactId>
195                     <type>xml</type>
196                     <classifier>features</classifier>
197                 </dependency>
198                 <dependency>
199                     <groupId>org.opendaylight.dluxapps</groupId>
200                     <artifactId>odl-dluxapps-yangvisualizer</artifactId>
201                     <type>xml</type>
202                     <classifier>features</classifier>
203                 </dependency>
204             </dependencies>
205         </profile>
206         <!-- InfraUtils -->
207         <profile>
208             <id>infrautils</id>
209             <activation>
210                 <activeByDefault>true</activeByDefault>
211             </activation>
212             <dependencies>
213                 <dependency>
214                     <groupId>org.opendaylight.infrautils</groupId>
215                     <artifactId>odl-infrautils-ready</artifactId>
216                     <type>xml</type>
217                     <classifier>features</classifier>
218                 </dependency>
219             </dependencies>
220         </profile>
221         <!-- LISP Flow Mapping -->
222         <profile>
223             <id>lispflowmapping</id>
224             <activation>
225                 <activeByDefault>true</activeByDefault>
226             </activation>
227             <dependencies>
228                 <dependency>
229                     <groupId>org.opendaylight.lispflowmapping</groupId>
230                     <artifactId>odl-lispflowmapping-msmr</artifactId>
231                     <type>xml</type>
232                     <classifier>features</classifier>
233                 </dependency>
234             </dependencies>
235         </profile>
236         <!-- Netconf -->
237         <profile>
238             <id>netconf</id>
239             <activation>
240                 <activeByDefault>true</activeByDefault>
241             </activation>
242             <dependencies>
243                 <dependency>
244                     <groupId>org.opendaylight.netconf</groupId>
245                     <artifactId>odl-mdsal-apidocs</artifactId>
246                     <classifier>features</classifier>
247                     <type>xml</type>
248                 </dependency>
249                 <dependency>
250                     <groupId>org.opendaylight.netconf</groupId>
251                     <artifactId>odl-restconf</artifactId>
252                     <classifier>features</classifier>
253                     <type>xml</type>
254                 </dependency>
255                 <dependency>
256                     <groupId>org.opendaylight.netconf</groupId>
257                     <artifactId>odl-yanglib</artifactId>
258                     <classifier>features</classifier>
259                     <type>xml</type>
260                 </dependency>
261             </dependencies>
262         </profile>
263         <!-- Neutron Northbound -->
264         <profile>
265             <id>neutron</id>
266             <activation>
267                 <activeByDefault>true</activeByDefault>
268             </activation>
269             <dependencies>
270                 <dependency>
271                     <groupId>org.opendaylight.neutron</groupId>
272                     <artifactId>odl-neutron-service</artifactId>
273                     <type>xml</type>
274                     <classifier>features</classifier>
275                 </dependency>
276             </dependencies>
277         </profile>
278         <!-- NIC -->
279         <profile>
280             <id>nic</id>
281             <activation>
282                 <!-- Disabled because of SFT memory issues -->
283                 <activeByDefault>false</activeByDefault>
284             </activation>
285             <dependencies>
286                 <dependency>
287                     <groupId>org.opendaylight.nic</groupId>
288                     <artifactId>odl-nic-intent-common</artifactId>
289                     <type>xml</type>
290                     <classifier>features</classifier>
291                 </dependency>
292             </dependencies>
293         </profile>
294         <!-- OCPplugin -->
295         <profile>
296             <id>ocpplugin</id>
297             <activation>
298                 <!-- Inactive -->
299                 <activeByDefault>false</activeByDefault>
300             </activation>
301             <dependencies>
302                 <dependency>
303                     <groupId>org.opendaylight.ocpplugin</groupId>
304                     <artifactId>odl-ocpplugin-all</artifactId>
305                     <type>xml</type>
306                     <classifier>features</classifier>
307                 </dependency>
308             </dependencies>
309         </profile>
310         <!-- OpenflowPlugin -->
311         <profile>
312             <id>openflowplugin</id>
313             <activation>
314                 <activeByDefault>true</activeByDefault>
315             </activation>
316             <dependencies>
317                 <dependency>
318                     <groupId>org.opendaylight.openflowplugin</groupId>
319                     <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
320                     <type>xml</type>
321                     <classifier>features</classifier>
322                 </dependency>
323                 <dependency>
324                     <groupId>org.opendaylight.openflowplugin</groupId>
325                     <artifactId>odl-openflowplugin-nxm-extensions</artifactId>
326                     <type>xml</type>
327                     <classifier>features</classifier>
328                 </dependency>
329             </dependencies>
330         </profile>
331         <!-- OVSDB -->
332         <profile>
333             <id>ovsdb</id>
334             <activation>
335                 <activeByDefault>true</activeByDefault>
336             </activation>
337             <dependencies>
338                 <dependency>
339                     <groupId>org.opendaylight.ovsdb</groupId>
340                     <artifactId>odl-ovsdb-library</artifactId>
341                     <type>xml</type>
342                     <classifier>features</classifier>
343                 </dependency>
344                 <dependency>
345                     <groupId>org.opendaylight.ovsdb</groupId>
346                     <artifactId>odl-ovsdb-hwvtepsouthbound</artifactId>
347                     <type>xml</type>
348                     <classifier>features</classifier>
349                 </dependency>
350                 <dependency>
351                     <groupId>org.opendaylight.ovsdb</groupId>
352                     <artifactId>odl-ovsdb-southbound-impl</artifactId>
353                     <type>xml</type>
354                     <classifier>features</classifier>
355                 </dependency>
356             </dependencies>
357         </profile>
358         <!-- Packetcable -->
359         <profile>
360             <id>packetcable</id>
361             <activation>
362                 <activeByDefault>true</activeByDefault>
363             </activation>
364             <dependencies>
365                 <dependency>
366                     <groupId>org.opendaylight.packetcable</groupId>
367                     <artifactId>odl-packetcable-policy-model</artifactId>
368                     <type>xml</type>
369                     <classifier>features</classifier>
370                 </dependency>
371                 <dependency>
372                     <groupId>org.opendaylight.packetcable</groupId>
373                     <artifactId>odl-packetcable-policy-server</artifactId>
374                     <type>xml</type>
375                     <classifier>features</classifier>
376                 </dependency>
377                 <dependency>
378                     <groupId>org.opendaylight.packetcable</groupId>
379                     <artifactId>odl-packetcable-policy-server-all</artifactId>
380                     <type>xml</type>
381                     <classifier>features</classifier>
382                 </dependency>
383             </dependencies>
384         </profile>
385         <!-- SFC -->
386         <profile>
387             <id>sfc</id>
388             <activation>
389                 <activeByDefault>true</activeByDefault>
390             </activation>
391             <dependencies>
392                 <dependency>
393                     <groupId>org.opendaylight.sfc</groupId>
394                     <artifactId>odl-sfc-ovs</artifactId>
395                     <type>xml</type>
396                     <classifier>features</classifier>
397                 </dependency>
398                 <dependency>
399                     <groupId>org.opendaylight.sfc</groupId>
400                     <artifactId>odl-sfc-sb-rest</artifactId>
401                     <type>xml</type>
402                     <classifier>features</classifier>
403                 </dependency>
404                 <dependency>
405                     <groupId>org.opendaylight.sfc</groupId>
406                     <artifactId>odl-sfc-ui</artifactId>
407                     <type>xml</type>
408                     <classifier>features</classifier>
409                 </dependency>
410                 <dependency>
411                     <groupId>org.opendaylight.sfc</groupId>
412                     <artifactId>odl-sfclisp</artifactId>
413                     <type>xml</type>
414                     <classifier>features</classifier>
415                 </dependency>
416                 <dependency>
417                     <groupId>org.opendaylight.sfc</groupId>
418                     <artifactId>odl-sfc-shell</artifactId>
419                     <type>xml</type>
420                     <classifier>features</classifier>
421                 </dependency>
422             </dependencies>
423         </profile>
424         <!-- SNMP4SDN -->
425         <profile>
426             <id>snmp4sdn</id>
427             <activation>
428                 <activeByDefault>true</activeByDefault>
429             </activation>
430             <dependencies>
431                 <dependency>
432                     <groupId>org.opendaylight.snmp4sdn</groupId>
433                     <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
434                     <classifier>features</classifier>
435                     <type>xml</type>
436                 </dependency>
437             </dependencies>
438         </profile>
439         <!-- SXP -->
440         <profile>
441             <id>sxp</id>
442             <activation>
443                 <activeByDefault>true</activeByDefault>
444             </activation>
445             <dependencies>
446                 <dependency>
447                     <groupId>org.opendaylight.sxp</groupId>
448                     <artifactId>odl-sxp-controller</artifactId>
449                     <classifier>features</classifier>
450                     <type>xml</type>
451                 </dependency>
452             </dependencies>
453         </profile>
454     </profiles>
455 </project>