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