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