Brian O'Connor | 5af8a94 | 2014-11-26 12:17:40 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 7399e48 | 2014-12-01 21:27:42 -0800 | [diff] [blame] | 2 | <!-- |
| 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 | --> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 17 | <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> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 21 | |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 22 | <prerequisites> |
Yuta HIGUCHI | 1cb9a52 | 2015-02-04 11:55:19 -0800 | [diff] [blame] | 23 | <maven>3.0.1</maven> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 24 | </prerequisites> |
| 25 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 26 | <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'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 33 | <groupId>org.onosproject</groupId> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 34 | <artifactId>onos</artifactId> |
| 35 | <packaging>pom</packaging> |
Brian O'Connor | 3350390 | 2015-06-01 17:08:05 -0700 | [diff] [blame] | 36 | <version>1.2.0-SNAPSHOT</version> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 37 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 38 | <name>${project.artifactId}</name> |
Yuta HIGUCHI | 964c173 | 2014-12-02 20:38:07 -0800 | [diff] [blame] | 39 | <description>Open Network Operating System root project</description> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 40 | |
| 41 | <modules> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 42 | <module>utils</module> |
tom | e2dc27a | 2014-09-09 12:41:21 -0700 | [diff] [blame] | 43 | <module>core</module> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 44 | <module>web</module> |
| 45 | <module>cli</module> |
| 46 | <module>providers</module> |
alshabib | faa1e36 | 2015-04-02 15:01:54 -0700 | [diff] [blame] | 47 | <module>drivers</module> |
tom | f8b8d67 | 2014-09-17 13:07:23 -0700 | [diff] [blame] | 48 | <module>openflow</module> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 49 | <module>apps</module> |
Thomas Vachuska | d24aa7f | 2015-05-14 18:37:54 -0700 | [diff] [blame] | 50 | <module>incubator</module> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 51 | <module>features</module> |
tom | aa49a1e | 2014-09-12 23:11:46 -0700 | [diff] [blame] | 52 | <module>tools/package/branding</module> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 53 | </modules> |
| 54 | |
Brian O'Connor | 3439c10 | 2014-12-03 01:02:03 -0800 | [diff] [blame] | 55 | <url>http://onosproject.org/</url> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 56 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 57 | <scm> |
| 58 | <connection>scm:git:https://gerrit.onosproject.org/onos</connection> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 59 | <developerConnection>scm:git:https://gerrit.onosproject.org/onos |
| 60 | </developerConnection> |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 61 | <url>http://gerrit.onosproject.org/</url> |
| 62 | </scm> |
| 63 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 64 | <licenses> |
| 65 | <license> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 66 | <name>Apache License, Version 2.0</name> |
| 67 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 68 | </license> |
| 69 | </licenses> |
| 70 | |
Yuta HIGUCHI | e2efe72 | 2014-09-19 14:37:34 -0700 | [diff] [blame] | 71 | <properties> |
| 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 73 | <netty4.version>4.0.23.Final</netty4.version> |
Brian O'Connor | f5d8f8c | 2015-06-03 18:34:13 -0700 | [diff] [blame] | 74 | <copycat.version>0.4.1.onos</copycat.version> |
Brian O'Connor | c9dbe2c | 2015-05-28 15:17:30 -0700 | [diff] [blame] | 75 | <openflowj.version>0.3.10.oe-SNAPSHOT</openflowj.version> |
Thomas Vachuska | 5630c61 | 2015-03-24 12:24:12 -0700 | [diff] [blame] | 76 | <karaf.version>3.0.3</karaf.version> |
| 77 | <jersey.version>1.19</jersey.version> |
Yuta HIGUCHI | e2efe72 | 2014-09-19 14:37:34 -0700 | [diff] [blame] | 78 | </properties> |
| 79 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 80 | <distributionManagement> |
| 81 | <snapshotRepository> |
| 82 | <id>ossrh</id> |
| 83 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 84 | </snapshotRepository> |
| 85 | </distributionManagement> |
Yuta HIGUCHI | 275fb6b | 2014-11-04 08:33:13 -0800 | [diff] [blame] | 86 | |
Brian O'Connor | c9dbe2c | 2015-05-28 15:17:30 -0700 | [diff] [blame] | 87 | <!--- FIXME Needed for copycat. Remove before official release --> |
Madan Jampani | d5fd847 | 2015-03-25 12:14:41 -0700 | [diff] [blame] | 88 | <repositories> |
| 89 | <repository> |
| 90 | <id>snapshots</id> |
| 91 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 92 | </repository> |
| 93 | </repositories> |
| 94 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 95 | <dependencyManagement> |
| 96 | <dependencies> |
| 97 | <dependency> |
| 98 | <groupId>junit</groupId> |
| 99 | <artifactId>junit</artifactId> |
| 100 | <version>4.11</version> |
| 101 | <scope>test</scope> |
| 102 | </dependency> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 103 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 104 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 105 | <groupId>org.hamcrest</groupId> |
| 106 | <artifactId>hamcrest-core</artifactId> |
| 107 | <version>1.3</version> |
| 108 | <scope>test</scope> |
| 109 | </dependency> |
| 110 | <dependency> |
| 111 | <groupId>org.hamcrest</groupId> |
| 112 | <artifactId>hamcrest-library</artifactId> |
| 113 | <version>1.3</version> |
| 114 | <scope>test</scope> |
| 115 | </dependency> |
| 116 | |
| 117 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 118 | <groupId>org.slf4j</groupId> |
| 119 | <artifactId>slf4j-api</artifactId> |
| 120 | <version>1.7.6</version> |
| 121 | <scope>provided</scope> |
| 122 | </dependency> |
| 123 | |
| 124 | <dependency> |
| 125 | <groupId>org.slf4j</groupId> |
pankaj | b57fae2 | 2014-10-06 18:28:21 -0700 | [diff] [blame] | 126 | <artifactId>slf4j-core</artifactId> |
| 127 | <version>1.7.6</version> |
| 128 | <scope>test</scope> |
| 129 | </dependency> |
| 130 | |
| 131 | <dependency> |
| 132 | <groupId>org.slf4j</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 133 | <artifactId>slf4j-jdk14</artifactId> |
| 134 | <version>1.7.6</version> |
| 135 | <scope>test</scope> |
| 136 | </dependency> |
| 137 | |
| 138 | <dependency> |
| 139 | <groupId>com.google.guava</groupId> |
| 140 | <artifactId>guava</artifactId> |
tom | eadbb46 | 2014-09-07 16:10:19 -0700 | [diff] [blame] | 141 | <version>18.0</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 142 | </dependency> |
| 143 | |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 144 | <dependency> |
Madan Jampani | a185d86 | 2014-09-30 11:32:31 -0700 | [diff] [blame] | 145 | <groupId>io.netty</groupId> |
alshabib | df652ad | 2014-09-09 11:53:19 -0700 | [diff] [blame] | 146 | <artifactId>netty</artifactId> |
| 147 | <version>3.9.0.Final</version> |
| 148 | </dependency> |
| 149 | |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 150 | <dependency> |
| 151 | <groupId>com.google.guava</groupId> |
| 152 | <artifactId>guava-testlib</artifactId> |
tom | eadbb46 | 2014-09-07 16:10:19 -0700 | [diff] [blame] | 153 | <version>18.0</version> |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 154 | <scope>test</scope> |
| 155 | </dependency> |
| 156 | |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 157 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 158 | <groupId>com.googlecode.concurrent-trees</groupId> |
| 159 | <artifactId>concurrent-trees</artifactId> |
| 160 | <version>2.4.0</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 161 | </dependency> |
| 162 | |
| 163 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 164 | <groupId>commons-lang</groupId> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 165 | <artifactId>commons-lang</artifactId> |
| 166 | <version>2.6</version> |
| 167 | </dependency> |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 168 | |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 169 | <dependency> |
| 170 | <groupId>org.apache.commons</groupId> |
| 171 | <artifactId>commons-lang3</artifactId> |
| 172 | <version>3.3.2</version> |
| 173 | </dependency> |
| 174 | |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 175 | <dependency> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 176 | <groupId>commons-configuration</groupId> |
| 177 | <artifactId>commons-configuration</artifactId> |
| 178 | <version>1.10</version> |
| 179 | </dependency> |
| 180 | |
| 181 | <dependency> |
Thomas Vachuska | f9c8436 | 2015-04-15 11:20:45 -0700 | [diff] [blame] | 182 | <groupId>commons-collections</groupId> |
| 183 | <artifactId>commons-collections</artifactId> |
| 184 | <version>3.2.1</version> |
| 185 | </dependency> |
| 186 | |
| 187 | <dependency> |
Pavlin Radoslavov | a7243cc | 2014-11-22 21:38:02 -0800 | [diff] [blame] | 188 | <groupId>org.apache.commons</groupId> |
| 189 | <artifactId>commons-collections4</artifactId> |
| 190 | <version>4.0</version> |
| 191 | </dependency> |
| 192 | |
| 193 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 194 | <groupId>org.codehaus.jackson</groupId> |
| 195 | <artifactId>jackson-core-asl</artifactId> |
| 196 | <version>1.9.13</version> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>org.codehaus.jackson</groupId> |
| 200 | <artifactId>jackson-mapper-asl</artifactId> |
| 201 | <version>1.9.13</version> |
| 202 | </dependency> |
Jonathan Hart | 74f9c3b | 2014-09-29 20:03:50 -0700 | [diff] [blame] | 203 | |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 204 | <dependency> |
| 205 | <groupId>org.easymock</groupId> |
| 206 | <artifactId>easymock</artifactId> |
| 207 | <version>3.2</version> |
| 208 | <scope>test</scope> |
| 209 | </dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 210 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 211 | <!-- Web related --> |
| 212 | <dependency> |
| 213 | <groupId>com.sun.jersey</groupId> |
| 214 | <artifactId>jersey-servlet</artifactId> |
Thomas Vachuska | 5630c61 | 2015-03-24 12:24:12 -0700 | [diff] [blame] | 215 | <version>${jersey.version}</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 216 | <scope>provided</scope> |
| 217 | </dependency> |
| 218 | <dependency> |
Thomas Vachuska | 530e52a | 2015-05-06 19:51:32 -0700 | [diff] [blame] | 219 | <groupId>com.sun.jersey.contribs</groupId> |
| 220 | <artifactId>jersey-multipart</artifactId> |
| 221 | <version>${jersey.version}</version> |
| 222 | <scope>provided</scope> |
| 223 | </dependency> |
| 224 | <dependency> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 225 | <groupId>com.sun.jersey.jersey-test-framework</groupId> |
| 226 | <artifactId>jersey-test-framework-core</artifactId> |
Thomas Vachuska | 5630c61 | 2015-03-24 12:24:12 -0700 | [diff] [blame] | 227 | <version>${jersey.version}</version> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 228 | <scope>test</scope> |
| 229 | </dependency> |
| 230 | <dependency> |
| 231 | <groupId>com.sun.jersey.jersey-test-framework</groupId> |
| 232 | <artifactId>jersey-test-framework-grizzly2</artifactId> |
Thomas Vachuska | 5630c61 | 2015-03-24 12:24:12 -0700 | [diff] [blame] | 233 | <version>${jersey.version}</version> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 234 | <scope>test</scope> |
| 235 | </dependency> |
| 236 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 237 | <groupId>com.fasterxml.jackson.core</groupId> |
| 238 | <artifactId>jackson-databind</artifactId> |
| 239 | <version>2.4.2</version> |
| 240 | <scope>provided</scope> |
| 241 | </dependency> |
| 242 | <dependency> |
| 243 | <groupId>com.fasterxml.jackson.core</groupId> |
| 244 | <artifactId>jackson-annotations</artifactId> |
| 245 | <version>2.4.2</version> |
| 246 | <scope>provided</scope> |
| 247 | </dependency> |
| 248 | |
| 249 | <!-- OSGi related --> |
| 250 | <dependency> |
| 251 | <groupId>org.osgi</groupId> |
| 252 | <artifactId>org.osgi.core</artifactId> |
| 253 | <version>4.3.1</version> |
| 254 | <scope>provided</scope> |
| 255 | </dependency> |
| 256 | <dependency> |
tom | c16656f | 2014-10-15 18:30:31 -0700 | [diff] [blame] | 257 | <groupId>org.osgi</groupId> |
| 258 | <artifactId>org.osgi.compendium</artifactId> |
| 259 | <version>4.3.1</version> |
| 260 | <scope>provided</scope> |
| 261 | </dependency> |
| 262 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 263 | <groupId>org.apache.felix</groupId> |
| 264 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 265 | <version>1.9.8</version> |
| 266 | <scope>provided</scope> |
| 267 | </dependency> |
Thomas Vachuska | 5630c61 | 2015-03-24 12:24:12 -0700 | [diff] [blame] | 268 | |
| 269 | <dependency> |
| 270 | <groupId>org.apache.karaf.features</groupId> |
| 271 | <artifactId>org.apache.karaf.features.core</artifactId> |
| 272 | <version>${karaf.version}</version> |
| 273 | <scope>provided</scope> |
| 274 | </dependency> |
Thomas Vachuska | de563cf | 2015-04-01 00:28:50 -0700 | [diff] [blame] | 275 | <dependency> |
| 276 | <groupId>org.apache.karaf.system</groupId> |
| 277 | <artifactId>org.apache.karaf.system.core</artifactId> |
| 278 | <version>${karaf.version}</version> |
| 279 | <scope>provided</scope> |
| 280 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 281 | <dependency> |
| 282 | <groupId>org.apache.karaf.shell</groupId> |
| 283 | <artifactId>org.apache.karaf.shell.console</artifactId> |
Thomas Vachuska | 5630c61 | 2015-03-24 12:24:12 -0700 | [diff] [blame] | 284 | <version>${karaf.version}</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 285 | <scope>provided</scope> |
| 286 | </dependency> |
| 287 | |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 288 | <dependency> |
tom | 14dc4d0 | 2014-09-26 12:43:14 -0700 | [diff] [blame] | 289 | <groupId>org.livetribe.slp</groupId> |
| 290 | <artifactId>livetribe-slp</artifactId> |
| 291 | <version>2.2.1</version> |
| 292 | </dependency> |
| 293 | |
| 294 | <dependency> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 295 | <groupId>com.eclipsesource.minimal-json</groupId> |
| 296 | <artifactId>minimal-json</artifactId> |
| 297 | <version>0.9.1</version> |
| 298 | </dependency> |
| 299 | <dependency> |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 300 | <groupId>com.esotericsoftware</groupId> |
| 301 | <artifactId>kryo</artifactId> |
| 302 | <version>3.0.0</version> |
| 303 | </dependency> |
| 304 | <dependency> |
| 305 | <groupId>com.esotericsoftware</groupId> |
| 306 | <artifactId>reflectasm</artifactId> |
| 307 | <version>1.10.0</version> |
| 308 | <type>bundle</type> |
| 309 | </dependency> |
| 310 | <dependency> |
| 311 | <groupId>org.ow2.asm</groupId> |
| 312 | <artifactId>asm</artifactId> |
| 313 | <version>4.2</version> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 314 | </dependency> |
| 315 | <dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 316 | <groupId>com.esotericsoftware</groupId> |
| 317 | <artifactId>minlog</artifactId> |
| 318 | <version>1.3.0</version> |
| 319 | </dependency> |
| 320 | <dependency> |
| 321 | <groupId>org.objenesis</groupId> |
| 322 | <artifactId>objenesis</artifactId> |
| 323 | <version>2.1</version> |
| 324 | </dependency> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 325 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 326 | <!-- ONOS related --> |
| 327 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 328 | <groupId>org.onosproject</groupId> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 329 | <artifactId>onlab-misc</artifactId> |
| 330 | <version>${project.version}</version> |
| 331 | </dependency> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 332 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 333 | <groupId>org.onosproject</groupId> |
tom | f110fff | 2014-09-26 00:38:18 -0700 | [diff] [blame] | 334 | <artifactId>onlab-nio</artifactId> |
| 335 | <version>${project.version}</version> |
| 336 | </dependency> |
| 337 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 338 | <groupId>org.onosproject</groupId> |
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 339 | <artifactId>onlab-osgi</artifactId> |
| 340 | <version>${project.version}</version> |
| 341 | </dependency> |
| 342 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 343 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | a7a4e5d | 2015-02-11 14:20:58 -0800 | [diff] [blame] | 344 | <artifactId>onlab-osgi</artifactId> |
| 345 | <version>${project.version}</version> |
| 346 | <classifier>tests</classifier> |
| 347 | <scope>test</scope> |
| 348 | </dependency> |
| 349 | <dependency> |
| 350 | <groupId>org.onosproject</groupId> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 351 | <artifactId>onlab-junit</artifactId> |
Pavlin Radoslavov | d26f57a | 2014-10-23 17:19:45 -0700 | [diff] [blame] | 352 | <version>${project.version}</version> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 353 | <scope>test</scope> |
| 354 | </dependency> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 355 | |
| 356 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 357 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 358 | <artifactId>onos-api</artifactId> |
| 359 | <version>${project.version}</version> |
| 360 | </dependency> |
| 361 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 362 | <groupId>org.onosproject</groupId> |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 363 | <artifactId>onos-api</artifactId> |
| 364 | <version>${project.version}</version> |
| 365 | <classifier>tests</classifier> |
| 366 | <scope>test</scope> |
| 367 | </dependency> |
| 368 | |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 369 | <dependency> |
| 370 | <groupId>org.onosproject</groupId> |
| 371 | <artifactId>onos-incubator-api</artifactId> |
| 372 | <version>${project.version}</version> |
| 373 | </dependency> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 374 | |
| 375 | <dependency> |
| 376 | <groupId>org.onosproject</groupId> |
| 377 | <artifactId>onos-core-common</artifactId> |
| 378 | <version>${project.version}</version> |
| 379 | </dependency> |
HIGUCHI Yuta | 3c994f7 | 2015-03-18 16:32:49 -0700 | [diff] [blame] | 380 | <dependency> |
| 381 | <groupId>org.onosproject</groupId> |
| 382 | <artifactId>onos-core-common</artifactId> |
| 383 | <version>${project.version}</version> |
| 384 | <classifier>tests</classifier> |
| 385 | <scope>test</scope> |
| 386 | </dependency> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 387 | |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 388 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 389 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 390 | <artifactId>onos-of-api</artifactId> |
| 391 | <version>${project.version}</version> |
| 392 | </dependency> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 393 | |
| 394 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 395 | <groupId>org.onosproject</groupId> |
cheng fan | 48e832c | 2015-05-29 01:54:47 +0800 | [diff] [blame] | 396 | <artifactId>onos-app-pcep-api</artifactId> |
| 397 | <version>${project.version}</version> |
| 398 | </dependency> |
| 399 | <dependency> |
| 400 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 401 | <artifactId>onlab-thirdparty</artifactId> |
| 402 | <version>${project.version}</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 403 | </dependency> |
| 404 | |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 405 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 406 | <groupId>org.onosproject</groupId> |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 407 | <artifactId>onos-of-api</artifactId> |
| 408 | <version>${project.version}</version> |
| 409 | <classifier>tests</classifier> |
| 410 | <scope>test</scope> |
| 411 | </dependency> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 412 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 413 | <groupId>commons-pool</groupId> |
| 414 | <artifactId>commons-pool</artifactId> |
| 415 | <version>1.6</version> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 416 | </dependency> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 417 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 418 | <groupId>io.netty</groupId> |
| 419 | <artifactId>netty-common</artifactId> |
| 420 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 421 | </dependency> |
| 422 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 423 | <groupId>io.netty</groupId> |
| 424 | <artifactId>netty-buffer</artifactId> |
| 425 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 426 | </dependency> |
| 427 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 428 | <groupId>io.netty</groupId> |
| 429 | <artifactId>netty-transport</artifactId> |
| 430 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 431 | </dependency> |
| 432 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 433 | <groupId>io.netty</groupId> |
| 434 | <artifactId>netty-handler</artifactId> |
| 435 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 436 | </dependency> |
| 437 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 438 | <groupId>io.netty</groupId> |
| 439 | <artifactId>netty-codec</artifactId> |
| 440 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 441 | </dependency> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 442 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 443 | <groupId>io.netty</groupId> |
| 444 | <artifactId>netty-transport-native-epoll</artifactId> |
| 445 | <version>${netty4.version}</version> |
Madan Jampani | 1c7b878 | 2014-11-03 12:14:29 -0800 | [diff] [blame] | 446 | <classifier>${os.detected.classifier}</classifier> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 447 | </dependency> |
Yuta HIGUCHI | b87ef95 | 2014-10-28 23:34:23 -0700 | [diff] [blame] | 448 | <dependency> |
| 449 | <groupId>joda-time</groupId> |
| 450 | <artifactId>joda-time</artifactId> |
| 451 | <version>2.5</version> |
| 452 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 453 | </dependencies> |
| 454 | </dependencyManagement> |
| 455 | |
| 456 | <dependencies> |
| 457 | <dependency> |
| 458 | <groupId>junit</groupId> |
| 459 | <artifactId>junit</artifactId> |
| 460 | </dependency> |
| 461 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 462 | <groupId>org.hamcrest</groupId> |
| 463 | <artifactId>hamcrest-core</artifactId> |
| 464 | </dependency> |
| 465 | <dependency> |
| 466 | <groupId>org.hamcrest</groupId> |
| 467 | <artifactId>hamcrest-library</artifactId> |
| 468 | </dependency> |
| 469 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 470 | <groupId>org.slf4j</groupId> |
Yuta HIGUCHI | 0390ffb | 2014-10-09 23:45:16 -0700 | [diff] [blame] | 471 | <artifactId>slf4j-api</artifactId> |
| 472 | </dependency> |
| 473 | <dependency> |
| 474 | <groupId>org.slf4j</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 475 | <artifactId>slf4j-jdk14</artifactId> |
| 476 | </dependency> |
| 477 | </dependencies> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 478 | |
| 479 | <build> |
| 480 | <pluginManagement> |
| 481 | <plugins> |
| 482 | <plugin> |
| 483 | <groupId>org.apache.maven.plugins</groupId> |
| 484 | <artifactId>maven-compiler-plugin</artifactId> |
Yuta HIGUCHI | ea90aa6 | 2014-10-13 15:57:55 -0700 | [diff] [blame] | 485 | <!-- TODO: update once following issue is fixed. --> |
| 486 | <!-- https://jira.codehaus.org/browse/MCOMPILER-205 --> |
| 487 | <version>2.5.1</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 488 | <configuration> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 489 | <source>1.8</source> |
| 490 | <target>1.8</target> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 491 | </configuration> |
| 492 | </plugin> |
| 493 | |
| 494 | <plugin> |
| 495 | <groupId>org.apache.maven.plugins</groupId> |
| 496 | <artifactId>maven-surefire-plugin</artifactId> |
HIGUCHI Yuta | 2eef94d | 2015-05-05 15:40:58 -0700 | [diff] [blame] | 497 | <version>2.18.1</version> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 498 | <configuration> |
HIGUCHI Yuta | 2eef94d | 2015-05-05 15:40:58 -0700 | [diff] [blame] | 499 | <redirectTestOutputToFile>true</redirectTestOutputToFile> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 500 | <printSummary>true</printSummary> |
HIGUCHI Yuta | 2eef94d | 2015-05-05 15:40:58 -0700 | [diff] [blame] | 501 | <excludedGroups>org.onlab.junit.IntegrationTest</excludedGroups> |
| 502 | <rerunFailingTestsCount>1</rerunFailingTestsCount> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 503 | </configuration> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 504 | </plugin> |
| 505 | |
| 506 | <plugin> |
| 507 | <groupId>org.apache.maven.plugins</groupId> |
| 508 | <artifactId>maven-jar-plugin</artifactId> |
| 509 | <version>2.3.1</version> |
| 510 | <executions> |
| 511 | <execution> |
| 512 | <phase>package</phase> |
| 513 | <goals> |
| 514 | <goal>test-jar</goal> |
| 515 | </goals> |
| 516 | </execution> |
| 517 | </executions> |
| 518 | </plugin> |
| 519 | |
| 520 | <plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 521 | <groupId>org.apache.maven.plugins</groupId> |
| 522 | <artifactId>maven-resources-plugin</artifactId> |
| 523 | <version>2.6</version> |
| 524 | </plugin> |
| 525 | |
| 526 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 527 | <groupId>org.apache.felix</groupId> |
| 528 | <artifactId>maven-bundle-plugin</artifactId> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 529 | <version>2.5.3</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 530 | <extensions>true</extensions> |
alshabib | e434433 | 2015-01-28 15:30:13 -0800 | [diff] [blame] | 531 | <!-- |
| 532 | Drop following dependency when the below bug fix is published |
| 533 | https://issues.apache.org/jira/browse/FELIX-4556 |
| 534 | --> |
| 535 | <dependencies> |
| 536 | <dependency> |
| 537 | <groupId>biz.aQute.bnd</groupId> |
| 538 | <artifactId>bndlib</artifactId> |
| 539 | <version>2.4.0</version> |
| 540 | </dependency> |
| 541 | </dependencies> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 542 | </plugin> |
| 543 | |
| 544 | <plugin> |
Thomas Vachuska | 01a6ec0 | 2014-11-05 09:54:09 -0800 | [diff] [blame] | 545 | <groupId>org.apache.maven.plugins</groupId> |
| 546 | <artifactId>maven-shade-plugin</artifactId> |
| 547 | <version>2.3</version> |
| 548 | </plugin> |
| 549 | |
| 550 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 551 | <groupId>org.apache.felix</groupId> |
| 552 | <artifactId>maven-scr-plugin</artifactId> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 553 | <version>1.20.0</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 554 | <executions> |
| 555 | <execution> |
| 556 | <id>generate-scr-srcdescriptor</id> |
| 557 | <goals> |
| 558 | <goal>scr</goal> |
| 559 | </goals> |
| 560 | </execution> |
| 561 | </executions> |
| 562 | <configuration> |
| 563 | <supportedProjectTypes> |
| 564 | <supportedProjectType>bundle</supportedProjectType> |
| 565 | <supportedProjectType>war</supportedProjectType> |
| 566 | </supportedProjectTypes> |
| 567 | </configuration> |
| 568 | </plugin> |
Ray Milkey | 241b96a | 2014-11-17 13:08:20 -0800 | [diff] [blame] | 569 | <plugin> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 570 | <groupId>org.codehaus.mojo</groupId> |
| 571 | <artifactId>findbugs-maven-plugin</artifactId> |
| 572 | <version>3.0.0</version> |
| 573 | <dependencies> |
| 574 | <dependency> |
| 575 | <groupId>org.onosproject</groupId> |
| 576 | <artifactId>onos-build-conf</artifactId> |
| 577 | <version>1.0</version> |
| 578 | </dependency> |
| 579 | </dependencies> |
| 580 | <configuration> |
| 581 | <effort>Max</effort> |
| 582 | <excludeFilterFile>onos/findbugs-suppressions.xml |
| 583 | </excludeFilterFile> |
| 584 | </configuration> |
Ray Milkey | 241b96a | 2014-11-17 13:08:20 -0800 | [diff] [blame] | 585 | </plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 586 | |
Brian O'Connor | eaa47be | 2015-03-17 20:57:47 -0700 | [diff] [blame] | 587 | <!-- This version needs to be updated manually when changes are made to onos-maven-plugin --> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 588 | <plugin> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 589 | <groupId>org.onosproject</groupId> |
| 590 | <artifactId>onos-maven-plugin</artifactId> |
Brian O'Connor | c013a35 | 2015-05-21 17:24:46 -0700 | [diff] [blame] | 591 | <version>1.4</version> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 592 | <executions> |
| 593 | <execution> |
Brian O'Connor | 5819b0a | 2015-04-14 15:03:06 -0700 | [diff] [blame] | 594 | <id>cfg</id> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 595 | <phase>generate-resources</phase> |
| 596 | <goals> |
| 597 | <goal>cfg</goal> |
| 598 | </goals> |
| 599 | </execution> |
Brian O'Connor | 5819b0a | 2015-04-14 15:03:06 -0700 | [diff] [blame] | 600 | <execution> |
| 601 | <id>app</id> |
| 602 | <phase>package</phase> |
| 603 | <goals> |
| 604 | <goal>app</goal> |
| 605 | </goals> |
| 606 | </execution> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 607 | </executions> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 608 | </plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 609 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 610 | </pluginManagement> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 611 | |
| 612 | <plugins> |
| 613 | <plugin> |
| 614 | <groupId>org.apache.maven.plugins</groupId> |
tom | e33cc1a | 2014-08-25 21:59:41 -0700 | [diff] [blame] | 615 | <artifactId>maven-jar-plugin</artifactId> |
| 616 | </plugin> |
| 617 | |
| 618 | <plugin> |
| 619 | <groupId>org.apache.maven.plugins</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 620 | <artifactId>maven-checkstyle-plugin</artifactId> |
Yuta HIGUCHI | ee0ae6c | 2014-10-18 18:11:57 -0700 | [diff] [blame] | 621 | <version>2.13</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 622 | <dependencies> |
| 623 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 624 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 625 | <artifactId>onos-build-conf</artifactId> |
| 626 | <version>1.0</version> |
| 627 | </dependency> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 628 | <!-- For Java 8 lambda support--> |
| 629 | <dependency> |
| 630 | <groupId>com.puppycrawl.tools</groupId> |
| 631 | <artifactId>checkstyle</artifactId> |
| 632 | <version>5.9</version> |
| 633 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 634 | </dependencies> |
| 635 | <configuration> |
Toshio Koide | d7d9641 | 2014-11-05 11:56:07 -0800 | [diff] [blame] | 636 | <!-- begin: workaround for unexpected NullPointerException on Eclipse --> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 637 | <sourceDirectory>${project.build.sourceDirectory} |
| 638 | </sourceDirectory> |
| 639 | <testSourceDirectory>${project.build.testSourceDirectory} |
| 640 | </testSourceDirectory> |
Toshio Koide | d7d9641 | 2014-11-05 11:56:07 -0800 | [diff] [blame] | 641 | <!-- end: workaround for unexpected NullPointerException on Eclipse --> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 642 | <configLocation>onos/checkstyle.xml</configLocation> |
| 643 | <suppressionsLocation>onos/suppressions.xml |
| 644 | </suppressionsLocation> |
| 645 | <failsOnError>false</failsOnError> |
| 646 | <logViolationsToConsole>true</logViolationsToConsole> |
| 647 | <includeTestSourceDirectory>true |
| 648 | </includeTestSourceDirectory> |
| 649 | </configuration> |
| 650 | <executions> |
| 651 | <execution> |
| 652 | <id>validate-checkstyle</id> |
| 653 | <phase>verify</phase> |
| 654 | <goals> |
| 655 | <goal>check</goal> |
| 656 | </goals> |
| 657 | </execution> |
| 658 | </executions> |
| 659 | </plugin> |
| 660 | |
| 661 | <plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 662 | <groupId>org.apache.maven.plugins</groupId> |
| 663 | <artifactId>maven-pmd-plugin</artifactId> |
| 664 | <version>3.2</version> |
| 665 | <configuration> |
| 666 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 667 | </excludes> |
| 668 | <rulesets> |
| 669 | <ruleset>onos/pmd.xml</ruleset> |
| 670 | </rulesets> |
| 671 | </configuration> |
| 672 | <executions> |
| 673 | <execution> |
| 674 | <id>validate-pmd</id> |
| 675 | <phase>verify</phase> |
| 676 | <goals> |
| 677 | <!-- Uncomment this goal to make the build fail on pmd errors --> |
| 678 | <!--<goal>check</goal>--> |
| 679 | </goals> |
| 680 | </execution> |
| 681 | </executions> |
| 682 | </plugin> |
| 683 | |
| 684 | <plugin> |
tom | 4f3b18b | 2014-08-28 14:38:47 -0700 | [diff] [blame] | 685 | <groupId>org.jacoco</groupId> |
| 686 | <artifactId>jacoco-maven-plugin</artifactId> |
Yuta HIGUCHI | f61665d | 2015-02-04 12:14:09 -0800 | [diff] [blame] | 687 | <version>0.7.2.201409121644</version> |
tom | 4f3b18b | 2014-08-28 14:38:47 -0700 | [diff] [blame] | 688 | <executions> |
| 689 | <execution> |
| 690 | <id>default-prepare-agent</id> |
| 691 | <goals> |
| 692 | <goal>prepare-agent</goal> |
| 693 | </goals> |
| 694 | </execution> |
| 695 | <execution> |
| 696 | <id>default-report</id> |
| 697 | <phase>prepare-package</phase> |
| 698 | <goals> |
| 699 | <goal>report</goal> |
| 700 | </goals> |
| 701 | </execution> |
| 702 | </executions> |
| 703 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 704 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 705 | </build> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 706 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 707 | <reporting> |
| 708 | <plugins> |
| 709 | <plugin> |
| 710 | <groupId>org.apache.maven.plugins</groupId> |
| 711 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 712 | <version>2.12.1</version> |
| 713 | <configuration> |
Ray Milkey | 0f98ca2 | 2014-11-17 17:12:38 -0800 | [diff] [blame] | 714 | <configLocation>onos/checkstyle.xml</configLocation> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 715 | </configuration> |
| 716 | </plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 717 | |
| 718 | <plugin> |
| 719 | <groupId>org.apache.maven.plugins</groupId> |
| 720 | <artifactId>maven-pmd-plugin</artifactId> |
| 721 | <version>3.2</version> |
| 722 | <configuration> |
| 723 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 724 | </excludes> |
| 725 | <rulesets> |
Ray Milkey | 0f98ca2 | 2014-11-17 17:12:38 -0800 | [diff] [blame] | 726 | <ruleset>onos/pmd.xml</ruleset> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 727 | </rulesets> |
| 728 | </configuration> |
| 729 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 730 | </plugins> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 731 | </reporting> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 732 | </project> |