| 1 |
<?xml version="1.0" encoding="UTF-8"?>
|
| 2 |
|
| 3 |
<!--
|
| 4 |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
|
| 5 |
file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
|
| 6 |
to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
| 7 |
the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
|
| 8 |
applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
|
| 9 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language
|
| 10 |
governing permissions and limitations under the License.
|
| 11 |
-->
|
| 12 |
|
| 13 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 14 |
<modelVersion>4.0.0</modelVersion>
|
| 15 |
|
| 16 |
<parent>
|
| 17 |
<groupId>org.apache.maven</groupId>
|
| 18 |
<artifactId>maven-parent</artifactId>
|
| 19 |
<version>15</version>
|
| 20 |
<relativePath>../pom/maven/pom.xml</relativePath>
|
| 21 |
</parent>
|
| 22 |
|
| 23 |
<artifactId>maven</artifactId>
|
| 24 |
<version>3.0-SNAPSHOT</version>
|
| 25 |
<packaging>pom</packaging>
|
| 26 |
|
| 27 |
<name>Apache Maven 3.x</name>
|
| 28 |
<description>Maven is a project development management and
|
| 29 |
comprehension tool. Based on the concept of a project object model:
|
| 30 |
builds, dependency management, documentation creation, site
|
| 31 |
publication, and distribution publication are all controlled from
|
| 32 |
the declarative file. Maven can be extended by plugins to utilise a
|
| 33 |
number of other development tools for reporting or the build
|
| 34 |
process.
|
| 35 |
</description>
|
| 36 |
<url>http://maven.apache.org/</url>
|
| 37 |
<inceptionYear>2001</inceptionYear>
|
| 38 |
|
| 39 |
<properties>
|
| 40 |
<classWorldsVersion>2.2.2</classWorldsVersion>
|
| 41 |
<commonsCliVersion>1.2</commonsCliVersion>
|
| 42 |
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
| 43 |
<junitVersion>3.8.2</junitVersion>
|
| 44 |
<plexusVersion>1.5.1</plexusVersion>
|
| 45 |
<plexusInterpolationVersion>1.11</plexusInterpolationVersion>
|
| 46 |
<plexusPluginManagerVersion>1.0-alpha-1</plexusPluginManagerVersion>
|
| 47 |
<plexusUtilsVersion>2.0.1</plexusUtilsVersion>
|
| 48 |
<wagonVersion>1.0-beta-6</wagonVersion>
|
| 49 |
<securityDispatcherVersion>1.3</securityDispatcherVersion>
|
| 50 |
<cipherVersion>1.4</cipherVersion>
|
| 51 |
<modelloVersion>1.1</modelloVersion>
|
| 52 |
<jxpathVersion>1.3</jxpathVersion>
|
| 53 |
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
| 54 |
</properties>
|
| 55 |
<mailingLists>
|
| 56 |
<mailingList>
|
| 57 |
<name>Maven Developer List</name>
|
| 58 |
<subscribe>dev-subscribe@maven.apache.org</subscribe>
|
| 59 |
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
|
| 60 |
<post>dev@maven.apache.org</post>
|
| 61 |
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
|
| 62 |
<otherArchives>
|
| 63 |
<otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
|
| 64 |
<otherArchive>http://www.nabble.com/Maven-Developers-f179.html</otherArchive>
|
| 65 |
<otherArchive>http://maven.dev.markmail.org/</otherArchive>
|
| 66 |
</otherArchives>
|
| 67 |
</mailingList>
|
| 68 |
<mailingList>
|
| 69 |
<name>Maven User List</name>
|
| 70 |
<subscribe>users-subscribe@maven.apache.org</subscribe>
|
| 71 |
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
|
| 72 |
<post>users@maven.apache.org</post>
|
| 73 |
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
|
| 74 |
<otherArchives>
|
| 75 |
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
|
| 76 |
<otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
|
| 77 |
<otherArchive>http://maven.users.markmail.org/</otherArchive>
|
| 78 |
</otherArchives>
|
| 79 |
</mailingList>
|
| 80 |
<mailingList>
|
| 81 |
<name>Maven Issues List</name>
|
| 82 |
<subscribe>issues-subscribe@maven.apache.org</subscribe>
|
| 83 |
<unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
|
| 84 |
<archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
|
| 85 |
<otherArchives>
|
| 86 |
<otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
|
| 87 |
<otherArchive>http://www.nabble.com/Maven---Issues-f15573.html</otherArchive>
|
| 88 |
<otherArchive>http://maven.issues.markmail.org/</otherArchive>
|
| 89 |
</otherArchives>
|
| 90 |
</mailingList>
|
| 91 |
<mailingList>
|
| 92 |
<name>Maven Commits List</name>
|
| 93 |
<subscribe>commits-subscribe@maven.apache.org</subscribe>
|
| 94 |
<unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
|
| 95 |
<archive>http://mail-archives.apache.org/mod_mbox/maven-commits</archive>
|
| 96 |
<otherArchives>
|
| 97 |
<otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
|
| 98 |
<otherArchive>http://www.nabble.com/Maven---Commits-f15575.html</otherArchive>
|
| 99 |
<otherArchive>http://maven.commits.markmail.org/</otherArchive>
|
| 100 |
</otherArchives>
|
| 101 |
</mailingList>
|
| 102 |
<!--
|
| 103 |
duplication from parent pom - temporary until they inherit
|
| 104 |
properly
|
| 105 |
-->
|
| 106 |
<mailingList>
|
| 107 |
<name>Maven Announcements List</name>
|
| 108 |
<post>announce@maven.apache.org</post>
|
| 109 |
<subscribe>announce-subscribe@maven.apache.org</subscribe>
|
| 110 |
<unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
|
| 111 |
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
|
| 112 |
<otherArchives>
|
| 113 |
<otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
|
| 114 |
<otherArchive>http://www.nabble.com/Maven-Announcements-f15617.html</otherArchive>
|
| 115 |
<otherArchive>http://maven.announce.markmail.org/</otherArchive>
|
| 116 |
</otherArchives>
|
| 117 |
</mailingList>
|
| 118 |
<mailingList>
|
| 119 |
<name>Maven Notifications List</name>
|
| 120 |
<subscribe>notifications-subscribe@maven.apache.org</subscribe>
|
| 121 |
<unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
|
| 122 |
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
|
| 123 |
<otherArchives>
|
| 124 |
<otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
|
| 125 |
<otherArchive>http://www.nabble.com/Maven---Notifications-f15574.html</otherArchive>
|
| 126 |
<otherArchive>http://maven.notifications.markmail.org/</otherArchive>
|
| 127 |
</otherArchives>
|
| 128 |
</mailingList>
|
| 129 |
</mailingLists>
|
| 130 |
|
| 131 |
<modules>
|
| 132 |
<module>maven-core</module>
|
| 133 |
<module>apache-maven</module>
|
| 134 |
<module>maven-model</module>
|
| 135 |
<module>maven-settings</module>
|
| 136 |
<module>maven-artifact</module>
|
| 137 |
<module>maven-plugin-api</module>
|
| 138 |
<module>maven-model-builder</module>
|
| 139 |
<module>maven-embedder</module>
|
| 140 |
<module>maven-compat</module>
|
| 141 |
<!--
|
| 142 |
While working on the compatibility layer I've merged the code with maven-compat
|
| 143 |
<module>maven-repository</module>
|
| 144 |
-->
|
| 145 |
</modules>
|
| 146 |
|
| 147 |
<scm>
|
| 148 |
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-3/trunk</connection>
|
| 149 |
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-3/trunk</developerConnection>
|
| 150 |
<url>http://svn.apache.org/viewvc/maven/maven-3/trunk</url>
|
| 151 |
</scm>
|
| 152 |
<issueManagement>
|
| 153 |
<system>jira</system>
|
| 154 |
<url>http://jira.codehaus.org/browse/MNG</url>
|
| 155 |
</issueManagement>
|
| 156 |
<distributionManagement>
|
| 157 |
<site>
|
| 158 |
<id>apache.website</id>
|
| 159 |
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
|
| 160 |
</site>
|
| 161 |
</distributionManagement>
|
| 162 |
|
| 163 |
<!--bootstrap-start-comment-->
|
| 164 |
<dependencyManagement>
|
| 165 |
<!--bootstrap-end-comment-->
|
| 166 |
<dependencies>
|
| 167 |
<!-- Maven Modules -->
|
| 168 |
<!--bootstrap-start-comment-->
|
| 169 |
<dependency>
|
| 170 |
<groupId>org.apache.maven</groupId>
|
| 171 |
<artifactId>maven-lifecycle</artifactId>
|
| 172 |
<version>${project.version}</version>
|
| 173 |
</dependency>
|
| 174 |
<dependency>
|
| 175 |
<groupId>org.apache.maven</groupId>
|
| 176 |
<artifactId>maven-reporting-api</artifactId>
|
| 177 |
<version>${project.version}</version>
|
| 178 |
</dependency>
|
| 179 |
<dependency>
|
| 180 |
<groupId>org.apache.maven</groupId>
|
| 181 |
<artifactId>maven-profile</artifactId>
|
| 182 |
<version>${project.version}</version>
|
| 183 |
</dependency>
|
| 184 |
<dependency>
|
| 185 |
<groupId>org.apache.maven</groupId>
|
| 186 |
<artifactId>maven-model</artifactId>
|
| 187 |
<version>${project.version}</version>
|
| 188 |
</dependency>
|
| 189 |
<dependency>
|
| 190 |
<groupId>org.apache.maven</groupId>
|
| 191 |
<artifactId>maven-settings</artifactId>
|
| 192 |
<version>${project.version}</version>
|
| 193 |
</dependency>
|
| 194 |
<dependency>
|
| 195 |
<groupId>org.apache.maven</groupId>
|
| 196 |
<artifactId>maven-plugin-api</artifactId>
|
| 197 |
<version>${project.version}</version>
|
| 198 |
</dependency>
|
| 199 |
<dependency>
|
| 200 |
<groupId>org.apache.maven</groupId>
|
| 201 |
<artifactId>maven-embedder</artifactId>
|
| 202 |
<version>${project.version}</version>
|
| 203 |
</dependency>
|
| 204 |
<dependency>
|
| 205 |
<groupId>org.apache.maven</groupId>
|
| 206 |
<artifactId>maven-core</artifactId>
|
| 207 |
<version>${project.version}</version>
|
| 208 |
</dependency>
|
| 209 |
<dependency>
|
| 210 |
<groupId>org.apache.maven</groupId>
|
| 211 |
<artifactId>maven-model-builder</artifactId>
|
| 212 |
<version>${project.version}</version>
|
| 213 |
</dependency>
|
| 214 |
<dependency>
|
| 215 |
<groupId>org.apache.maven</groupId>
|
| 216 |
<artifactId>maven-repository</artifactId>
|
| 217 |
<version>${project.version}</version>
|
| 218 |
</dependency>
|
| 219 |
<dependency>
|
| 220 |
<groupId>org.apache.maven</groupId>
|
| 221 |
<artifactId>maven-compat</artifactId>
|
| 222 |
<version>${project.version}</version>
|
| 223 |
</dependency>
|
| 224 |
<dependency>
|
| 225 |
<groupId>org.apache.maven</groupId>
|
| 226 |
<artifactId>maven-artifact</artifactId>
|
| 227 |
<version>${project.version}</version>
|
| 228 |
</dependency>
|
| 229 |
<!--bootstrap-end-comment-->
|
| 230 |
<!-- Plexus -->
|
| 231 |
<dependency>
|
| 232 |
<groupId>org.codehaus.plexus</groupId>
|
| 233 |
<artifactId>plexus-utils</artifactId>
|
| 234 |
<version>${plexusUtilsVersion}</version>
|
| 235 |
</dependency>
|
| 236 |
<dependency>
|
| 237 |
<groupId>org.codehaus.plexus</groupId>
|
| 238 |
<artifactId>plexus-container-default</artifactId>
|
| 239 |
<version>${plexusVersion}</version>
|
| 240 |
<exclusions>
|
| 241 |
<exclusion>
|
| 242 |
<groupId>junit</groupId>
|
| 243 |
<artifactId>junit</artifactId>
|
| 244 |
</exclusion>
|
| 245 |
</exclusions>
|
| 246 |
</dependency>
|
| 247 |
<dependency>
|
| 248 |
<groupId>org.codehaus.plexus</groupId>
|
| 249 |
<artifactId>plexus-component-annotations</artifactId>
|
| 250 |
<version>${plexusVersion}</version>
|
| 251 |
<exclusions>
|
| 252 |
<exclusion>
|
| 253 |
<groupId>junit</groupId>
|
| 254 |
<artifactId>junit</artifactId>
|
| 255 |
</exclusion>
|
| 256 |
</exclusions>
|
| 257 |
</dependency>
|
| 258 |
<dependency>
|
| 259 |
<groupId>org.codehaus.plexus</groupId>
|
| 260 |
<artifactId>plexus-classworlds</artifactId>
|
| 261 |
<version>${classWorldsVersion}</version>
|
| 262 |
</dependency>
|
| 263 |
<dependency>
|
| 264 |
<groupId>org.codehaus.plexus</groupId>
|
| 265 |
<artifactId>plexus-interpolation</artifactId>
|
| 266 |
<version>${plexusInterpolationVersion}</version>
|
| 267 |
</dependency>
|
| 268 |
<!-- Wagon -->
|
| 269 |
<dependency>
|
| 270 |
<groupId>org.apache.maven.wagon</groupId>
|
| 271 |
<artifactId>wagon-provider-api</artifactId>
|
| 272 |
<version>${wagonVersion}</version>
|
| 273 |
</dependency>
|
| 274 |
<dependency>
|
| 275 |
<groupId>org.apache.maven.wagon</groupId>
|
| 276 |
<artifactId>wagon-file</artifactId>
|
| 277 |
<version>${wagonVersion}</version>
|
| 278 |
</dependency>
|
| 279 |
<dependency>
|
| 280 |
<groupId>org.apache.maven.wagon</groupId>
|
| 281 |
<artifactId>wagon-http-lightweight</artifactId>
|
| 282 |
<version>${wagonVersion}</version>
|
| 283 |
</dependency>
|
| 284 |
<!-- Commons -->
|
| 285 |
<dependency>
|
| 286 |
<groupId>commons-cli</groupId>
|
| 287 |
<artifactId>commons-cli</artifactId>
|
| 288 |
<version>${commonsCliVersion}</version>
|
| 289 |
<exclusions>
|
| 290 |
<exclusion>
|
| 291 |
<groupId>commons-lang</groupId>
|
| 292 |
<artifactId>commons-lang</artifactId>
|
| 293 |
</exclusion>
|
| 294 |
<exclusion>
|
| 295 |
<groupId>commons-logging</groupId>
|
| 296 |
<artifactId>commons-logging</artifactId>
|
| 297 |
</exclusion>
|
| 298 |
</exclusions>
|
| 299 |
</dependency>
|
| 300 |
<dependency>
|
| 301 |
<groupId>commons-jxpath</groupId>
|
| 302 |
<artifactId>commons-jxpath</artifactId>
|
| 303 |
<version>${jxpathVersion}</version>
|
| 304 |
</dependency>
|
| 305 |
<dependency>
|
| 306 |
<groupId>org.sonatype.plexus</groupId>
|
| 307 |
<artifactId>plexus-sec-dispatcher</artifactId>
|
| 308 |
<version>${securityDispatcherVersion}</version>
|
| 309 |
</dependency>
|
| 310 |
<dependency>
|
| 311 |
<groupId>org.sonatype.plexus</groupId>
|
| 312 |
<artifactId>plexus-cipher</artifactId>
|
| 313 |
<version>${cipherVersion}</version>
|
| 314 |
</dependency>
|
| 315 |
<dependency>
|
| 316 |
<groupId>org.sonatype.plexus</groupId>
|
| 317 |
<artifactId>plexus-plugin-manager</artifactId>
|
| 318 |
<version>${plexusPluginManagerVersion}</version>
|
| 319 |
</dependency>
|
| 320 |
<!--
|
| 321 |
<dependency>
|
| 322 |
<groupId>org.jsecurity</groupId>
|
| 323 |
<artifactId>jsecurity</artifactId>
|
| 324 |
<version>0.9.0-RC2</version>
|
| 325 |
</dependency>
|
| 326 |
-->
|
| 327 |
<!--bootstrap-start-comment-->
|
| 328 |
<dependency>
|
| 329 |
<groupId>easymock</groupId>
|
| 330 |
<artifactId>easymock</artifactId>
|
| 331 |
<version>${easyMockVersion}</version>
|
| 332 |
<scope>test</scope>
|
| 333 |
</dependency>
|
| 334 |
<!--bootstrap-end-comment-->
|
| 335 |
</dependencies>
|
| 336 |
<!--bootstrap-start-comment-->
|
| 337 |
</dependencyManagement>
|
| 338 |
<!--bootstrap-end-comment-->
|
| 339 |
<!--bootstrap-start-comment-->
|
| 340 |
<dependencies>
|
| 341 |
<dependency>
|
| 342 |
<groupId>junit</groupId>
|
| 343 |
<artifactId>junit</artifactId>
|
| 344 |
<version>${junitVersion}</version>
|
| 345 |
<scope>test</scope>
|
| 346 |
</dependency>
|
| 347 |
</dependencies>
|
| 348 |
<!--bootstrap-end-comment-->
|
| 349 |
|
| 350 |
<build>
|
| 351 |
<pluginManagement>
|
| 352 |
<plugins>
|
| 353 |
<plugin>
|
| 354 |
<groupId>org.codehaus.plexus</groupId>
|
| 355 |
<artifactId>plexus-component-metadata</artifactId>
|
| 356 |
<version>${plexusVersion}</version>
|
| 357 |
<executions>
|
| 358 |
<execution>
|
| 359 |
<goals>
|
| 360 |
<goal>generate-metadata</goal>
|
| 361 |
<goal>generate-test-metadata</goal>
|
| 362 |
</goals>
|
| 363 |
</execution>
|
| 364 |
</executions>
|
| 365 |
</plugin>
|
| 366 |
<plugin>
|
| 367 |
<groupId>org.apache.maven.plugins</groupId>
|
| 368 |
<artifactId>maven-compiler-plugin</artifactId>
|
| 369 |
<version>2.0.2</version>
|
| 370 |
<configuration>
|
| 371 |
<source>1.5</source>
|
| 372 |
<target>1.5</target>
|
| 373 |
</configuration>
|
| 374 |
</plugin>
|
| 375 |
<plugin>
|
| 376 |
<artifactId>maven-release-plugin</artifactId>
|
| 377 |
<configuration>
|
| 378 |
<tagBase>https://svn.apache.org/repos/asf/maven/maven-3/tags</tagBase>
|
| 379 |
</configuration>
|
| 380 |
</plugin>
|
| 381 |
<plugin>
|
| 382 |
<artifactId>maven-surefire-plugin</artifactId>
|
| 383 |
<configuration>
|
| 384 |
<argLine>-Xmx256m</argLine>
|
| 385 |
</configuration>
|
| 386 |
</plugin>
|
| 387 |
<plugin>
|
| 388 |
<groupId>org.codehaus.modello</groupId>
|
| 389 |
<artifactId>modello-maven-plugin</artifactId>
|
| 390 |
<version>${modelloVersion}</version>
|
| 391 |
<configuration>
|
| 392 |
<useJava5>true</useJava5>
|
| 393 |
</configuration>
|
| 394 |
<executions>
|
| 395 |
<!--
|
| 396 |
<execution> <id>site-docs</id> <phase>pre-site</phase> <goals> <goal>xdoc</goal> <goal>xsd</goal> </goals>
|
| 397 |
</execution>
|
| 398 |
-->
|
| 399 |
<execution>
|
| 400 |
<id>standard</id>
|
| 401 |
<goals>
|
| 402 |
<goal>java</goal>
|
| 403 |
<goal>xpp3-reader</goal>
|
| 404 |
<goal>xpp3-writer</goal>
|
| 405 |
</goals>
|
| 406 |
</execution>
|
| 407 |
</executions>
|
| 408 |
</plugin>
|
| 409 |
<plugin>
|
| 410 |
<groupId>org.apache.felix</groupId>
|
| 411 |
<artifactId>maven-bundle-plugin</artifactId>
|
| 412 |
<version>1.0.0</version>
|
| 413 |
</plugin>
|
| 414 |
<plugin>
|
| 415 |
<groupId>org.apache.maven.plugins</groupId>
|
| 416 |
<artifactId>maven-assembly-plugin</artifactId>
|
| 417 |
<version>2.2-beta-4</version>
|
| 418 |
</plugin>
|
| 419 |
<plugin>
|
| 420 |
<groupId>org.apache.maven.plugins</groupId>
|
| 421 |
<artifactId>maven-javadoc-plugin</artifactId>
|
| 422 |
<version>2.5</version>
|
| 423 |
</plugin>
|
| 424 |
<plugin>
|
| 425 |
<groupId>org.apache.maven.plugins</groupId>
|
| 426 |
<artifactId>maven-resources-plugin</artifactId>
|
| 427 |
<version>2.4</version>
|
| 428 |
</plugin>
|
| 429 |
<plugin>
|
| 430 |
<groupId>org.apache.maven.plugins</groupId>
|
| 431 |
<artifactId>maven-remote-resources-plugin</artifactId>
|
| 432 |
<version>1.1</version>
|
| 433 |
</plugin>
|
| 434 |
</plugins>
|
| 435 |
</pluginManagement>
|
| 436 |
</build>
|
| 437 |
|
| 438 |
<profiles>
|
| 439 |
<profile>
|
| 440 |
<id>apache-release</id>
|
| 441 |
<build>
|
| 442 |
<plugins>
|
| 443 |
<plugin>
|
| 444 |
<artifactId>maven-assembly-plugin</artifactId>
|
| 445 |
<executions>
|
| 446 |
<execution>
|
| 447 |
<id>source-release-assembly</id>
|
| 448 |
<configuration>
|
| 449 |
<!-- we have a dedicated distribution module -->
|
| 450 |
<skipAssembly>true</skipAssembly>
|
| 451 |
</configuration>
|
| 452 |
</execution>
|
| 453 |
</executions>
|
| 454 |
</plugin>
|
| 455 |
</plugins>
|
| 456 |
</build>
|
| 457 |
</profile>
|
| 458 |
<profile>
|
| 459 |
<id>reporting</id>
|
| 460 |
<reporting>
|
| 461 |
<plugins>
|
| 462 |
<plugin>
|
| 463 |
<artifactId>maven-javadoc-plugin</artifactId>
|
| 464 |
<version>2.5</version>
|
| 465 |
</plugin>
|
| 466 |
<plugin>
|
| 467 |
<artifactId>maven-pmd-plugin</artifactId>
|
| 468 |
<configuration>
|
| 469 |
<targetJdk>1.5</targetJdk>
|
| 470 |
</configuration>
|
| 471 |
</plugin>
|
| 472 |
</plugins>
|
| 473 |
</reporting>
|
| 474 |
</profile>
|
| 475 |
<profile>
|
| 476 |
<id>maven-repo-local</id>
|
| 477 |
<activation>
|
| 478 |
<property>
|
| 479 |
<name>maven.repo.local</name>
|
| 480 |
</property>
|
| 481 |
</activation>
|
| 482 |
<build>
|
| 483 |
<plugins>
|
| 484 |
<plugin>
|
| 485 |
<artifactId>maven-surefire-plugin</artifactId>
|
| 486 |
<configuration>
|
| 487 |
<systemProperties combine.children="append">
|
| 488 |
<property>
|
| 489 |
<!-- Pass this through to the tests (if set!) to have them pick the right repository -->
|
| 490 |
<name>maven.repo.local</name>
|
| 491 |
<value>${maven.repo.local}</value>
|
| 492 |
</property>
|
| 493 |
</systemProperties>
|
| 494 |
</configuration>
|
| 495 |
</plugin>
|
| 496 |
</plugins>
|
| 497 |
</build>
|
| 498 |
</profile>
|
| 499 |
<profile>
|
| 500 |
<id>m2e</id>
|
| 501 |
<properties>
|
| 502 |
<m2BuildDirectory>target</m2BuildDirectory>
|
| 503 |
</properties>
|
| 504 |
<activation>
|
| 505 |
<property>
|
| 506 |
<name>m2e.version</name>
|
| 507 |
</property>
|
| 508 |
</activation>
|
| 509 |
<build>
|
| 510 |
<directory>${m2BuildDirectory}</directory>
|
| 511 |
<plugins>
|
| 512 |
<plugin>
|
| 513 |
<groupId>org.maven.ide.eclipse</groupId>
|
| 514 |
<artifactId>lifecycle-mapping</artifactId>
|
| 515 |
<version>0.9.9-SNAPSHOT</version>
|
| 516 |
<configuration>
|
| 517 |
<mappingId>customizable</mappingId>
|
| 518 |
<configurators>
|
| 519 |
<configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
|
| 520 |
<configurator id="org.maven.ide.eclipse.modello.modelloConfigurator" />
|
| 521 |
<configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" />
|
| 522 |
</configurators>
|
| 523 |
<mojoExecutions>
|
| 524 |
<mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
|
| 525 |
</mojoExecutions>
|
| 526 |
</configuration>
|
| 527 |
</plugin>
|
| 528 |
</plugins>
|
| 529 |
</build>
|
| 530 |
</profile>
|
| 531 |
</profiles>
|
| 532 |
</project>
|