alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 6 | |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 7 | <prerequisites> |
| 8 | <maven>3.0.0</maven> |
| 9 | </prerequisites> |
| 10 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 11 | <groupId>org.onlab.onos</groupId> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 12 | <artifactId>onos</artifactId> |
| 13 | <packaging>pom</packaging> |
| 14 | <version>1.0.0-SNAPSHOT</version> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 15 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 16 | <description>Open Networking Operating System root project</description> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 17 | |
| 18 | <modules> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 19 | <module>tools/build/conf</module> |
| 20 | <module>utils</module> |
tom | e2dc27a | 2014-09-09 12:41:21 -0700 | [diff] [blame] | 21 | <module>core</module> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 22 | <module>web</module> |
| 23 | <module>cli</module> |
| 24 | <module>providers</module> |
tom | f8b8d67 | 2014-09-17 13:07:23 -0700 | [diff] [blame] | 25 | <module>openflow</module> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 26 | <module>apps</module> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 27 | <module>features</module> |
tom | aa49a1e | 2014-09-12 23:11:46 -0700 | [diff] [blame] | 28 | <module>tools/package/branding</module> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 29 | </modules> |
| 30 | |
| 31 | <url>http://onlab.us/</url> |
| 32 | |
| 33 | <licenses> |
| 34 | <license> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 35 | <name>Apache License, Version 2.0</name> |
| 36 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 37 | </license> |
| 38 | </licenses> |
| 39 | |
Yuta HIGUCHI | e2efe72 | 2014-09-19 14:37:34 -0700 | [diff] [blame] | 40 | <properties> |
| 41 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 42 | <netty4.version>4.0.23.Final</netty4.version> |
Yuta HIGUCHI | e2efe72 | 2014-09-19 14:37:34 -0700 | [diff] [blame] | 43 | </properties> |
| 44 | |
Yuta HIGUCHI | 275fb6b | 2014-11-04 08:33:13 -0800 | [diff] [blame] | 45 | <repositories> |
| 46 | <!-- FIXME: Repository for copycat, Loxigen + optical experimenter. |
| 47 | Decide how to deal with these before release. --> |
| 48 | <repository> |
| 49 | <id>onlab-temp</id> |
| 50 | <name>ON.lab temporary repository</name> |
| 51 | <url>http://mavenrepo.onlab.us:8081/nexus/content/groups/public</url> |
| 52 | <snapshots> |
| 53 | <enabled>true</enabled> |
| 54 | </snapshots> |
| 55 | </repository> |
| 56 | </repositories> |
| 57 | |
| 58 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 59 | <dependencyManagement> |
| 60 | <dependencies> |
| 61 | <dependency> |
| 62 | <groupId>junit</groupId> |
| 63 | <artifactId>junit</artifactId> |
| 64 | <version>4.11</version> |
| 65 | <scope>test</scope> |
| 66 | </dependency> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 67 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 68 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 69 | <groupId>org.hamcrest</groupId> |
| 70 | <artifactId>hamcrest-core</artifactId> |
| 71 | <version>1.3</version> |
| 72 | <scope>test</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.hamcrest</groupId> |
| 76 | <artifactId>hamcrest-library</artifactId> |
| 77 | <version>1.3</version> |
| 78 | <scope>test</scope> |
| 79 | </dependency> |
| 80 | |
| 81 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 82 | <groupId>org.slf4j</groupId> |
| 83 | <artifactId>slf4j-api</artifactId> |
| 84 | <version>1.7.6</version> |
| 85 | <scope>provided</scope> |
| 86 | </dependency> |
| 87 | |
| 88 | <dependency> |
| 89 | <groupId>org.slf4j</groupId> |
pankaj | b57fae2 | 2014-10-06 18:28:21 -0700 | [diff] [blame] | 90 | <artifactId>slf4j-core</artifactId> |
| 91 | <version>1.7.6</version> |
| 92 | <scope>test</scope> |
| 93 | </dependency> |
| 94 | |
| 95 | <dependency> |
| 96 | <groupId>org.slf4j</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 97 | <artifactId>slf4j-jdk14</artifactId> |
| 98 | <version>1.7.6</version> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | |
| 102 | <dependency> |
| 103 | <groupId>com.google.guava</groupId> |
| 104 | <artifactId>guava</artifactId> |
tom | eadbb46 | 2014-09-07 16:10:19 -0700 | [diff] [blame] | 105 | <version>18.0</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 106 | </dependency> |
| 107 | |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 108 | <dependency> |
Madan Jampani | a185d86 | 2014-09-30 11:32:31 -0700 | [diff] [blame] | 109 | <groupId>io.netty</groupId> |
alshabib | df652ad | 2014-09-09 11:53:19 -0700 | [diff] [blame] | 110 | <artifactId>netty</artifactId> |
| 111 | <version>3.9.0.Final</version> |
| 112 | </dependency> |
| 113 | |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 114 | <dependency> |
| 115 | <groupId>com.google.guava</groupId> |
| 116 | <artifactId>guava-testlib</artifactId> |
tom | eadbb46 | 2014-09-07 16:10:19 -0700 | [diff] [blame] | 117 | <version>18.0</version> |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 118 | <scope>test</scope> |
| 119 | </dependency> |
| 120 | |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 121 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 122 | <groupId>com.googlecode.concurrent-trees</groupId> |
| 123 | <artifactId>concurrent-trees</artifactId> |
| 124 | <version>2.4.0</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 125 | </dependency> |
| 126 | |
| 127 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 128 | <groupId>commons-lang</groupId> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 129 | <artifactId>commons-lang</artifactId> |
| 130 | <version>2.6</version> |
| 131 | </dependency> |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 132 | |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 133 | <dependency> |
| 134 | <groupId>org.apache.commons</groupId> |
| 135 | <artifactId>commons-lang3</artifactId> |
| 136 | <version>3.3.2</version> |
| 137 | </dependency> |
| 138 | |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 139 | <dependency> |
| 140 | <groupId>org.codehaus.jackson</groupId> |
| 141 | <artifactId>jackson-core-asl</artifactId> |
| 142 | <version>1.9.13</version> |
| 143 | </dependency> |
| 144 | <dependency> |
| 145 | <groupId>org.codehaus.jackson</groupId> |
| 146 | <artifactId>jackson-mapper-asl</artifactId> |
| 147 | <version>1.9.13</version> |
| 148 | </dependency> |
Jonathan Hart | 74f9c3b | 2014-09-29 20:03:50 -0700 | [diff] [blame] | 149 | |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 150 | <dependency> |
| 151 | <groupId>org.easymock</groupId> |
| 152 | <artifactId>easymock</artifactId> |
| 153 | <version>3.2</version> |
| 154 | <scope>test</scope> |
| 155 | </dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 156 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 157 | <!-- Web related --> |
| 158 | <dependency> |
| 159 | <groupId>com.sun.jersey</groupId> |
| 160 | <artifactId>jersey-servlet</artifactId> |
| 161 | <version>1.18.1</version> |
| 162 | <scope>provided</scope> |
| 163 | </dependency> |
| 164 | <dependency> |
| 165 | <groupId>com.fasterxml.jackson.core</groupId> |
| 166 | <artifactId>jackson-databind</artifactId> |
| 167 | <version>2.4.2</version> |
| 168 | <scope>provided</scope> |
| 169 | </dependency> |
| 170 | <dependency> |
| 171 | <groupId>com.fasterxml.jackson.core</groupId> |
| 172 | <artifactId>jackson-annotations</artifactId> |
| 173 | <version>2.4.2</version> |
| 174 | <scope>provided</scope> |
| 175 | </dependency> |
| 176 | |
| 177 | <!-- OSGi related --> |
| 178 | <dependency> |
| 179 | <groupId>org.osgi</groupId> |
| 180 | <artifactId>org.osgi.core</artifactId> |
| 181 | <version>4.3.1</version> |
| 182 | <scope>provided</scope> |
| 183 | </dependency> |
| 184 | <dependency> |
tom | c16656f | 2014-10-15 18:30:31 -0700 | [diff] [blame] | 185 | <groupId>org.osgi</groupId> |
| 186 | <artifactId>org.osgi.compendium</artifactId> |
| 187 | <version>4.3.1</version> |
| 188 | <scope>provided</scope> |
| 189 | </dependency> |
| 190 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 191 | <groupId>org.apache.felix</groupId> |
| 192 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 193 | <version>1.9.8</version> |
| 194 | <scope>provided</scope> |
| 195 | </dependency> |
| 196 | <dependency> |
| 197 | <groupId>org.apache.karaf.shell</groupId> |
| 198 | <artifactId>org.apache.karaf.shell.console</artifactId> |
Pavlin Radoslavov | c522705 | 2014-11-04 10:55:19 -0800 | [diff] [blame] | 199 | <version>3.0.2</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 200 | <scope>provided</scope> |
| 201 | </dependency> |
| 202 | |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 203 | <dependency> |
tom | 14dc4d0 | 2014-09-26 12:43:14 -0700 | [diff] [blame] | 204 | <groupId>org.livetribe.slp</groupId> |
| 205 | <artifactId>livetribe-slp</artifactId> |
| 206 | <version>2.2.1</version> |
| 207 | </dependency> |
| 208 | |
| 209 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 210 | <groupId>com.hazelcast</groupId> |
| 211 | <artifactId>hazelcast</artifactId> |
Yuta HIGUCHI | 9eedb46 | 2014-10-23 12:45:14 -0700 | [diff] [blame] | 212 | <version>3.3.2</version> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 213 | </dependency> |
| 214 | <dependency> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 215 | <groupId>com.eclipsesource.minimal-json</groupId> |
| 216 | <artifactId>minimal-json</artifactId> |
| 217 | <version>0.9.1</version> |
| 218 | </dependency> |
| 219 | <dependency> |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 220 | <groupId>com.esotericsoftware</groupId> |
| 221 | <artifactId>kryo</artifactId> |
| 222 | <version>3.0.0</version> |
| 223 | </dependency> |
| 224 | <dependency> |
| 225 | <groupId>com.esotericsoftware</groupId> |
| 226 | <artifactId>reflectasm</artifactId> |
| 227 | <version>1.10.0</version> |
| 228 | <type>bundle</type> |
| 229 | </dependency> |
| 230 | <dependency> |
| 231 | <groupId>org.ow2.asm</groupId> |
| 232 | <artifactId>asm</artifactId> |
| 233 | <version>4.2</version> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 234 | </dependency> |
| 235 | <dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 236 | <groupId>com.esotericsoftware</groupId> |
| 237 | <artifactId>minlog</artifactId> |
| 238 | <version>1.3.0</version> |
| 239 | </dependency> |
| 240 | <dependency> |
| 241 | <groupId>org.objenesis</groupId> |
| 242 | <artifactId>objenesis</artifactId> |
| 243 | <version>2.1</version> |
| 244 | </dependency> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 245 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 246 | <!-- ONOS related --> |
| 247 | <dependency> |
| 248 | <groupId>org.onlab.onos</groupId> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 249 | <artifactId>onlab-misc</artifactId> |
| 250 | <version>${project.version}</version> |
| 251 | </dependency> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 252 | <dependency> |
| 253 | <groupId>org.onlab.onos</groupId> |
tom | f110fff | 2014-09-26 00:38:18 -0700 | [diff] [blame] | 254 | <artifactId>onlab-nio</artifactId> |
| 255 | <version>${project.version}</version> |
| 256 | </dependency> |
| 257 | <dependency> |
| 258 | <groupId>org.onlab.onos</groupId> |
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 259 | <artifactId>onlab-osgi</artifactId> |
| 260 | <version>${project.version}</version> |
| 261 | </dependency> |
| 262 | <dependency> |
| 263 | <groupId>org.onlab.onos</groupId> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 264 | <artifactId>onlab-junit</artifactId> |
Pavlin Radoslavov | d26f57a | 2014-10-23 17:19:45 -0700 | [diff] [blame] | 265 | <version>${project.version}</version> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 266 | <scope>test</scope> |
| 267 | </dependency> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 268 | |
| 269 | <dependency> |
| 270 | <groupId>org.onlab.onos</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 271 | <artifactId>onos-api</artifactId> |
| 272 | <version>${project.version}</version> |
| 273 | </dependency> |
| 274 | <dependency> |
| 275 | <groupId>org.onlab.onos</groupId> |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 276 | <artifactId>onos-api</artifactId> |
| 277 | <version>${project.version}</version> |
| 278 | <classifier>tests</classifier> |
| 279 | <scope>test</scope> |
| 280 | </dependency> |
| 281 | |
| 282 | <dependency> |
| 283 | <groupId>org.onlab.onos</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 284 | <artifactId>onos-of-api</artifactId> |
| 285 | <version>${project.version}</version> |
| 286 | </dependency> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 287 | |
| 288 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 289 | <groupId>org.onlab.onos</groupId> |
| 290 | <artifactId>onlab-thirdparty</artifactId> |
| 291 | <version>${project.version}</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 292 | </dependency> |
| 293 | |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 294 | <dependency> |
| 295 | <groupId>org.onlab.onos</groupId> |
| 296 | <artifactId>onos-of-api</artifactId> |
| 297 | <version>${project.version}</version> |
| 298 | <classifier>tests</classifier> |
| 299 | <scope>test</scope> |
| 300 | </dependency> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 301 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 302 | <groupId>commons-pool</groupId> |
| 303 | <artifactId>commons-pool</artifactId> |
| 304 | <version>1.6</version> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 305 | </dependency> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 306 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 307 | <groupId>io.netty</groupId> |
| 308 | <artifactId>netty-common</artifactId> |
| 309 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 310 | </dependency> |
| 311 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 312 | <groupId>io.netty</groupId> |
| 313 | <artifactId>netty-buffer</artifactId> |
| 314 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 315 | </dependency> |
| 316 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 317 | <groupId>io.netty</groupId> |
| 318 | <artifactId>netty-transport</artifactId> |
| 319 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 320 | </dependency> |
| 321 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 322 | <groupId>io.netty</groupId> |
| 323 | <artifactId>netty-handler</artifactId> |
| 324 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 325 | </dependency> |
| 326 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 327 | <groupId>io.netty</groupId> |
| 328 | <artifactId>netty-codec</artifactId> |
| 329 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 330 | </dependency> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 331 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 332 | <groupId>io.netty</groupId> |
| 333 | <artifactId>netty-transport-native-epoll</artifactId> |
| 334 | <version>${netty4.version}</version> |
Madan Jampani | 1c7b878 | 2014-11-03 12:14:29 -0800 | [diff] [blame] | 335 | <classifier>${os.detected.classifier}</classifier> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 336 | </dependency> |
Yuta HIGUCHI | b87ef95 | 2014-10-28 23:34:23 -0700 | [diff] [blame] | 337 | <dependency> |
| 338 | <groupId>joda-time</groupId> |
| 339 | <artifactId>joda-time</artifactId> |
| 340 | <version>2.5</version> |
| 341 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 342 | </dependencies> |
| 343 | </dependencyManagement> |
| 344 | |
| 345 | <dependencies> |
| 346 | <dependency> |
| 347 | <groupId>junit</groupId> |
| 348 | <artifactId>junit</artifactId> |
| 349 | </dependency> |
| 350 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 351 | <groupId>org.hamcrest</groupId> |
| 352 | <artifactId>hamcrest-core</artifactId> |
| 353 | </dependency> |
| 354 | <dependency> |
| 355 | <groupId>org.hamcrest</groupId> |
| 356 | <artifactId>hamcrest-library</artifactId> |
| 357 | </dependency> |
| 358 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 359 | <groupId>org.slf4j</groupId> |
Yuta HIGUCHI | 0390ffb | 2014-10-09 23:45:16 -0700 | [diff] [blame] | 360 | <artifactId>slf4j-api</artifactId> |
| 361 | </dependency> |
| 362 | <dependency> |
| 363 | <groupId>org.slf4j</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 364 | <artifactId>slf4j-jdk14</artifactId> |
| 365 | </dependency> |
| 366 | </dependencies> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 367 | |
| 368 | <build> |
| 369 | <pluginManagement> |
| 370 | <plugins> |
| 371 | <plugin> |
| 372 | <groupId>org.apache.maven.plugins</groupId> |
| 373 | <artifactId>maven-compiler-plugin</artifactId> |
Yuta HIGUCHI | ea90aa6 | 2014-10-13 15:57:55 -0700 | [diff] [blame] | 374 | <!-- TODO: update once following issue is fixed. --> |
| 375 | <!-- https://jira.codehaus.org/browse/MCOMPILER-205 --> |
| 376 | <version>2.5.1</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 377 | <configuration> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 378 | <source>1.8</source> |
| 379 | <target>1.8</target> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 380 | </configuration> |
| 381 | </plugin> |
| 382 | |
| 383 | <plugin> |
| 384 | <groupId>org.apache.maven.plugins</groupId> |
| 385 | <artifactId>maven-surefire-plugin</artifactId> |
| 386 | <version>2.17</version> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 387 | <configuration> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 388 | <redirectTestOutputToFile>true |
| 389 | </redirectTestOutputToFile> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 390 | <printSummary>true</printSummary> |
| 391 | </configuration> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 392 | </plugin> |
| 393 | |
| 394 | <plugin> |
| 395 | <groupId>org.apache.maven.plugins</groupId> |
| 396 | <artifactId>maven-jar-plugin</artifactId> |
| 397 | <version>2.3.1</version> |
| 398 | <executions> |
| 399 | <execution> |
| 400 | <phase>package</phase> |
| 401 | <goals> |
| 402 | <goal>test-jar</goal> |
| 403 | </goals> |
| 404 | </execution> |
| 405 | </executions> |
| 406 | </plugin> |
| 407 | |
| 408 | <plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 409 | <groupId>org.apache.maven.plugins</groupId> |
| 410 | <artifactId>maven-resources-plugin</artifactId> |
| 411 | <version>2.6</version> |
| 412 | </plugin> |
| 413 | |
| 414 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 415 | <groupId>org.apache.felix</groupId> |
| 416 | <artifactId>maven-bundle-plugin</artifactId> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 417 | <version>2.5.3</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 418 | <extensions>true</extensions> |
| 419 | </plugin> |
| 420 | |
| 421 | <plugin> |
Yuta HIGUCHI | cbc587c | 2014-11-04 10:28:09 -0800 | [diff] [blame] | 422 | <groupId>org.codehaus.mojo</groupId> |
| 423 | <artifactId>findbugs-maven-plugin</artifactId> |
| 424 | <version>3.0.0</version> |
| 425 | </plugin> |
| 426 | |
| 427 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 428 | <groupId>org.apache.felix</groupId> |
| 429 | <artifactId>maven-scr-plugin</artifactId> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 430 | <version>1.20.0</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 431 | <executions> |
| 432 | <execution> |
| 433 | <id>generate-scr-srcdescriptor</id> |
| 434 | <goals> |
| 435 | <goal>scr</goal> |
| 436 | </goals> |
| 437 | </execution> |
| 438 | </executions> |
| 439 | <configuration> |
| 440 | <supportedProjectTypes> |
| 441 | <supportedProjectType>bundle</supportedProjectType> |
| 442 | <supportedProjectType>war</supportedProjectType> |
| 443 | </supportedProjectTypes> |
| 444 | </configuration> |
| 445 | </plugin> |
| 446 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 447 | <!-- TODO: add findbugs plugin for static code analysis; for explicit invocation only --> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 448 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
| 449 | <plugin> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 450 | <groupId>org.eclipse.m2e</groupId> |
| 451 | <artifactId>lifecycle-mapping</artifactId> |
| 452 | <version>1.0.0</version> |
| 453 | <configuration> |
| 454 | <lifecycleMappingMetadata> |
| 455 | <pluginExecutions> |
| 456 | <pluginExecution> |
| 457 | <pluginExecutionFilter> |
| 458 | <groupId>org.jacoco</groupId> |
| 459 | <artifactId> |
| 460 | jacoco-maven-plugin |
| 461 | </artifactId> |
| 462 | <versionRange> |
| 463 | [0.7.1.201405082137,) |
| 464 | </versionRange> |
| 465 | <goals> |
| 466 | <goal>prepare-agent</goal> |
| 467 | </goals> |
| 468 | </pluginExecutionFilter> |
| 469 | <action> |
| 470 | <ignore></ignore> |
| 471 | </action> |
| 472 | </pluginExecution> |
| 473 | </pluginExecutions> |
| 474 | </lifecycleMappingMetadata> |
| 475 | </configuration> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 476 | </plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 477 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 478 | </pluginManagement> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 479 | |
| 480 | <plugins> |
| 481 | <plugin> |
| 482 | <groupId>org.apache.maven.plugins</groupId> |
tom | e33cc1a | 2014-08-25 21:59:41 -0700 | [diff] [blame] | 483 | <artifactId>maven-jar-plugin</artifactId> |
| 484 | </plugin> |
| 485 | |
| 486 | <plugin> |
| 487 | <groupId>org.apache.maven.plugins</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 488 | <artifactId>maven-checkstyle-plugin</artifactId> |
Yuta HIGUCHI | ee0ae6c | 2014-10-18 18:11:57 -0700 | [diff] [blame] | 489 | <version>2.13</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 490 | <dependencies> |
| 491 | <dependency> |
| 492 | <groupId>org.onlab.tools</groupId> |
| 493 | <artifactId>onos-build-conf</artifactId> |
| 494 | <version>1.0</version> |
| 495 | </dependency> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 496 | <!-- For Java 8 lambda support--> |
| 497 | <dependency> |
| 498 | <groupId>com.puppycrawl.tools</groupId> |
| 499 | <artifactId>checkstyle</artifactId> |
| 500 | <version>5.9</version> |
| 501 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 502 | </dependencies> |
| 503 | <configuration> |
| 504 | <configLocation>onos/checkstyle.xml</configLocation> |
| 505 | <suppressionsLocation>onos/suppressions.xml |
| 506 | </suppressionsLocation> |
| 507 | <failsOnError>false</failsOnError> |
| 508 | <logViolationsToConsole>true</logViolationsToConsole> |
| 509 | <includeTestSourceDirectory>true |
| 510 | </includeTestSourceDirectory> |
| 511 | </configuration> |
| 512 | <executions> |
| 513 | <execution> |
| 514 | <id>validate-checkstyle</id> |
| 515 | <phase>verify</phase> |
| 516 | <goals> |
| 517 | <goal>check</goal> |
| 518 | </goals> |
| 519 | </execution> |
| 520 | </executions> |
| 521 | </plugin> |
| 522 | |
| 523 | <plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 524 | <groupId>org.apache.maven.plugins</groupId> |
| 525 | <artifactId>maven-pmd-plugin</artifactId> |
| 526 | <version>3.2</version> |
| 527 | <configuration> |
| 528 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 529 | </excludes> |
| 530 | <rulesets> |
| 531 | <ruleset>onos/pmd.xml</ruleset> |
| 532 | </rulesets> |
| 533 | </configuration> |
| 534 | <executions> |
| 535 | <execution> |
| 536 | <id>validate-pmd</id> |
| 537 | <phase>verify</phase> |
| 538 | <goals> |
| 539 | <!-- Uncomment this goal to make the build fail on pmd errors --> |
| 540 | <!--<goal>check</goal>--> |
| 541 | </goals> |
| 542 | </execution> |
| 543 | </executions> |
| 544 | </plugin> |
| 545 | |
| 546 | <plugin> |
tom | 4f3b18b | 2014-08-28 14:38:47 -0700 | [diff] [blame] | 547 | <groupId>org.jacoco</groupId> |
| 548 | <artifactId>jacoco-maven-plugin</artifactId> |
| 549 | <version>0.7.1.201405082137</version> |
| 550 | <executions> |
| 551 | <execution> |
| 552 | <id>default-prepare-agent</id> |
| 553 | <goals> |
| 554 | <goal>prepare-agent</goal> |
| 555 | </goals> |
| 556 | </execution> |
| 557 | <execution> |
| 558 | <id>default-report</id> |
| 559 | <phase>prepare-package</phase> |
| 560 | <goals> |
| 561 | <goal>report</goal> |
| 562 | </goals> |
| 563 | </execution> |
| 564 | </executions> |
| 565 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 566 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 567 | </build> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 568 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 569 | <reporting> |
| 570 | <plugins> |
| 571 | <plugin> |
| 572 | <groupId>org.apache.maven.plugins</groupId> |
| 573 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 574 | <version>2.12.1</version> |
| 575 | <configuration> |
| 576 | <configLocation>onos/checkstyle.xml</configLocation> |
| 577 | </configuration> |
| 578 | </plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 579 | |
| 580 | <plugin> |
| 581 | <groupId>org.apache.maven.plugins</groupId> |
| 582 | <artifactId>maven-pmd-plugin</artifactId> |
| 583 | <version>3.2</version> |
| 584 | <configuration> |
| 585 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 586 | </excludes> |
| 587 | <rulesets> |
| 588 | <ruleset>onos/pmd.xml</ruleset> |
| 589 | </rulesets> |
| 590 | </configuration> |
| 591 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 592 | </plugins> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 593 | </reporting> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 594 | </project> |