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