blob: 3005cea10d659adde0cf848e049d66dfa8eaeb70 [file] [log] [blame]
Brian O'Connor5af8a942014-11-26 12:17:40 -08001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuska7399e482014-12-01 21:27:42 -08002<!--
3 ~ Copyright 2014 Open Networking Laboratory
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
tom09419512014-08-15 11:28:43 -070017<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
alshabib522d9872014-08-15 10:35:16 -070021
Thomas Vachuskaabfe8d32014-10-23 15:59:32 -070022 <prerequisites>
Yuta HIGUCHI1cb9a522015-02-04 11:55:19 -080023 <maven>3.0.1</maven>
Thomas Vachuskaabfe8d32014-10-23 15:59:32 -070024 </prerequisites>
25
Brian O'Connor932d9412014-12-03 17:20:11 -080026 <parent>
27 <groupId>org.onosproject</groupId>
28 <artifactId>onos-base</artifactId>
29 <version>1</version>
30 <relativePath>tools/build/pom.xml</relativePath>
31 </parent>
32
Brian O'Connorabafb502014-12-02 22:26:20 -080033 <groupId>org.onosproject</groupId>
tom09419512014-08-15 11:28:43 -070034 <artifactId>onos</artifactId>
35 <packaging>pom</packaging>
Brian O'Connor6ea48a22015-03-17 20:07:20 -070036 <version>1.2.0-SNAPSHOT</version>
alshabib522d9872014-08-15 10:35:16 -070037
Brian O'Connor932d9412014-12-03 17:20:11 -080038 <name>${project.artifactId}</name>
Yuta HIGUCHI964c1732014-12-02 20:38:07 -080039 <description>Open Network Operating System root project</description>
tom09419512014-08-15 11:28:43 -070040
41 <modules>
tom0eb04ca2014-08-25 14:34:51 -070042 <module>utils</module>
tome2dc27a2014-09-09 12:41:21 -070043 <module>core</module>
tom0eb04ca2014-08-25 14:34:51 -070044 <module>web</module>
45 <module>cli</module>
46 <module>providers</module>
tomf8b8d672014-09-17 13:07:23 -070047 <module>openflow</module>
tom8bb16062014-09-12 14:47:46 -070048 <module>apps</module>
tom09419512014-08-15 11:28:43 -070049 <module>features</module>
tomaa49a1e2014-09-12 23:11:46 -070050 <module>tools/package/branding</module>
tom09419512014-08-15 11:28:43 -070051 </modules>
52
Brian O'Connor3439c102014-12-03 01:02:03 -080053 <url>http://onosproject.org/</url>
tom09419512014-08-15 11:28:43 -070054
Brian O'Connor932d9412014-12-03 17:20:11 -080055 <scm>
56 <connection>scm:git:https://gerrit.onosproject.org/onos</connection>
Thomas Vachuskaa8f4e7d2015-01-08 17:31:55 -080057 <developerConnection>scm:git:https://gerrit.onosproject.org/onos
58 </developerConnection>
Brian O'Connor932d9412014-12-03 17:20:11 -080059 <url>http://gerrit.onosproject.org/</url>
60 </scm>
61
tom09419512014-08-15 11:28:43 -070062 <licenses>
63 <license>
tom09419512014-08-15 11:28:43 -070064 <name>Apache License, Version 2.0</name>
65 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
66 </license>
67 </licenses>
68
Yuta HIGUCHIe2efe722014-09-19 14:37:34 -070069 <properties>
70 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Yuta HIGUCHIceff7b02014-10-20 18:32:25 -070071 <netty4.version>4.0.23.Final</netty4.version>
Brian O'Connor55396412015-03-17 18:49:29 -070072 <copycat.version>0.4.0.onos</copycat.version>
alshabibe4344332015-01-28 15:30:13 -080073 <openflowj.version>0.3.9.oe</openflowj.version>
Yuta HIGUCHIe2efe722014-09-19 14:37:34 -070074 </properties>
75
Brian O'Connor932d9412014-12-03 17:20:11 -080076 <distributionManagement>
77 <snapshotRepository>
78 <id>ossrh</id>
79 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
80 </snapshotRepository>
81 </distributionManagement>
Yuta HIGUCHI275fb6b2014-11-04 08:33:13 -080082
tom0eb04ca2014-08-25 14:34:51 -070083 <dependencyManagement>
84 <dependencies>
85 <dependency>
86 <groupId>junit</groupId>
87 <artifactId>junit</artifactId>
88 <version>4.11</version>
89 <scope>test</scope>
90 </dependency>
tom09419512014-08-15 11:28:43 -070091
tom0eb04ca2014-08-25 14:34:51 -070092 <dependency>
Brian O'Connorf3d06162014-10-02 15:54:12 -070093 <groupId>org.hamcrest</groupId>
94 <artifactId>hamcrest-core</artifactId>
95 <version>1.3</version>
96 <scope>test</scope>
97 </dependency>
98 <dependency>
99 <groupId>org.hamcrest</groupId>
100 <artifactId>hamcrest-library</artifactId>
101 <version>1.3</version>
102 <scope>test</scope>
103 </dependency>
104
105 <dependency>
tom0eb04ca2014-08-25 14:34:51 -0700106 <groupId>org.slf4j</groupId>
107 <artifactId>slf4j-api</artifactId>
108 <version>1.7.6</version>
109 <scope>provided</scope>
110 </dependency>
111
112 <dependency>
113 <groupId>org.slf4j</groupId>
pankajb57fae22014-10-06 18:28:21 -0700114 <artifactId>slf4j-core</artifactId>
115 <version>1.7.6</version>
116 <scope>test</scope>
117 </dependency>
118
119 <dependency>
120 <groupId>org.slf4j</groupId>
tom0eb04ca2014-08-25 14:34:51 -0700121 <artifactId>slf4j-jdk14</artifactId>
122 <version>1.7.6</version>
123 <scope>test</scope>
124 </dependency>
125
126 <dependency>
127 <groupId>com.google.guava</groupId>
128 <artifactId>guava</artifactId>
tomeadbb462014-09-07 16:10:19 -0700129 <version>18.0</version>
tom0eb04ca2014-08-25 14:34:51 -0700130 </dependency>
131
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700132 <dependency>
Madan Jampania185d862014-09-30 11:32:31 -0700133 <groupId>io.netty</groupId>
alshabibdf652ad2014-09-09 11:53:19 -0700134 <artifactId>netty</artifactId>
135 <version>3.9.0.Final</version>
136 </dependency>
137
tomde8d9682014-08-27 01:11:43 -0700138 <dependency>
139 <groupId>com.google.guava</groupId>
140 <artifactId>guava-testlib</artifactId>
tomeadbb462014-09-07 16:10:19 -0700141 <version>18.0</version>
tomde8d9682014-08-27 01:11:43 -0700142 <scope>test</scope>
143 </dependency>
144
tom6d2a43e2014-09-08 01:50:20 -0700145 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700146 <groupId>com.googlecode.concurrent-trees</groupId>
147 <artifactId>concurrent-trees</artifactId>
148 <version>2.4.0</version>
Jonathan Hart335ef462014-10-16 08:20:46 -0700149 </dependency>
150
151 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700152 <groupId>commons-lang</groupId>
tom6d2a43e2014-09-08 01:50:20 -0700153 <artifactId>commons-lang</artifactId>
154 <version>2.6</version>
155 </dependency>
tomde8d9682014-08-27 01:11:43 -0700156
tom66a7eb22014-09-22 11:58:56 -0700157 <dependency>
158 <groupId>org.apache.commons</groupId>
159 <artifactId>commons-lang3</artifactId>
160 <version>3.3.2</version>
161 </dependency>
162
Brian O'Connorf3d06162014-10-02 15:54:12 -0700163 <dependency>
Thomas Vachuska02aeb032015-01-06 22:36:30 -0800164 <groupId>commons-configuration</groupId>
165 <artifactId>commons-configuration</artifactId>
166 <version>1.10</version>
167 </dependency>
168
169 <dependency>
Pavlin Radoslavova7243cc2014-11-22 21:38:02 -0800170 <groupId>org.apache.commons</groupId>
171 <artifactId>commons-collections4</artifactId>
172 <version>4.0</version>
173 </dependency>
174
175 <dependency>
Brian O'Connorf3d06162014-10-02 15:54:12 -0700176 <groupId>org.codehaus.jackson</groupId>
177 <artifactId>jackson-core-asl</artifactId>
178 <version>1.9.13</version>
179 </dependency>
180 <dependency>
181 <groupId>org.codehaus.jackson</groupId>
182 <artifactId>jackson-mapper-asl</artifactId>
183 <version>1.9.13</version>
184 </dependency>
Jonathan Hart74f9c3b2014-09-29 20:03:50 -0700185
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700186 <dependency>
187 <groupId>org.easymock</groupId>
188 <artifactId>easymock</artifactId>
189 <version>3.2</version>
190 <scope>test</scope>
191 </dependency>
tom66a7eb22014-09-22 11:58:56 -0700192
tom0eb04ca2014-08-25 14:34:51 -0700193 <!-- Web related -->
194 <dependency>
195 <groupId>com.sun.jersey</groupId>
196 <artifactId>jersey-servlet</artifactId>
197 <version>1.18.1</version>
198 <scope>provided</scope>
199 </dependency>
200 <dependency>
201 <groupId>com.fasterxml.jackson.core</groupId>
202 <artifactId>jackson-databind</artifactId>
203 <version>2.4.2</version>
204 <scope>provided</scope>
205 </dependency>
206 <dependency>
207 <groupId>com.fasterxml.jackson.core</groupId>
208 <artifactId>jackson-annotations</artifactId>
209 <version>2.4.2</version>
210 <scope>provided</scope>
211 </dependency>
212
213 <!-- OSGi related -->
214 <dependency>
215 <groupId>org.osgi</groupId>
216 <artifactId>org.osgi.core</artifactId>
217 <version>4.3.1</version>
218 <scope>provided</scope>
219 </dependency>
220 <dependency>
tomc16656f2014-10-15 18:30:31 -0700221 <groupId>org.osgi</groupId>
222 <artifactId>org.osgi.compendium</artifactId>
223 <version>4.3.1</version>
224 <scope>provided</scope>
225 </dependency>
226 <dependency>
tom0eb04ca2014-08-25 14:34:51 -0700227 <groupId>org.apache.felix</groupId>
228 <artifactId>org.apache.felix.scr.annotations</artifactId>
229 <version>1.9.8</version>
230 <scope>provided</scope>
231 </dependency>
232 <dependency>
233 <groupId>org.apache.karaf.shell</groupId>
234 <artifactId>org.apache.karaf.shell.console</artifactId>
Pavlin Radoslavovc5227052014-11-04 10:55:19 -0800235 <version>3.0.2</version>
tom0eb04ca2014-08-25 14:34:51 -0700236 <scope>provided</scope>
237 </dependency>
238
Yuta HIGUCHI24a086b2014-09-21 23:28:41 -0700239 <dependency>
tom14dc4d02014-09-26 12:43:14 -0700240 <groupId>org.livetribe.slp</groupId>
241 <artifactId>livetribe-slp</artifactId>
242 <version>2.2.1</version>
243 </dependency>
244
245 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700246 <groupId>com.hazelcast</groupId>
247 <artifactId>hazelcast</artifactId>
Yuta HIGUCHI93356bc2015-01-28 12:33:59 -0800248 <version>3.4</version>
Yuta HIGUCHI24a086b2014-09-21 23:28:41 -0700249 </dependency>
250 <dependency>
Yuta HIGUCHI151cad82015-02-04 23:26:50 -0800251 <groupId>com.hazelcast</groupId>
252 <artifactId>hazelcast</artifactId>
253 <version>3.4</version>
254 <classifier>tests</classifier>
255 <scope>test</scope>
256 </dependency>
257 <dependency>
tomdc66b382014-09-22 17:05:47 -0700258 <groupId>com.eclipsesource.minimal-json</groupId>
259 <artifactId>minimal-json</artifactId>
260 <version>0.9.1</version>
261 </dependency>
262 <dependency>
Yuta HIGUCHI8ee7d4c2014-10-09 23:09:41 -0700263 <groupId>com.esotericsoftware</groupId>
264 <artifactId>kryo</artifactId>
265 <version>3.0.0</version>
266 </dependency>
267 <dependency>
268 <groupId>com.esotericsoftware</groupId>
269 <artifactId>reflectasm</artifactId>
270 <version>1.10.0</version>
271 <type>bundle</type>
272 </dependency>
273 <dependency>
274 <groupId>org.ow2.asm</groupId>
275 <artifactId>asm</artifactId>
276 <version>4.2</version>
Yuta HIGUCHI24a086b2014-09-21 23:28:41 -0700277 </dependency>
278 <dependency>
tom66a7eb22014-09-22 11:58:56 -0700279 <groupId>com.esotericsoftware</groupId>
280 <artifactId>minlog</artifactId>
281 <version>1.3.0</version>
282 </dependency>
283 <dependency>
284 <groupId>org.objenesis</groupId>
285 <artifactId>objenesis</artifactId>
286 <version>2.1</version>
287 </dependency>
Yuta HIGUCHI24a086b2014-09-21 23:28:41 -0700288
tom0eb04ca2014-08-25 14:34:51 -0700289 <!-- ONOS related -->
290 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800291 <groupId>org.onosproject</groupId>
tom5f38b3a2014-08-27 23:50:54 -0700292 <artifactId>onlab-misc</artifactId>
293 <version>${project.version}</version>
294 </dependency>
tom931af4e2014-09-13 12:00:57 -0700295 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800296 <groupId>org.onosproject</groupId>
tomf110fff2014-09-26 00:38:18 -0700297 <artifactId>onlab-nio</artifactId>
298 <version>${project.version}</version>
299 </dependency>
300 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800301 <groupId>org.onosproject</groupId>
tom0872a172014-09-23 11:24:26 -0700302 <artifactId>onlab-osgi</artifactId>
303 <version>${project.version}</version>
304 </dependency>
305 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800306 <groupId>org.onosproject</groupId>
Yuta HIGUCHIa7a4e5d2015-02-11 14:20:58 -0800307 <artifactId>onlab-osgi</artifactId>
308 <version>${project.version}</version>
309 <classifier>tests</classifier>
310 <scope>test</scope>
311 </dependency>
312 <dependency>
313 <groupId>org.onosproject</groupId>
tom931af4e2014-09-13 12:00:57 -0700314 <artifactId>onlab-junit</artifactId>
Pavlin Radoslavovd26f57a2014-10-23 17:19:45 -0700315 <version>${project.version}</version>
tom931af4e2014-09-13 12:00:57 -0700316 <scope>test</scope>
317 </dependency>
tom5f38b3a2014-08-27 23:50:54 -0700318
319 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800320 <groupId>org.onosproject</groupId>
tom0eb04ca2014-08-25 14:34:51 -0700321 <artifactId>onos-api</artifactId>
322 <version>${project.version}</version>
323 </dependency>
324 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800325 <groupId>org.onosproject</groupId>
tom61359e92014-09-16 15:50:27 -0700326 <artifactId>onos-api</artifactId>
327 <version>${project.version}</version>
328 <classifier>tests</classifier>
329 <scope>test</scope>
330 </dependency>
331
Thomas Vachuska02aeb032015-01-06 22:36:30 -0800332
333 <dependency>
334 <groupId>org.onosproject</groupId>
335 <artifactId>onos-core-common</artifactId>
336 <version>${project.version}</version>
337 </dependency>
338
tom61359e92014-09-16 15:50:27 -0700339 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800340 <groupId>org.onosproject</groupId>
tom0eb04ca2014-08-25 14:34:51 -0700341 <artifactId>onos-of-api</artifactId>
342 <version>${project.version}</version>
343 </dependency>
Jonathan Hart335ef462014-10-16 08:20:46 -0700344
345 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800346 <groupId>org.onosproject</groupId>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700347 <artifactId>onlab-thirdparty</artifactId>
348 <version>${project.version}</version>
Jonathan Hart335ef462014-10-16 08:20:46 -0700349 </dependency>
350
tom61359e92014-09-16 15:50:27 -0700351 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800352 <groupId>org.onosproject</groupId>
tom61359e92014-09-16 15:50:27 -0700353 <artifactId>onos-of-api</artifactId>
354 <version>${project.version}</version>
355 <classifier>tests</classifier>
356 <scope>test</scope>
357 </dependency>
Yuta HIGUCHI707a7e62014-10-02 16:35:49 -0700358 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700359 <groupId>commons-pool</groupId>
360 <artifactId>commons-pool</artifactId>
361 <version>1.6</version>
Yuta HIGUCHI707a7e62014-10-02 16:35:49 -0700362 </dependency>
Yuta HIGUCHIceff7b02014-10-20 18:32:25 -0700363 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700364 <groupId>io.netty</groupId>
365 <artifactId>netty-common</artifactId>
366 <version>${netty4.version}</version>
Yuta HIGUCHIceff7b02014-10-20 18:32:25 -0700367 </dependency>
368 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700369 <groupId>io.netty</groupId>
370 <artifactId>netty-buffer</artifactId>
371 <version>${netty4.version}</version>
Yuta HIGUCHIceff7b02014-10-20 18:32:25 -0700372 </dependency>
373 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700374 <groupId>io.netty</groupId>
375 <artifactId>netty-transport</artifactId>
376 <version>${netty4.version}</version>
Yuta HIGUCHIceff7b02014-10-20 18:32:25 -0700377 </dependency>
378 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700379 <groupId>io.netty</groupId>
380 <artifactId>netty-handler</artifactId>
381 <version>${netty4.version}</version>
Yuta HIGUCHIceff7b02014-10-20 18:32:25 -0700382 </dependency>
383 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700384 <groupId>io.netty</groupId>
385 <artifactId>netty-codec</artifactId>
386 <version>${netty4.version}</version>
Yuta HIGUCHIceff7b02014-10-20 18:32:25 -0700387 </dependency>
Madan Jampani824a7c12014-10-21 09:46:15 -0700388 <dependency>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700389 <groupId>io.netty</groupId>
390 <artifactId>netty-transport-native-epoll</artifactId>
391 <version>${netty4.version}</version>
Madan Jampani1c7b8782014-11-03 12:14:29 -0800392 <classifier>${os.detected.classifier}</classifier>
Madan Jampani824a7c12014-10-21 09:46:15 -0700393 </dependency>
Yuta HIGUCHIb87ef952014-10-28 23:34:23 -0700394 <dependency>
395 <groupId>joda-time</groupId>
396 <artifactId>joda-time</artifactId>
397 <version>2.5</version>
398 </dependency>
tom0eb04ca2014-08-25 14:34:51 -0700399 </dependencies>
400 </dependencyManagement>
401
402 <dependencies>
403 <dependency>
404 <groupId>junit</groupId>
405 <artifactId>junit</artifactId>
406 </dependency>
407 <dependency>
Brian O'Connorf3d06162014-10-02 15:54:12 -0700408 <groupId>org.hamcrest</groupId>
409 <artifactId>hamcrest-core</artifactId>
410 </dependency>
411 <dependency>
412 <groupId>org.hamcrest</groupId>
413 <artifactId>hamcrest-library</artifactId>
414 </dependency>
415 <dependency>
tom0eb04ca2014-08-25 14:34:51 -0700416 <groupId>org.slf4j</groupId>
Yuta HIGUCHI0390ffb2014-10-09 23:45:16 -0700417 <artifactId>slf4j-api</artifactId>
418 </dependency>
419 <dependency>
420 <groupId>org.slf4j</groupId>
tom0eb04ca2014-08-25 14:34:51 -0700421 <artifactId>slf4j-jdk14</artifactId>
422 </dependency>
423 </dependencies>
tom09419512014-08-15 11:28:43 -0700424
425 <build>
426 <pluginManagement>
427 <plugins>
428 <plugin>
429 <groupId>org.apache.maven.plugins</groupId>
430 <artifactId>maven-compiler-plugin</artifactId>
Yuta HIGUCHIea90aa62014-10-13 15:57:55 -0700431 <!-- TODO: update once following issue is fixed. -->
432 <!-- https://jira.codehaus.org/browse/MCOMPILER-205 -->
433 <version>2.5.1</version>
tom09419512014-08-15 11:28:43 -0700434 <configuration>
Yuta HIGUCHIf2548cb2014-11-03 18:02:25 -0800435 <source>1.8</source>
436 <target>1.8</target>
tom09419512014-08-15 11:28:43 -0700437 </configuration>
438 </plugin>
439
440 <plugin>
441 <groupId>org.apache.maven.plugins</groupId>
442 <artifactId>maven-surefire-plugin</artifactId>
443 <version>2.17</version>
tom64888122014-08-27 21:47:46 -0700444 <configuration>
Thomas Vachuska5d42c6b2014-10-21 23:52:28 -0700445 <redirectTestOutputToFile>true
446 </redirectTestOutputToFile>
tom64888122014-08-27 21:47:46 -0700447 <printSummary>true</printSummary>
Thomas Vachuskaa8f4e7d2015-01-08 17:31:55 -0800448 <excludedGroups>org.onlab.junit.IntegrationTest
449 </excludedGroups>
tom64888122014-08-27 21:47:46 -0700450 </configuration>
tom09419512014-08-15 11:28:43 -0700451 </plugin>
452
453 <plugin>
454 <groupId>org.apache.maven.plugins</groupId>
455 <artifactId>maven-jar-plugin</artifactId>
456 <version>2.3.1</version>
457 <executions>
458 <execution>
459 <phase>package</phase>
460 <goals>
461 <goal>test-jar</goal>
462 </goals>
463 </execution>
464 </executions>
465 </plugin>
466
467 <plugin>
tom0eb04ca2014-08-25 14:34:51 -0700468 <groupId>org.apache.maven.plugins</groupId>
469 <artifactId>maven-resources-plugin</artifactId>
470 <version>2.6</version>
471 </plugin>
472
473 <plugin>
tom09419512014-08-15 11:28:43 -0700474 <groupId>org.apache.felix</groupId>
475 <artifactId>maven-bundle-plugin</artifactId>
Madan Jampani08822c42014-11-04 17:17:46 -0800476 <version>2.5.3</version>
tom09419512014-08-15 11:28:43 -0700477 <extensions>true</extensions>
alshabibe4344332015-01-28 15:30:13 -0800478 <!--
479 Drop following dependency when the below bug fix is published
480 https://issues.apache.org/jira/browse/FELIX-4556
481 -->
482 <dependencies>
483 <dependency>
484 <groupId>biz.aQute.bnd</groupId>
485 <artifactId>bndlib</artifactId>
486 <version>2.4.0</version>
487 </dependency>
488 </dependencies>
tom09419512014-08-15 11:28:43 -0700489 </plugin>
490
491 <plugin>
Thomas Vachuska01a6ec02014-11-05 09:54:09 -0800492 <groupId>org.apache.maven.plugins</groupId>
493 <artifactId>maven-shade-plugin</artifactId>
494 <version>2.3</version>
495 </plugin>
496
497 <plugin>
tom09419512014-08-15 11:28:43 -0700498 <groupId>org.apache.felix</groupId>
499 <artifactId>maven-scr-plugin</artifactId>
Yuta HIGUCHIf2548cb2014-11-03 18:02:25 -0800500 <version>1.20.0</version>
tom09419512014-08-15 11:28:43 -0700501 <executions>
502 <execution>
503 <id>generate-scr-srcdescriptor</id>
504 <goals>
505 <goal>scr</goal>
506 </goals>
507 </execution>
508 </executions>
509 <configuration>
510 <supportedProjectTypes>
511 <supportedProjectType>bundle</supportedProjectType>
512 <supportedProjectType>war</supportedProjectType>
513 </supportedProjectTypes>
514 </configuration>
515 </plugin>
Ray Milkey241b96a2014-11-17 13:08:20 -0800516 <plugin>
Thomas Vachuskaa8f4e7d2015-01-08 17:31:55 -0800517 <groupId>org.codehaus.mojo</groupId>
518 <artifactId>findbugs-maven-plugin</artifactId>
519 <version>3.0.0</version>
520 <dependencies>
521 <dependency>
522 <groupId>org.onosproject</groupId>
523 <artifactId>onos-build-conf</artifactId>
524 <version>1.0</version>
525 </dependency>
526 </dependencies>
527 <configuration>
528 <effort>Max</effort>
529 <excludeFilterFile>onos/findbugs-suppressions.xml
530 </excludeFilterFile>
531 </configuration>
Ray Milkey241b96a2014-11-17 13:08:20 -0800532 </plugin>
tom09419512014-08-15 11:28:43 -0700533
Brian O'Connoreaa47be2015-03-17 20:57:47 -0700534 <!-- This version needs to be updated manually when changes are made to onos-maven-plugin -->
Brian O'Connorf3d06162014-10-02 15:54:12 -0700535 <plugin>
Thomas Vachuska8c8b0372015-03-10 11:11:24 -0700536 <groupId>org.onosproject</groupId>
537 <artifactId>onos-maven-plugin</artifactId>
Brian O'Connor3e0ab5f2015-03-17 20:08:59 -0700538 <version>1.1.0</version>
Thomas Vachuska8c8b0372015-03-10 11:11:24 -0700539 <executions>
540 <execution>
541 <phase>generate-resources</phase>
542 <goals>
543 <goal>cfg</goal>
544 </goals>
545 </execution>
546 </executions>
Brian O'Connorf3d06162014-10-02 15:54:12 -0700547 </plugin>
tom09419512014-08-15 11:28:43 -0700548 </plugins>
tom09419512014-08-15 11:28:43 -0700549 </pluginManagement>
tom0eb04ca2014-08-25 14:34:51 -0700550
551 <plugins>
552 <plugin>
553 <groupId>org.apache.maven.plugins</groupId>
tome33cc1a2014-08-25 21:59:41 -0700554 <artifactId>maven-jar-plugin</artifactId>
555 </plugin>
556
557 <plugin>
558 <groupId>org.apache.maven.plugins</groupId>
tom0eb04ca2014-08-25 14:34:51 -0700559 <artifactId>maven-checkstyle-plugin</artifactId>
Yuta HIGUCHIee0ae6c2014-10-18 18:11:57 -0700560 <version>2.13</version>
tom0eb04ca2014-08-25 14:34:51 -0700561 <dependencies>
562 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800563 <groupId>org.onosproject</groupId>
tom0eb04ca2014-08-25 14:34:51 -0700564 <artifactId>onos-build-conf</artifactId>
565 <version>1.0</version>
566 </dependency>
Madan Jampani08822c42014-11-04 17:17:46 -0800567 <!-- For Java 8 lambda support-->
568 <dependency>
569 <groupId>com.puppycrawl.tools</groupId>
570 <artifactId>checkstyle</artifactId>
571 <version>5.9</version>
572 </dependency>
tom0eb04ca2014-08-25 14:34:51 -0700573 </dependencies>
574 <configuration>
Toshio Koided7d96412014-11-05 11:56:07 -0800575 <!-- begin: workaround for unexpected NullPointerException on Eclipse -->
Thomas Vachuskaa8f4e7d2015-01-08 17:31:55 -0800576 <sourceDirectory>${project.build.sourceDirectory}
577 </sourceDirectory>
578 <testSourceDirectory>${project.build.testSourceDirectory}
579 </testSourceDirectory>
Toshio Koided7d96412014-11-05 11:56:07 -0800580 <!-- end: workaround for unexpected NullPointerException on Eclipse -->
tom0eb04ca2014-08-25 14:34:51 -0700581 <configLocation>onos/checkstyle.xml</configLocation>
582 <suppressionsLocation>onos/suppressions.xml
583 </suppressionsLocation>
584 <failsOnError>false</failsOnError>
585 <logViolationsToConsole>true</logViolationsToConsole>
586 <includeTestSourceDirectory>true
587 </includeTestSourceDirectory>
588 </configuration>
589 <executions>
590 <execution>
591 <id>validate-checkstyle</id>
592 <phase>verify</phase>
593 <goals>
594 <goal>check</goal>
595 </goals>
596 </execution>
597 </executions>
598 </plugin>
599
600 <plugin>
tom50a76dd2014-09-02 15:18:35 -0700601 <groupId>org.apache.maven.plugins</groupId>
602 <artifactId>maven-pmd-plugin</artifactId>
603 <version>3.2</version>
604 <configuration>
605 <excludes>
tom50a76dd2014-09-02 15:18:35 -0700606 </excludes>
607 <rulesets>
608 <ruleset>onos/pmd.xml</ruleset>
609 </rulesets>
610 </configuration>
611 <executions>
612 <execution>
613 <id>validate-pmd</id>
614 <phase>verify</phase>
615 <goals>
616 <!-- Uncomment this goal to make the build fail on pmd errors -->
617 <!--<goal>check</goal>-->
618 </goals>
619 </execution>
620 </executions>
621 </plugin>
622
623 <plugin>
tom4f3b18b2014-08-28 14:38:47 -0700624 <groupId>org.jacoco</groupId>
625 <artifactId>jacoco-maven-plugin</artifactId>
Yuta HIGUCHIf61665d2015-02-04 12:14:09 -0800626 <version>0.7.2.201409121644</version>
tom4f3b18b2014-08-28 14:38:47 -0700627 <executions>
628 <execution>
629 <id>default-prepare-agent</id>
630 <goals>
631 <goal>prepare-agent</goal>
632 </goals>
633 </execution>
634 <execution>
635 <id>default-report</id>
636 <phase>prepare-package</phase>
637 <goals>
638 <goal>report</goal>
639 </goals>
640 </execution>
641 </executions>
642 </plugin>
tom0eb04ca2014-08-25 14:34:51 -0700643 </plugins>
tom09419512014-08-15 11:28:43 -0700644 </build>
alshabib522d9872014-08-15 10:35:16 -0700645
tom0eb04ca2014-08-25 14:34:51 -0700646 <reporting>
647 <plugins>
648 <plugin>
649 <groupId>org.apache.maven.plugins</groupId>
650 <artifactId>maven-checkstyle-plugin</artifactId>
651 <version>2.12.1</version>
652 <configuration>
Ray Milkey0f98ca22014-11-17 17:12:38 -0800653 <configLocation>onos/checkstyle.xml</configLocation>
tom0eb04ca2014-08-25 14:34:51 -0700654 </configuration>
655 </plugin>
tom50a76dd2014-09-02 15:18:35 -0700656
657 <plugin>
658 <groupId>org.apache.maven.plugins</groupId>
659 <artifactId>maven-pmd-plugin</artifactId>
660 <version>3.2</version>
661 <configuration>
662 <excludes>
tom50a76dd2014-09-02 15:18:35 -0700663 </excludes>
664 <rulesets>
Ray Milkey0f98ca22014-11-17 17:12:38 -0800665 <ruleset>onos/pmd.xml</ruleset>
tom50a76dd2014-09-02 15:18:35 -0700666 </rulesets>
667 </configuration>
668 </plugin>
tom0eb04ca2014-08-25 14:34:51 -0700669 </plugins>
tom0eb04ca2014-08-25 14:34:51 -0700670 </reporting>
alshabib522d9872014-08-15 10:35:16 -0700671</project>