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