Add netvirt-features
[integration/distribution.git] / artifacts / upstream / artifacts / 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>artifact-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 project artifact poms with public 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/artifacts;hb=HEAD</url>
38         <tag>HEAD</tag>
39     </scm>
40     <!-- TODO: Open Bugs agains projects to export a single artifact pom containing every public atrifact version. -->
41     <!-- Project artifact poms. Alphabetical order -->
42     <profiles>
43         <profile>
44             <id>bgpcep</id>
45             <activation>
46                 <activeByDefault>true</activeByDefault>
47             </activation>
48             <dependencyManagement>
49                 <dependencies>
50                     <dependency>
51                         <groupId>org.opendaylight.bgpcep</groupId>
52                         <artifactId>bgpcep-artifacts</artifactId>
53                         <version>${bgpcep.version}</version>
54                         <type>pom</type>
55                         <scope>import</scope>
56                     </dependency>
57                 </dependencies>
58             </dependencyManagement>
59         </profile>
60         <profile>
61             <id>coe</id>
62             <activation>
63                 <activeByDefault>true</activeByDefault>
64             </activation>
65             <dependencyManagement>
66                 <dependencies>
67                     <dependency>
68                         <groupId>org.opendaylight.coe</groupId>
69                         <artifactId>coe-artifacts</artifactId>
70                         <version>${coe.version}</version>
71                         <type>pom</type>
72                         <scope>import</scope>
73                     </dependency>
74                 </dependencies>
75             </dependencyManagement>
76         </profile>
77         <profile>
78             <id>controller</id>
79             <activation>
80                 <activeByDefault>true</activeByDefault>
81             </activation>
82             <dependencyManagement>
83                 <dependencies>
84                     <dependency>
85                         <groupId>org.opendaylight.controller</groupId>
86                         <artifactId>config-artifacts</artifactId>
87                         <version>${config.version}</version>
88                         <type>pom</type>
89                         <scope>import</scope>
90                     </dependency>
91                 </dependencies>
92             </dependencyManagement>
93         </profile>
94         <profile>
95             <id>daexim</id>
96             <activation>
97                 <activeByDefault>true</activeByDefault>
98             </activation>
99             <dependencyManagement>
100                 <dependencies>
101                     <dependency>
102                         <groupId>org.opendaylight.daexim</groupId>
103                         <artifactId>daexim-artifacts</artifactId>
104                         <version>${daexim.version}</version>
105                         <type>pom</type>
106                         <scope>import</scope>
107                     </dependency>
108                 </dependencies>
109             </dependencyManagement>
110         </profile>
111         <profile>
112             <id>genius</id>
113             <activation>
114                 <activeByDefault>true</activeByDefault>
115             </activation>
116             <dependencyManagement>
117                 <dependencies>
118                     <dependency>
119                         <groupId>org.opendaylight.genius</groupId>
120                         <artifactId>genius-artifacts</artifactId>
121                         <version>${genius.version}</version>
122                         <type>pom</type>
123                         <scope>import</scope>
124                     </dependency>
125                 </dependencies>
126             </dependencyManagement>
127         </profile>
128         <profile>
129             <id>groupbasedpolicy</id>
130             <activation>
131                 <activeByDefault>true</activeByDefault>
132             </activation>
133             <dependencyManagement>
134                 <dependencies>
135                     <dependency>
136                         <groupId>org.opendaylight.groupbasedpolicy</groupId>
137                         <artifactId>groupbasedpolicy-artifacts</artifactId>
138                         <version>${groupbasedpolicy.version}</version>
139                         <type>pom</type>
140                         <scope>import</scope>
141                     </dependency>
142                 </dependencies>
143             </dependencyManagement>
144         </profile>
145         <profile>
146             <id>honeycombvbd</id>
147             <activation>
148                 <activeByDefault>true</activeByDefault>
149             </activation>
150             <dependencyManagement>
151                 <dependencies>
152                     <dependency>
153                         <groupId>org.opendaylight.honeycomb.vbd</groupId>
154                         <artifactId>vbd-artifacts</artifactId>
155                         <version>${honeycomb.vbd.version}</version>
156                         <type>pom</type>
157                         <scope>import</scope>
158                     </dependency>
159                 </dependencies>
160             </dependencyManagement>
161         </profile>
162         <profile>
163             <id>infrautils</id>
164             <activation>
165                 <activeByDefault>true</activeByDefault>
166             </activation>
167             <dependencyManagement>
168                 <dependencies>
169                     <dependency>
170                         <groupId>org.opendaylight.infrautils</groupId>
171                         <artifactId>infrautils-artifacts</artifactId>
172                         <version>${infrautils.version}</version>
173                         <type>pom</type>
174                         <scope>import</scope>
175                     </dependency>
176                 </dependencies>
177             </dependencyManagement>
178         </profile>
179         <profile>
180             <id>lispflowmapping</id>
181             <activation>
182                 <activeByDefault>true</activeByDefault>
183             </activation>
184             <dependencyManagement>
185                 <dependencies>
186                     <dependency>
187                         <groupId>org.opendaylight.lispflowmapping</groupId>
188                         <artifactId>lispflowmapping-artifacts</artifactId>
189                         <version>${lispflowmapping.version}</version>
190                         <type>pom</type>
191                         <scope>import</scope>
192                     </dependency>
193                 </dependencies>
194             </dependencyManagement>
195         </profile>
196         <profile>
197             <id>netconf</id>
198             <activation>
199                 <activeByDefault>true</activeByDefault>
200             </activation>
201             <dependencyManagement>
202                 <dependencies>
203                     <dependency>
204                         <groupId>org.opendaylight.netconf</groupId>
205                         <artifactId>netconf-artifacts</artifactId>
206                         <version>${netconf.version}</version>
207                         <type>pom</type>
208                         <scope>import</scope>
209                     </dependency>
210                     <dependency>
211                         <groupId>org.opendaylight.netconf</groupId>
212                         <artifactId>restconf-artifacts</artifactId>
213                         <version>${restconf.version}</version>
214                         <type>pom</type>
215                         <scope>import</scope>
216                     </dependency>
217                 </dependencies>
218             </dependencyManagement>
219         </profile>
220         <profile>
221             <id>netvirt</id>
222             <activation>
223                 <activeByDefault>true</activeByDefault>
224             </activation>
225             <dependencyManagement>
226                 <dependencies>
227                     <dependency>
228                         <groupId>org.opendaylight.netvirt</groupId>
229                         <artifactId>netvirt-artifacts</artifactId>
230                         <version>${netvirt.version}</version>
231                         <type>pom</type>
232                         <scope>import</scope>
233                     </dependency>
234                 </dependencies>
235             </dependencyManagement>
236         </profile>
237         <profile>
238             <id>neutron</id>
239             <activation>
240                 <activeByDefault>true</activeByDefault>
241             </activation>
242             <dependencyManagement>
243                 <dependencies>
244                     <dependency>
245                         <groupId>org.opendaylight.neutron</groupId>
246                         <artifactId>neutron-artifacts</artifactId>
247                         <version>${neutron.version}</version>
248                         <type>pom</type>
249                         <scope>import</scope>
250                     </dependency>
251                 </dependencies>
252             </dependencyManagement>
253         </profile>
254         <profile>
255             <id>openflowplugin</id>
256             <activation>
257                 <activeByDefault>true</activeByDefault>
258             </activation>
259             <dependencyManagement>
260                 <dependencies>
261                     <dependency>
262                         <groupId>org.opendaylight.openflowplugin</groupId>
263                         <artifactId>openflowplugin-artifacts</artifactId>
264                         <version>${openflowplugin.version}</version>
265                         <type>pom</type>
266                         <scope>import</scope>
267                     </dependency>
268                 </dependencies>
269             </dependencyManagement>
270         </profile>
271         <profile>
272             <id>ovsdb</id>
273             <activation>
274                 <activeByDefault>true</activeByDefault>
275             </activation>
276             <dependencyManagement>
277                 <dependencies>
278                     <dependency>
279                         <groupId>org.opendaylight.ovsdb</groupId>
280                         <artifactId>hwvtepsouthbound-artifacts</artifactId>
281                         <version>${ovsdb.version}</version>
282                         <type>pom</type>
283                         <scope>import</scope>
284                     </dependency>
285                     <dependency>
286                         <groupId>org.opendaylight.ovsdb</groupId>
287                         <artifactId>library-artifacts</artifactId>
288                         <version>${ovsdb.version}</version>
289                         <type>pom</type>
290                         <scope>import</scope>
291                     </dependency>
292                     <dependency>
293                         <groupId>org.opendaylight.ovsdb</groupId>
294                         <artifactId>southbound-artifacts</artifactId>
295                         <version>${ovsdb.version}</version>
296                         <type>pom</type>
297                         <scope>import</scope>
298                     </dependency>
299                 </dependencies>
300             </dependencyManagement>
301         </profile>
302         <profile>
303             <id>tsdr</id>
304             <activation>
305                 <activeByDefault>true</activeByDefault>
306             </activation>
307             <dependencyManagement>
308                 <dependencies>
309                     <dependency>
310                         <groupId>org.opendaylight.tsdr</groupId>
311                         <artifactId>tsdr-artifacts</artifactId>
312                         <version>${tsdr.version}</version>
313                         <type>pom</type>
314                         <scope>import</scope>
315                     </dependency>
316                 </dependencies>
317             </dependencyManagement>
318         </profile>
319         <profile>
320             <id>unimgr</id>
321             <activation>
322                 <!-- Removed for the odlparent 3 / yangtools 2 migration -->
323                 <activeByDefault>false</activeByDefault>
324             </activation>
325             <dependencyManagement>
326                 <dependencies>
327                     <dependency>
328                         <groupId>org.opendaylight.unimgr</groupId>
329                         <artifactId>unimgr-artifacts</artifactId>
330                         <version>${unimgr.version}</version>
331                         <type>pom</type>
332                         <scope>import</scope>
333                     </dependency>
334                 </dependencies>
335             </dependencyManagement>
336         </profile>
337     </profiles>
338 </project>