Release integration/distribution
[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.14.5</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>aaa</id>
45             <activation>
46                 <activeByDefault>true</activeByDefault>
47             </activation>
48             <dependencyManagement>
49                 <dependencies>
50                     <dependency>
51                         <groupId>org.opendaylight.aaa</groupId>
52                         <artifactId>aaa-artifacts</artifactId>
53                         <version>${aaa.version}</version>
54                         <type>pom</type>
55                         <scope>import</scope>
56                     </dependency>
57                 </dependencies>
58             </dependencyManagement>
59         </profile>
60         <profile>
61             <id>bgpcep</id>
62             <activation>
63                 <activeByDefault>true</activeByDefault>
64             </activation>
65             <dependencyManagement>
66                 <dependencies>
67                     <dependency>
68                         <groupId>org.opendaylight.bgpcep</groupId>
69                         <artifactId>bgpcep-artifacts</artifactId>
70                         <version>${bgpcep.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>controller-artifacts</artifactId>
87                         <version>${controller.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>infrautils</id>
113             <activation>
114                 <activeByDefault>true</activeByDefault>
115             </activation>
116             <dependencyManagement>
117                 <dependencies>
118                     <dependency>
119                         <groupId>org.opendaylight.infrautils</groupId>
120                         <artifactId>infrautils-artifacts</artifactId>
121                         <version>${infrautils.version}</version>
122                         <type>pom</type>
123                         <scope>import</scope>
124                     </dependency>
125                 </dependencies>
126             </dependencyManagement>
127         </profile>
128         <profile>
129             <id>jsonrpc</id>
130             <activation>
131                 <activeByDefault>true</activeByDefault>
132             </activation>
133             <dependencyManagement>
134                 <dependencies>
135                     <dependency>
136                         <groupId>org.opendaylight.jsonrpc</groupId>
137                         <artifactId>jsonrpc-artifacts</artifactId>
138                         <version>${jsonrpc.version}</version>
139                         <type>pom</type>
140                         <scope>import</scope>
141                     </dependency>
142                 </dependencies>
143             </dependencyManagement>
144         </profile>
145         <profile>
146             <id>lispflowmapping</id>
147             <activation>
148                 <activeByDefault>true</activeByDefault>
149             </activation>
150             <dependencyManagement>
151                 <dependencies>
152                     <dependency>
153                         <groupId>org.opendaylight.lispflowmapping</groupId>
154                         <artifactId>lispflowmapping-artifacts</artifactId>
155                         <version>${lispflowmapping.version}</version>
156                         <type>pom</type>
157                         <scope>import</scope>
158                     </dependency>
159                 </dependencies>
160             </dependencyManagement>
161         </profile>
162         <profile>
163             <id>mdsal</id>
164             <activation>
165                 <activeByDefault>true</activeByDefault>
166             </activation>
167             <dependencyManagement>
168                 <dependencies>
169                     <dependency>
170                         <groupId>org.opendaylight.mdsal</groupId>
171                         <artifactId>mdsal-artifacts</artifactId>
172                         <version>${mdsal.version}</version>
173                         <type>pom</type>
174                         <scope>import</scope>
175                     </dependency>
176                 </dependencies>
177             </dependencyManagement>
178         </profile>
179         <profile>
180             <id>netconf</id>
181             <activation>
182                 <activeByDefault>true</activeByDefault>
183             </activation>
184             <dependencyManagement>
185                 <dependencies>
186                     <dependency>
187                         <groupId>org.opendaylight.netconf</groupId>
188                         <artifactId>netconf-artifacts</artifactId>
189                         <version>${netconf.version}</version>
190                         <type>pom</type>
191                         <scope>import</scope>
192                     </dependency>
193                 </dependencies>
194             </dependencyManagement>
195         </profile>
196         <profile>
197             <id>neutron</id>
198             <activation>
199                 <activeByDefault>true</activeByDefault>
200             </activation>
201             <dependencyManagement>
202                 <dependencies>
203                     <dependency>
204                         <groupId>org.opendaylight.neutron</groupId>
205                         <artifactId>neutron-artifacts</artifactId>
206                         <version>${neutron.version}</version>
207                         <type>pom</type>
208                         <scope>import</scope>
209                     </dependency>
210                 </dependencies>
211             </dependencyManagement>
212         </profile>
213         <profile>
214             <id>odlparent</id>
215             <activation>
216                 <activeByDefault>true</activeByDefault>
217             </activation>
218             <dependencyManagement>
219                 <dependencies>
220                     <dependency>
221                         <groupId>org.opendaylight.odlparent</groupId>
222                         <artifactId>odlparent-artifacts</artifactId>
223                         <version>${odlparent.version}</version>
224                         <type>pom</type>
225                         <scope>import</scope>
226                     </dependency>
227                 </dependencies>
228             </dependencyManagement>
229         </profile>
230         <profile>
231             <id>openflowplugin</id>
232             <activation>
233                 <activeByDefault>true</activeByDefault>
234             </activation>
235             <dependencyManagement>
236                 <dependencies>
237                     <dependency>
238                         <groupId>org.opendaylight.openflowplugin</groupId>
239                         <artifactId>openflowplugin-artifacts</artifactId>
240                         <version>${openflowplugin.version}</version>
241                         <type>pom</type>
242                         <scope>import</scope>
243                     </dependency>
244                 </dependencies>
245             </dependencyManagement>
246         </profile>
247         <profile>
248             <id>ovsdb</id>
249             <activation>
250                 <activeByDefault>true</activeByDefault>
251             </activation>
252             <dependencyManagement>
253                 <dependencies>
254                     <dependency>
255                         <groupId>org.opendaylight.ovsdb</groupId>
256                         <artifactId>hwvtepsouthbound-artifacts</artifactId>
257                         <version>${ovsdb.version}</version>
258                         <type>pom</type>
259                         <scope>import</scope>
260                     </dependency>
261                     <dependency>
262                         <groupId>org.opendaylight.ovsdb</groupId>
263                         <artifactId>library-artifacts</artifactId>
264                         <version>${ovsdb.version}</version>
265                         <type>pom</type>
266                         <scope>import</scope>
267                     </dependency>
268                     <dependency>
269                         <groupId>org.opendaylight.ovsdb</groupId>
270                         <artifactId>southbound-artifacts</artifactId>
271                         <version>${ovsdb.version}</version>
272                         <type>pom</type>
273                         <scope>import</scope>
274                     </dependency>
275                 </dependencies>
276             </dependencyManagement>
277         </profile>
278         <profile>
279             <id>serviceutils</id>
280             <activation>
281                 <activeByDefault>true</activeByDefault>
282             </activation>
283             <dependencyManagement>
284                 <dependencies>
285                     <dependency>
286                         <groupId>org.opendaylight.serviceutils</groupId>
287                         <artifactId>serviceutils-artifacts</artifactId>
288                         <version>${serviceutils.version}</version>
289                         <type>pom</type>
290                         <scope>import</scope>
291                     </dependency>
292                 </dependencies>
293             </dependencyManagement>
294         </profile>
295         <profile>
296             <id>yangtools</id>
297             <activation>
298                 <activeByDefault>true</activeByDefault>
299             </activation>
300             <dependencyManagement>
301                 <dependencies>
302                     <dependency>
303                         <groupId>org.opendaylight.yangtools</groupId>
304                         <artifactId>yangtools-artifacts</artifactId>
305                         <version>${yangtools.version}</version>
306                         <type>pom</type>
307                         <scope>import</scope>
308                     </dependency>
309                 </dependencies>
310             </dependencyManagement>
311         </profile>
312     </profiles>
313 </project>