Restore p4plugin in distribution
[integration/distribution.git] / artifacts / upstream / feature-repos / 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.integration</groupId>
16         <artifactId>properties</artifactId>
17         <version>0.8.0-SNAPSHOT</version>
18         <relativePath>../properties</relativePath>
19     </parent>
20     <artifactId>feature-repo-artifacts</artifactId>
21     <packaging>pom</packaging>
22     <!-- <name> formatting is used by autorelease to parse and notify projects on
23          build failure. Please do not modify this unless you have a good reason. -->
24     <name>ODL :: integration :: ${project.artifactId}</name>
25     <description>POM to import, with all upstream ODL user-facing feature repo artifact versions.</description>
26     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
27     <licenses>
28         <license>
29             <name>Eclipse Public License v1.0</name>
30             <url>http://www.eclipse.org/legal/epl-v10.html</url>
31         </license>
32     </licenses>
33     <!-- FIXME: Add developers section -->
34     <scm>
35         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
36         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
37         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/feature-repos;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs against projects to export user-facing feature repository versions in artifact poms. -->
41     <!-- User facing feature repositories. -->
42     <profiles>
43         <!-- AAA -->
44         <profile>
45             <id>aaa</id>
46             <activation>
47                 <activeByDefault>true</activeByDefault>
48             </activation>
49             <dependencyManagement>
50                 <dependencies>
51                     <dependency>
52                         <groupId>org.opendaylight.aaa</groupId>
53                         <artifactId>features-aaa</artifactId>
54                         <version>${aaa.version}</version>
55                         <classifier>features</classifier>
56                         <type>xml</type>
57                     </dependency>
58                 </dependencies>
59             </dependencyManagement>
60         </profile>
61         <!-- ALTO -->
62         <profile>
63             <id>alto</id>
64             <activation>
65                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
66                 <activeByDefault>false</activeByDefault>
67             </activation>
68             <dependencyManagement>
69                 <dependencies>
70                     <dependency>
71                         <groupId>org.opendaylight.alto</groupId>
72                         <artifactId>features4-alto</artifactId>
73                         <version>${alto.version}</version>
74                         <classifier>features</classifier>
75                         <type>xml</type>
76                     </dependency>
77                 </dependencies>
78             </dependencyManagement>
79         </profile>
80         <!-- BIER -->
81         <profile>
82             <id>bier</id>
83             <activation>
84                 <!-- Disabled due to failed merge job -->
85                 <activeByDefault>false</activeByDefault>
86             </activation>
87             <dependencyManagement>
88                 <dependencies>
89                     <dependency>
90                         <groupId>org.opendaylight.bier</groupId>
91                         <artifactId>features-bier</artifactId>
92                         <version>${bier.version}</version>
93                         <classifier>features</classifier>
94                         <type>xml</type>
95                     </dependency>
96                 </dependencies>
97             </dependencyManagement>
98         </profile>
99         <!-- Controller -->
100         <profile>
101             <id>controller</id>
102             <activation>
103                 <activeByDefault>true</activeByDefault>
104             </activation>
105             <dependencyManagement>
106                 <dependencies>
107                     <dependency>
108                         <groupId>org.opendaylight.controller</groupId>
109                         <artifactId>features-extras</artifactId>
110                         <version>${controller.extras.version}</version>
111                         <classifier>features</classifier>
112                         <type>xml</type>
113                     </dependency>
114                     <dependency>
115                         <groupId>org.opendaylight.controller</groupId>
116                         <artifactId>features-mdsal</artifactId>
117                         <version>${mdsal.version}</version>
118                         <classifier>features</classifier>
119                         <type>xml</type>
120                     </dependency>
121                     <dependency>
122                         <groupId>org.opendaylight.controller</groupId>
123                         <artifactId>features-mdsal-benchmark</artifactId>
124                         <version>${benchmark.version}</version>
125                         <classifier>features</classifier>
126                         <type>xml</type>
127                     </dependency>
128                     <dependency>
129                         <groupId>org.opendaylight.controller</groupId>
130                         <artifactId>features-mdsal-trace</artifactId>
131                         <version>${mdsal.version}</version>
132                         <classifier>features</classifier>
133                         <type>xml</type>
134                     </dependency>
135                 </dependencies>
136             </dependencyManagement>
137         </profile>
138         <!-- Dlux -->
139         <profile>
140             <id>dlux</id>
141             <activation>
142                 <activeByDefault>true</activeByDefault>
143             </activation>
144             <dependencyManagement>
145                 <dependencies>
146                     <dependency>
147                         <groupId>org.opendaylight.dlux</groupId>
148                         <artifactId>features-dlux</artifactId>
149                         <version>${dlux.version}</version>
150                         <classifier>features</classifier>
151                         <type>xml</type>
152                     </dependency>
153                 </dependencies>
154             </dependencyManagement>
155         </profile>
156         <!-- DluxApps -->
157         <profile>
158             <id>dluxapps</id>
159             <activation>
160                 <activeByDefault>true</activeByDefault>
161             </activation>
162             <dependencyManagement>
163                 <dependencies>
164                     <dependency>
165                         <groupId>org.opendaylight.dluxapps</groupId>
166                         <artifactId>features-dluxapps</artifactId>
167                         <version>${dluxapps.version}</version>
168                         <classifier>features</classifier>
169                         <type>xml</type>
170                     </dependency>
171                 </dependencies>
172             </dependencyManagement>
173         </profile>
174         <!-- Eman -->
175         <!-- Removed for the odlparent 3 / yangtools 2 migration -->
176         <profile>
177             <id>eman</id>
178             <activation>
179                 <activeByDefault>false</activeByDefault>
180             </activation>
181             <dependencyManagement>
182                 <dependencies>
183                     <dependency>
184                         <groupId>org.opendaylight.eman</groupId>
185                         <artifactId>features-eman</artifactId>
186                         <version>${eman.version}</version>
187                         <classifier>features</classifier>
188                         <type>xml</type>
189                     </dependency>
190                 </dependencies>
191             </dependencyManagement>
192         </profile>
193         <!-- FaaS -->
194         <profile>
195             <id>faas</id>
196             <activation>
197                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
198                 <activeByDefault>false</activeByDefault>
199             </activation>
200             <dependencyManagement>
201                 <dependencies>
202                     <dependency>
203                         <groupId>org.opendaylight.faas</groupId>
204                         <artifactId>features4-faas</artifactId>
205                         <version>${faas.version}</version>
206                         <classifier>features</classifier>
207                         <type>xml</type>
208                     </dependency>
209                 </dependencies>
210             </dependencyManagement>
211         </profile>
212         <!-- InfraUtils -->
213         <profile>
214             <id>infrautils</id>
215             <activation>
216                 <activeByDefault>true</activeByDefault>
217             </activation>
218             <dependencyManagement>
219                 <dependencies>
220                     <dependency>
221                         <groupId>org.opendaylight.infrautils</groupId>
222                         <artifactId>infrautils-features</artifactId>
223                         <version>${infrautils.version}</version>
224                         <classifier>features</classifier>
225                         <type>xml</type>
226                     </dependency>
227                 </dependencies>
228             </dependencyManagement>
229         </profile>
230         <!-- L2switch -->
231         <profile>
232             <id>l2switch</id>
233             <activation>
234                 <activeByDefault>true</activeByDefault>
235             </activation>
236             <dependencyManagement>
237                 <dependencies>
238                     <dependency>
239                         <groupId>org.opendaylight.l2switch</groupId>
240                         <artifactId>features-l2switch</artifactId>
241                         <version>${l2switch.version}</version>
242                         <classifier>features</classifier>
243                         <type>xml</type>
244                     </dependency>
245                 </dependencies>
246             </dependencyManagement>
247         </profile>
248         <!-- NEMO -->
249         <profile>
250             <id>nemo</id>
251             <activation>
252                 <activeByDefault>true</activeByDefault>
253             </activation>
254             <dependencyManagement>
255                 <dependencies>
256                     <dependency>
257                         <groupId>org.opendaylight.nemo</groupId>
258                         <artifactId>nemo-features</artifactId>
259                         <version>${nemo.version}</version>
260                         <classifier>features</classifier>
261                         <type>xml</type>
262                     </dependency>
263                 </dependencies>
264             </dependencyManagement>
265         </profile>
266         <!-- NIC -->
267         <profile>
268             <id>nic</id>
269             <activation>
270                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
271                 <activeByDefault>false</activeByDefault>
272             </activation>
273             <dependencyManagement>
274                 <dependencies>
275                     <dependency>
276                         <groupId>org.opendaylight.nic</groupId>
277                         <artifactId>features-nic</artifactId>
278                         <version>${nic.version}</version>
279                         <classifier>features</classifier>
280                         <type>xml</type>
281                     </dependency>
282                 </dependencies>
283             </dependencyManagement>
284         </profile>
285         <!-- OCP Plugin -->
286         <profile>
287             <id>ocpplugin</id>
288             <activation>
289                 <!-- Inactive -->
290                 <activeByDefault>false</activeByDefault>
291             </activation>
292             <dependencyManagement>
293                 <dependencies>
294                     <dependency>
295                         <groupId>org.opendaylight.ocpplugin</groupId>
296                         <artifactId>features-ocpplugin</artifactId>
297                         <version>${ocpplugin.version}</version>
298                         <classifier>features</classifier>
299                         <type>xml</type>
300                     </dependency>
301                 </dependencies>
302             </dependencyManagement>
303         </profile>
304         <!-- ODL Parent -->
305         <profile>
306             <id>odlparent</id>
307             <activation>
308                 <activeByDefault>true</activeByDefault>
309             </activation>
310             <dependencyManagement>
311                 <dependencies>
312                     <dependency>
313                         <groupId>org.opendaylight.odlparent</groupId>
314                         <artifactId>features-akka</artifactId>
315                         <version>${odlparent.version}</version>
316                         <classifier>features</classifier>
317                         <type>xml</type>
318                     </dependency>
319                     <dependency>
320                         <groupId>org.opendaylight.odlparent</groupId>
321                         <artifactId>features-odlparent</artifactId>
322                         <version>${odlparent.version}</version>
323                         <classifier>features</classifier>
324                         <type>xml</type>
325                     </dependency>
326                 </dependencies>
327             </dependencyManagement>
328         </profile>
329         <!-- OF-CONFIG -->
330         <profile>
331             <id>ofconfig</id>
332             <activation>
333                 <activeByDefault>true</activeByDefault>
334             </activation>
335             <dependencyManagement>
336                 <dependencies>
337                     <dependency>
338                         <groupId>org.opendaylight.of-config</groupId>
339                         <artifactId>features-of-config</artifactId>
340                         <version>${ofconfig.version}</version>
341                         <classifier>features</classifier>
342                         <type>xml</type>
343                     </dependency>
344                 </dependencies>
345             </dependencyManagement>
346         </profile>
347         <!-- P4 Plugin -->
348         <profile>
349             <id>p4plugin</id>
350             <activation>
351                 <activeByDefault>true</activeByDefault>
352             </activation>
353             <dependencyManagement>
354                 <dependencies>
355                     <dependency>
356                         <groupId>org.opendaylight.p4plugin</groupId>
357                         <artifactId>features-p4plugin</artifactId>
358                         <version>${p4plugin.version}</version>
359                         <classifier>features</classifier>
360                         <type>xml</type>
361                     </dependency>
362                 </dependencies>
363             </dependencyManagement>
364         </profile>
365         <!-- Packetcable -->
366         <profile>
367             <id>packetcable</id>
368             <activation>
369                 <activeByDefault>true</activeByDefault>
370             </activation>
371             <dependencyManagement>
372                 <dependencies>
373                     <dependency>
374                         <groupId>org.opendaylight.packetcable</groupId>
375                         <artifactId>features4-packetcable-policy</artifactId>
376                         <version>${packetcable.version}</version>
377                         <classifier>features</classifier>
378                         <type>xml</type>
379                     </dependency>
380                 </dependencies>
381             </dependencyManagement>
382         </profile>
383         <!-- SFC -->
384         <profile>
385             <id>sfc</id>
386             <activation>
387                 <activeByDefault>true</activeByDefault>
388             </activation>
389             <dependencyManagement>
390                 <dependencies>
391                     <dependency>
392                         <groupId>org.opendaylight.sfc</groupId>
393                         <artifactId>features4-sfc</artifactId>
394                         <version>${sfc.version}</version>
395                         <classifier>features</classifier>
396                         <type>xml</type>
397                     </dependency>
398                 </dependencies>
399             </dependencyManagement>
400         </profile>
401         <!-- SNMP -->
402         <profile>
403             <id>snmp</id>
404             <activation>
405                 <activeByDefault>true</activeByDefault>
406             </activation>
407             <dependencyManagement>
408                 <dependencies>
409                     <dependency>
410                         <groupId>org.opendaylight.snmp</groupId>
411                         <artifactId>features-snmp</artifactId>
412                         <version>${snmp.version}</version>
413                         <classifier>features</classifier>
414                         <type>xml</type>
415                     </dependency>
416                 </dependencies>
417             </dependencyManagement>
418         </profile>
419         <!-- SNMP4SDN -->
420         <profile>
421             <id>snmp4sdn</id>
422             <activation>
423                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
424                 <activeByDefault>false</activeByDefault>
425             </activation>
426             <dependencyManagement>
427                 <dependencies>
428                     <dependency>
429                         <groupId>org.opendaylight.snmp4sdn</groupId>
430                         <artifactId>features-snmp4sdn</artifactId>
431                         <version>${snmp4sdn.version}</version>
432                         <classifier>features</classifier>
433                         <type>xml</type>
434                     </dependency>
435                 </dependencies>
436             </dependencyManagement>
437         </profile>
438         <!-- SXP -->
439         <profile>
440             <id>sxp</id>
441             <activation>
442                 <activeByDefault>true</activeByDefault>
443             </activation>
444             <dependencyManagement>
445                 <dependencies>
446                     <dependency>
447                         <groupId>org.opendaylight.sxp</groupId>
448                         <artifactId>features-sxp</artifactId>
449                         <version>${sxp.version}</version>
450                         <classifier>features</classifier>
451                         <type>xml</type>
452                     </dependency>
453                 </dependencies>
454             </dependencyManagement>
455         </profile>
456         <!-- USC -->
457         <profile>
458             <id>usc</id>
459             <activation>
460                 <activeByDefault>true</activeByDefault>
461             </activation>
462             <dependencyManagement>
463                 <dependencies>
464                     <dependency>
465                         <groupId>org.opendaylight.usc</groupId>
466                         <artifactId>usc-features</artifactId>
467                         <version>${usc.version}</version>
468                         <classifier>features</classifier>
469                         <type>xml</type>
470                     </dependency>
471                 </dependencies>
472             </dependencyManagement>
473         </profile>
474         <!-- VTN -->
475         <profile>
476             <id>vtn</id>
477             <activation>
478                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
479                 <activeByDefault>false</activeByDefault>
480             </activation>
481             <dependencyManagement>
482                 <dependencies>
483                     <dependency>
484                         <groupId>org.opendaylight.vtn</groupId>
485                         <artifactId>features-vtn-manager</artifactId>
486                         <version>${vtn-manager.version}</version>
487                         <classifier>features</classifier>
488                         <type>xml</type>
489                     </dependency>
490                 </dependencies>
491             </dependencyManagement>
492         </profile>
493     </profiles>
494 </project>