Add serviceutils to 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.9.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>infrautils</id>
130             <activation>
131                 <activeByDefault>true</activeByDefault>
132             </activation>
133             <dependencyManagement>
134                 <dependencies>
135                     <dependency>
136                         <groupId>org.opendaylight.infrautils</groupId>
137                         <artifactId>infrautils-artifacts</artifactId>
138                         <version>${infrautils.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>netconf</id>
164             <activation>
165                 <activeByDefault>true</activeByDefault>
166             </activation>
167             <dependencyManagement>
168                 <dependencies>
169                     <dependency>
170                         <groupId>org.opendaylight.netconf</groupId>
171                         <artifactId>netconf-artifacts</artifactId>
172                         <version>${netconf.version}</version>
173                         <type>pom</type>
174                         <scope>import</scope>
175                     </dependency>
176                     <dependency>
177                         <groupId>org.opendaylight.netconf</groupId>
178                         <artifactId>restconf-artifacts</artifactId>
179                         <version>${restconf.version}</version>
180                         <type>pom</type>
181                         <scope>import</scope>
182                     </dependency>
183                 </dependencies>
184             </dependencyManagement>
185         </profile>
186         <profile>
187             <id>netvirt</id>
188             <activation>
189                 <activeByDefault>true</activeByDefault>
190             </activation>
191             <dependencyManagement>
192                 <dependencies>
193                     <dependency>
194                         <groupId>org.opendaylight.netvirt</groupId>
195                         <artifactId>netvirt-artifacts</artifactId>
196                         <version>${netvirt.version}</version>
197                         <type>pom</type>
198                         <scope>import</scope>
199                     </dependency>
200                 </dependencies>
201             </dependencyManagement>
202         </profile>
203         <profile>
204             <id>neutron</id>
205             <activation>
206                 <activeByDefault>true</activeByDefault>
207             </activation>
208             <dependencyManagement>
209                 <dependencies>
210                     <dependency>
211                         <groupId>org.opendaylight.neutron</groupId>
212                         <artifactId>neutron-artifacts</artifactId>
213                         <version>${neutron.version}</version>
214                         <type>pom</type>
215                         <scope>import</scope>
216                     </dependency>
217                 </dependencies>
218             </dependencyManagement>
219         </profile>
220         <profile>
221             <id>openflowplugin</id>
222             <activation>
223                 <activeByDefault>true</activeByDefault>
224             </activation>
225             <dependencyManagement>
226                 <dependencies>
227                     <dependency>
228                         <groupId>org.opendaylight.openflowplugin</groupId>
229                         <artifactId>openflowplugin-artifacts</artifactId>
230                         <version>${openflowplugin.version}</version>
231                         <type>pom</type>
232                         <scope>import</scope>
233                     </dependency>
234                 </dependencies>
235             </dependencyManagement>
236         </profile>
237         <profile>
238             <id>ovsdb</id>
239             <activation>
240                 <activeByDefault>true</activeByDefault>
241             </activation>
242             <dependencyManagement>
243                 <dependencies>
244                     <dependency>
245                         <groupId>org.opendaylight.ovsdb</groupId>
246                         <artifactId>hwvtepsouthbound-artifacts</artifactId>
247                         <version>${ovsdb.version}</version>
248                         <type>pom</type>
249                         <scope>import</scope>
250                     </dependency>
251                     <dependency>
252                         <groupId>org.opendaylight.ovsdb</groupId>
253                         <artifactId>library-artifacts</artifactId>
254                         <version>${ovsdb.version}</version>
255                         <type>pom</type>
256                         <scope>import</scope>
257                     </dependency>
258                     <dependency>
259                         <groupId>org.opendaylight.ovsdb</groupId>
260                         <artifactId>southbound-artifacts</artifactId>
261                         <version>${ovsdb.version}</version>
262                         <type>pom</type>
263                         <scope>import</scope>
264                     </dependency>
265                 </dependencies>
266             </dependencyManagement>
267         </profile>
268         <profile>
269             <id>serviceutils</id>
270             <activation>
271                 <activeByDefault>false</activeByDefault>
272             </activation>
273             <dependencyManagement>
274                 <dependencies>
275                     <dependency>
276                         <groupId>org.opendaylight.serviceutils</groupId>
277                         <artifactId>serviceutils-artifacts</artifactId>
278                         <version>${serviceutils.version}</version>
279                         <type>pom</type>
280                         <scope>import</scope>
281                     </dependency>
282                 </dependencies>
283             </dependencyManagement>
284         </profile>
285     </profiles>
286 </project>