2006-03-10 10:34:04 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-11-01 08:47:05 -04:00
|
|
|
|
2009-06-16 15:18:18 -04:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
|
|
|
|
file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
|
|
|
|
applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language
|
|
|
|
governing permissions and limitations under the License.
|
|
|
|
-->
|
2008-10-30 17:46:48 -04:00
|
|
|
|
2009-11-09 10:24:06 -05:00
|
|
|
<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">
|
2008-10-30 17:46:48 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2006-03-10 10:34:04 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2006-03-10 19:17:59 -05:00
|
|
|
<artifactId>maven-parent</artifactId>
|
2010-05-16 13:50:54 -04:00
|
|
|
<version>15</version>
|
2006-03-10 10:34:04 -05:00
|
|
|
<relativePath>../pom/maven/pom.xml</relativePath>
|
2008-11-01 08:47:05 -04:00
|
|
|
</parent>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2005-04-05 12:27:27 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2010-10-04 07:45:32 -04:00
|
|
|
<version>3.0.1-SNAPSHOT</version>
|
2005-03-16 01:55:21 -05:00
|
|
|
<packaging>pom</packaging>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2010-10-04 08:34:38 -04:00
|
|
|
<name>Apache Maven</name>
|
2008-07-06 12:08:04 -04:00
|
|
|
<description>Maven is a project development management and
|
|
|
|
comprehension tool. Based on the concept of a project object model:
|
|
|
|
builds, dependency management, documentation creation, site
|
|
|
|
publication, and distribution publication are all controlled from
|
|
|
|
the declarative file. Maven can be extended by plugins to utilise a
|
|
|
|
number of other development tools for reporting or the build
|
2008-07-24 19:06:59 -04:00
|
|
|
process.
|
|
|
|
</description>
|
2005-11-27 22:11:40 -05:00
|
|
|
<url>http://maven.apache.org/</url>
|
2006-01-31 21:39:10 -05:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2008-12-14 14:51:59 -05:00
|
|
|
<properties>
|
2010-04-13 13:34:29 -04:00
|
|
|
<classWorldsVersion>2.2.3</classWorldsVersion>
|
2009-07-19 14:39:46 -04:00
|
|
|
<commonsCliVersion>1.2</commonsCliVersion>
|
2008-12-14 14:51:59 -05:00
|
|
|
<easyMockVersion>1.2_Java1.3</easyMockVersion>
|
2009-06-02 16:18:20 -04:00
|
|
|
<junitVersion>3.8.2</junitVersion>
|
2010-10-01 04:42:37 -04:00
|
|
|
<plexusVersion>1.5.5</plexusVersion>
|
2010-09-23 16:32:15 -04:00
|
|
|
<plexusInterpolationVersion>1.14</plexusInterpolationVersion>
|
2010-04-22 05:35:33 -04:00
|
|
|
<plexusUtilsVersion>2.0.4</plexusUtilsVersion>
|
2010-09-24 17:40:42 -04:00
|
|
|
<sisuInjectVersion>1.4.2</sisuInjectVersion>
|
2009-07-31 10:28:33 -04:00
|
|
|
<wagonVersion>1.0-beta-6</wagonVersion>
|
2009-08-12 09:51:07 -04:00
|
|
|
<securityDispatcherVersion>1.3</securityDispatcherVersion>
|
2009-10-26 16:16:00 -04:00
|
|
|
<cipherVersion>1.4</cipherVersion>
|
2010-05-29 17:56:29 -04:00
|
|
|
<modelloVersion>1.4</modelloVersion>
|
2009-02-03 14:50:11 -05:00
|
|
|
<jxpathVersion>1.3</jxpathVersion>
|
2010-10-04 06:02:46 -04:00
|
|
|
<aetherVersion>1.7</aetherVersion>
|
2009-06-13 07:29:02 -04:00
|
|
|
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
|
2009-02-17 16:46:38 -05:00
|
|
|
</properties>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2004-04-14 18:04:49 -04:00
|
|
|
<mailingLists>
|
2008-02-18 08:25:20 -05:00
|
|
|
<mailingList>
|
|
|
|
<name>Maven Developer List</name>
|
|
|
|
<subscribe>dev-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<post>dev@maven.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
|
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
|
2010-04-04 17:23:44 -04:00
|
|
|
<otherArchive>http://old.nabble.com/Maven-Developers-f179.html</otherArchive>
|
2008-02-18 08:25:20 -05:00
|
|
|
<otherArchive>http://maven.dev.markmail.org/</otherArchive>
|
|
|
|
</otherArchives>
|
|
|
|
</mailingList>
|
2004-04-14 18:04:49 -04:00
|
|
|
<mailingList>
|
|
|
|
<name>Maven User List</name>
|
|
|
|
<subscribe>users-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
|
2005-06-23 03:40:37 -04:00
|
|
|
<post>users@maven.apache.org</post>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
|
2005-10-31 00:02:03 -05:00
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
|
2010-04-04 17:23:44 -04:00
|
|
|
<otherArchive>http://old.nabble.com/Maven---Users-f178.html</otherArchive>
|
2008-02-18 08:25:20 -05:00
|
|
|
<otherArchive>http://maven.users.markmail.org/</otherArchive>
|
2005-10-31 00:02:03 -05:00
|
|
|
</otherArchives>
|
2004-04-14 18:04:49 -04:00
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
2008-02-18 08:25:20 -05:00
|
|
|
<name>Maven Issues List</name>
|
|
|
|
<subscribe>issues-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>issues-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
|
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
|
2010-04-04 17:23:44 -04:00
|
|
|
<otherArchive>http://old.nabble.com/Maven---Issues-f15573.html</otherArchive>
|
2008-02-18 08:25:20 -05:00
|
|
|
<otherArchive>http://maven.issues.markmail.org/</otherArchive>
|
|
|
|
</otherArchives>
|
2004-04-14 18:04:49 -04:00
|
|
|
</mailingList>
|
2005-10-14 02:53:44 -04:00
|
|
|
<mailingList>
|
|
|
|
<name>Maven Commits List</name>
|
|
|
|
<subscribe>commits-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>commits-unsubscribe@maven.apache.org</unsubscribe>
|
2008-02-18 08:43:28 -05:00
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-commits</archive>
|
2008-02-18 08:25:20 -05:00
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
|
2010-04-04 17:23:44 -04:00
|
|
|
<otherArchive>http://old.nabble.com/Maven---Commits-f15575.html</otherArchive>
|
2008-02-18 08:25:20 -05:00
|
|
|
<otherArchive>http://maven.commits.markmail.org/</otherArchive>
|
|
|
|
</otherArchives>
|
|
|
|
</mailingList>
|
2008-07-06 12:08:04 -04:00
|
|
|
<!--
|
|
|
|
duplication from parent pom - temporary until they inherit
|
|
|
|
properly
|
|
|
|
-->
|
2008-02-18 08:25:20 -05:00
|
|
|
<mailingList>
|
|
|
|
<name>Maven Announcements List</name>
|
|
|
|
<post>announce@maven.apache.org</post>
|
|
|
|
<subscribe>announce-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>announce-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
|
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
|
2010-04-04 17:23:44 -04:00
|
|
|
<otherArchive>http://old.nabble.com/Maven-Announcements-f15617.html</otherArchive>
|
2008-02-18 08:25:20 -05:00
|
|
|
<otherArchive>http://maven.announce.markmail.org/</otherArchive>
|
|
|
|
</otherArchives>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven Notifications List</name>
|
|
|
|
<subscribe>notifications-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>notifications-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
|
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
|
2010-04-04 17:23:44 -04:00
|
|
|
<otherArchive>http://old.nabble.com/Maven---Notifications-f15574.html</otherArchive>
|
2008-02-18 08:25:20 -05:00
|
|
|
<otherArchive>http://maven.notifications.markmail.org/</otherArchive>
|
|
|
|
</otherArchives>
|
2005-10-14 02:53:44 -04:00
|
|
|
</mailingList>
|
2004-04-14 18:04:49 -04:00
|
|
|
</mailingLists>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2005-09-15 09:37:47 -04:00
|
|
|
<modules>
|
|
|
|
<module>maven-core</module>
|
2009-01-12 12:26:35 -05:00
|
|
|
<module>apache-maven</module>
|
2005-09-15 09:37:47 -04:00
|
|
|
<module>maven-model</module>
|
2009-10-22 13:59:26 -04:00
|
|
|
<module>maven-settings</module>
|
2010-07-16 05:59:13 -04:00
|
|
|
<module>maven-settings-builder</module>
|
2009-10-22 13:34:20 -04:00
|
|
|
<module>maven-artifact</module>
|
2010-08-24 18:46:07 -04:00
|
|
|
<module>maven-aether-provider</module>
|
2010-06-02 09:56:15 -04:00
|
|
|
<module>maven-repository-metadata</module>
|
2005-09-15 09:37:47 -04:00
|
|
|
<module>maven-plugin-api</module>
|
2009-04-22 19:04:06 -04:00
|
|
|
<module>maven-model-builder</module>
|
2006-04-07 11:57:09 -04:00
|
|
|
<module>maven-embedder</module>
|
2008-12-03 18:06:43 -05:00
|
|
|
<module>maven-compat</module>
|
2005-09-15 09:37:47 -04:00
|
|
|
</modules>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
|
|
|
<scm>
|
2010-10-04 07:45:32 -04:00
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-3/trunk</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-3/trunk</developerConnection>
|
|
|
|
<url>http://svn.apache.org/viewvc/maven/maven-3/trunk</url>
|
2009-04-22 19:04:06 -04:00
|
|
|
</scm>
|
|
|
|
<issueManagement>
|
|
|
|
<system>jira</system>
|
|
|
|
<url>http://jira.codehaus.org/browse/MNG</url>
|
|
|
|
</issueManagement>
|
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>apache.website</id>
|
|
|
|
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<!--bootstrap-start-comment-->
|
2005-08-02 17:34:54 -04:00
|
|
|
<dependencyManagement>
|
2009-06-16 15:18:18 -04:00
|
|
|
<!--bootstrap-end-comment-->
|
2005-08-02 17:34:54 -04:00
|
|
|
<dependencies>
|
2008-07-06 12:08:04 -04:00
|
|
|
<!-- Maven Modules -->
|
2009-04-22 19:04:06 -04:00
|
|
|
<!--bootstrap-start-comment-->
|
2008-05-05 09:46:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
2008-07-06 12:08:04 -04:00
|
|
|
<version>${project.version}</version>
|
2008-05-05 09:46:40 -04:00
|
|
|
</dependency>
|
2009-10-22 13:59:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2010-07-16 05:59:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings-builder</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2008-05-05 09:46:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2008-07-06 12:08:04 -04:00
|
|
|
<version>${project.version}</version>
|
2008-05-05 09:46:40 -04:00
|
|
|
</dependency>
|
2008-07-06 12:08:04 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-embedder</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2008-11-20 23:49:46 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>maven-model-builder</artifactId>
|
2008-11-20 23:49:46 -05:00
|
|
|
<version>${project.version}</version>
|
2009-02-26 00:04:07 -05:00
|
|
|
</dependency>
|
2008-09-28 12:21:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-compat</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2009-10-22 13:34:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2010-06-02 09:56:15 -04:00
|
|
|
</dependency>
|
2010-08-24 18:46:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-aether-provider</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2010-06-02 09:56:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2009-10-22 13:34:20 -04:00
|
|
|
</dependency>
|
2009-04-22 19:04:06 -04:00
|
|
|
<!--bootstrap-end-comment-->
|
2008-07-06 12:08:04 -04:00
|
|
|
<!-- Plexus -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>${plexusUtilsVersion}</version>
|
|
|
|
</dependency>
|
2005-08-02 17:34:54 -04:00
|
|
|
<dependency>
|
2010-09-15 15:23:59 -04:00
|
|
|
<groupId>org.sonatype.sisu</groupId>
|
|
|
|
<artifactId>sisu-inject-plexus</artifactId>
|
|
|
|
<version>${sisuInjectVersion}</version>
|
2005-08-02 17:34:54 -04:00
|
|
|
</dependency>
|
2008-10-01 09:08:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
<version>${plexusVersion}</version>
|
2009-11-13 17:03:23 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2008-11-01 08:47:05 -04:00
|
|
|
</dependency>
|
2006-12-06 19:17:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2008-07-06 12:08:04 -04:00
|
|
|
<version>${classWorldsVersion}</version>
|
2006-12-30 09:54:59 -05:00
|
|
|
</dependency>
|
2008-04-03 11:13:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
2008-07-06 12:08:04 -04:00
|
|
|
<version>${plexusInterpolationVersion}</version>
|
2008-04-03 11:13:24 -04:00
|
|
|
</dependency>
|
2008-07-06 12:08:04 -04:00
|
|
|
<!-- Wagon -->
|
2005-10-12 10:28:09 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
2007-03-10 00:38:50 -05:00
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
2007-02-09 17:01:38 -05:00
|
|
|
<version>${wagonVersion}</version>
|
2005-10-12 10:28:09 -04:00
|
|
|
</dependency>
|
2007-03-10 19:48:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
|
|
|
</dependency>
|
2010-08-24 18:46:07 -04:00
|
|
|
<!-- Repository -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-api</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
2010-11-02 10:28:14 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-spi</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
2010-08-24 18:46:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-impl</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-util</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-connector-wagon</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2008-12-03 18:06:43 -05:00
|
|
|
<!-- Commons -->
|
2008-04-15 11:41:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
2008-07-06 12:08:04 -04:00
|
|
|
<version>${commonsCliVersion}</version>
|
2008-05-05 09:46:40 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-lang</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>commons-lang</artifactId>
|
2008-05-05 09:46:40 -04:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>commons-logging</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>commons-logging</artifactId>
|
2008-05-05 09:46:40 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2008-11-25 02:11:35 -05:00
|
|
|
</dependency>
|
2009-04-22 19:04:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-jxpath</groupId>
|
|
|
|
<artifactId>commons-jxpath</artifactId>
|
2009-02-04 12:07:25 -05:00
|
|
|
<version>${jxpathVersion}</version>
|
2009-04-22 19:04:06 -04:00
|
|
|
</dependency>
|
2009-02-12 17:24:36 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
<version>${securityDispatcherVersion}</version>
|
|
|
|
</dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
<version>${cipherVersion}</version>
|
|
|
|
</dependency>
|
2009-04-22 19:04:06 -04:00
|
|
|
<!--bootstrap-start-comment-->
|
2008-12-03 18:06:43 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<version>${easyMockVersion}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2009-04-22 19:04:06 -04:00
|
|
|
<!--bootstrap-end-comment-->
|
2005-08-02 17:34:54 -04:00
|
|
|
</dependencies>
|
2009-04-22 19:04:06 -04:00
|
|
|
<!--bootstrap-start-comment-->
|
2005-08-02 17:34:54 -04:00
|
|
|
</dependencyManagement>
|
2009-04-22 19:04:06 -04:00
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
<!--bootstrap-start-comment-->
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>${junitVersion}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<!--bootstrap-end-comment-->
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
|
|
|
<version>${plexusVersion}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-metadata</goal>
|
|
|
|
<goal>generate-test-metadata</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.0.2</version>
|
|
|
|
<configuration>
|
|
|
|
<source>1.5</source>
|
|
|
|
<target>1.5</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
2009-11-09 07:53:23 -05:00
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/maven-3/tags</tagBase>
|
2010-03-15 13:24:12 -04:00
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
2009-04-22 19:04:06 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-09-26 11:19:11 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<argLine>-Xmx256m</argLine>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-04-22 19:04:06 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<version>${modelloVersion}</version>
|
|
|
|
<configuration>
|
|
|
|
<useJava5>true</useJava5>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
2010-03-13 08:56:11 -05:00
|
|
|
<execution>
|
|
|
|
<id>site-docs</id>
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>xdoc</goal>
|
|
|
|
<goal>xsd</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
2009-04-22 19:04:06 -04:00
|
|
|
<execution>
|
|
|
|
<id>standard</id>
|
|
|
|
<goals>
|
|
|
|
<goal>java</goal>
|
|
|
|
<goal>xpp3-reader</goal>
|
|
|
|
<goal>xpp3-writer</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2010-03-22 08:00:03 -04:00
|
|
|
<version>2.2-beta-5</version>
|
2009-04-22 19:04:06 -04:00
|
|
|
</plugin>
|
2009-11-13 12:43:08 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
2009-04-22 19:04:06 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
2010-02-21 16:19:34 -05:00
|
|
|
<version>2.4.2</version>
|
2009-04-22 19:04:06 -04:00
|
|
|
</plugin>
|
2009-04-27 11:43:01 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
2009-09-23 05:09:30 -04:00
|
|
|
<version>1.1</version>
|
2009-06-16 15:18:18 -04:00
|
|
|
</plugin>
|
2010-05-16 12:26:16 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
2010-05-30 13:52:23 -04:00
|
|
|
</plugin>
|
2009-04-22 19:04:06 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2010-08-28 11:22:09 -04:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
|
|
|
<version>1.6</version>
|
|
|
|
<configuration>
|
|
|
|
<signature>
|
|
|
|
<groupId>org.codehaus.mojo.signature</groupId>
|
|
|
|
<artifactId>java15</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</signature>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>check-java-1.5-compat</id>
|
|
|
|
<phase>process-classes</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2009-04-22 19:04:06 -04:00
|
|
|
</build>
|
|
|
|
|
2007-06-14 23:10:55 -04:00
|
|
|
<profiles>
|
2009-11-13 12:43:08 -05:00
|
|
|
<profile>
|
|
|
|
<id>apache-release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>source-release-assembly</id>
|
|
|
|
<configuration>
|
|
|
|
<!-- we have a dedicated distribution module -->
|
|
|
|
<skipAssembly>true</skipAssembly>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>reporting</id>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<targetJdk>1.5</targetJdk>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2010-04-23 05:50:50 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<!-- Disabled at it kills the site generation via a NoClassDefFoundError -->
|
2010-08-07 06:51:26 -04:00
|
|
|
<reports />
|
2010-04-23 05:50:50 -04:00
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
2009-11-13 12:43:08 -05:00
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
</profile>
|
2009-07-12 07:27:13 -04:00
|
|
|
<profile>
|
|
|
|
<id>maven-repo-local</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>maven.repo.local</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemProperties combine.children="append">
|
|
|
|
<property>
|
|
|
|
<!-- Pass this through to the tests (if set!) to have them pick the right repository -->
|
|
|
|
<name>maven.repo.local</name>
|
|
|
|
<value>${maven.repo.local}</value>
|
|
|
|
</property>
|
|
|
|
</systemProperties>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2008-01-22 15:49:07 -05:00
|
|
|
<profile>
|
2009-06-16 15:18:18 -04:00
|
|
|
<id>m2e</id>
|
2009-08-18 08:07:09 -04:00
|
|
|
<properties>
|
|
|
|
<m2BuildDirectory>target</m2BuildDirectory>
|
|
|
|
</properties>
|
2009-06-16 15:18:18 -04:00
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>m2e.version</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
2008-01-22 15:49:07 -05:00
|
|
|
<build>
|
2009-08-18 08:07:09 -04:00
|
|
|
<directory>${m2BuildDirectory}</directory>
|
2008-01-22 15:49:07 -05:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2009-06-16 15:18:18 -04:00
|
|
|
<groupId>org.maven.ide.eclipse</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
2010-02-21 16:19:34 -05:00
|
|
|
<version>0.10.0</version>
|
2009-06-16 15:18:18 -04:00
|
|
|
<configuration>
|
|
|
|
<mappingId>customizable</mappingId>
|
|
|
|
<configurators>
|
2009-11-09 10:24:06 -05:00
|
|
|
<configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
|
|
|
|
<configurator id="org.maven.ide.eclipse.modello.modelloConfigurator" />
|
|
|
|
<configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" />
|
2009-06-16 15:18:18 -04:00
|
|
|
</configurators>
|
|
|
|
<mojoExecutions>
|
|
|
|
<mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
|
|
|
|
</mojoExecutions>
|
|
|
|
</configuration>
|
2008-07-06 12:08:04 -04:00
|
|
|
</plugin>
|
2008-01-22 15:49:07 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2007-06-14 23:10:55 -04:00
|
|
|
</profiles>
|
2008-11-11 21:10:33 -05:00
|
|
|
</project>
|