2006-03-10 15:34:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2005-2006 The Apache Software Foundation.
~
~ Licensed 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.
-->
<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/maven-v4_0_0.xsd">
2004-04-12 19:28:51 +00:00
<modelVersion > 4.0.0</modelVersion>
2006-03-10 15:34:04 +00:00
<parent >
<groupId > org.apache.maven</groupId>
2006-03-11 00:17:59 +00:00
<artifactId > maven-parent</artifactId>
2006-03-10 15:34:04 +00:00
<version > 1</version>
<relativePath > ../pom/maven/pom.xml</relativePath>
</parent>
2005-04-05 16:27:27 +00:00
<artifactId > maven</artifactId>
2005-03-16 06:55:21 +00:00
<packaging > pom</packaging>
2005-10-14 06:53:44 +00:00
<name > Maven</name>
2005-12-12 18:22:06 +00:00
<version > 2.1-SNAPSHOT</version>
2005-10-14 06:53:44 +00: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 process.</description>
2005-11-28 03:11:40 +00:00
<url > http://maven.apache.org/</url>
2006-02-01 02:39:10 +00:00
<inceptionYear > 2001</inceptionYear>
2004-04-15 14:43:58 +00:00
<issueManagement >
2004-04-16 14:26:48 +00:00
<system > jira</system>
2005-04-08 07:50:53 +00:00
<url > http://jira.codehaus.org/browse/MNG</url>
2004-04-15 15:17:06 +00:00
</issueManagement>
2004-04-14 22:04:49 +00:00
<mailingLists >
<mailingList >
<name > Maven User List</name>
<subscribe > users-subscribe@maven.apache.org</subscribe>
<unsubscribe > users-unsubscribe@maven.apache.org</unsubscribe>
2005-06-23 07:40:37 +00:00
<post > users@maven.apache.org</post>
<archive > http://mail-archives.apache.org/mod_mbox/maven-users</archive>
2005-10-31 05:02:03 +00:00
<otherArchives >
<otherArchive > http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
<otherArchive > http://www.nabble.com/Maven---Users-f178.html</otherArchive>
</otherArchives>
2004-04-14 22:04:49 +00:00
</mailingList>
<mailingList >
<name > Maven Developer List</name>
<subscribe > dev-subscribe@maven.apache.org</subscribe>
<unsubscribe > dev-unsubscribe@maven.apache.org</unsubscribe>
2005-06-23 07:40:37 +00:00
<post > dev@maven.apache.org</post>
<archive > http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
2004-04-14 22:04:49 +00:00
</mailingList>
2005-10-14 06:53:44 +00:00
<mailingList >
<name > Maven Commits List</name>
<subscribe > commits-subscribe@maven.apache.org</subscribe>
<unsubscribe > commits-unsubscribe@maven.apache.org</unsubscribe>
<post > commits@maven.apache.org</post>
<archive > http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
2004-04-14 22:04:49 +00:00
</mailingLists>
2005-03-10 01:35:25 +00:00
<scm >
2005-12-12 01:41:09 +00:00
<connection > scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
<developerConnection > scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
<url > http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
2005-03-10 01:35:25 +00:00
</scm>
2005-09-15 13:37:47 +00:00
<build >
2005-10-14 06:53:44 +00:00
<pluginManagement >
<plugins >
<plugin >
<artifactId > maven-release-plugin</artifactId>
<configuration >
<tagBase > https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</configuration>
</plugin>
</plugins>
</pluginManagement>
2005-09-15 13:37:47 +00:00
</build>
<modules >
<module > maven-archiver</module>
<module > maven-artifact</module>
<module > maven-artifact-manager</module>
<module > maven-artifact-test</module>
<module > maven-core</module>
2005-10-14 06:42:31 +00:00
<module > maven-error-diagnostics</module>
2005-09-15 13:37:47 +00:00
<module > maven-model</module>
2005-11-28 01:34:44 +00:00
<module > maven-model-converter</module>
2005-09-15 13:37:47 +00:00
<module > maven-monitor</module>
<module > maven-plugin-api</module>
<module > maven-plugin-descriptor</module>
2005-10-04 09:17:37 +00:00
<module > maven-plugin-parameter-documenter</module>
2005-09-15 13:37:47 +00:00
<module > maven-plugin-registry</module>
<module > maven-plugin-tools</module>
<module > maven-profile</module>
<module > maven-project</module>
<module > maven-reporting</module>
<module > maven-repository-metadata</module>
<module > maven-script</module>
<module > maven-settings</module>
2006-04-07 15:57:09 +00:00
<module > maven-cli</module>
<module > maven-embedder</module>
2006-04-07 16:13:56 +00:00
<module > maven-tools</module>
2005-09-15 13:37:47 +00:00
</modules>
<dependencies >
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 3.8.1</version>
<scope > test</scope>
</dependency>
</dependencies>
2005-12-12 01:34:03 +00:00
<reporting >
<plugins >
2006-01-04 01:14:17 +00:00
<!--
2005-12-12 01:34:03 +00:00
<plugin >
<artifactId > maven-checkstyle-plugin</artifactId>
</plugin>
2006-01-04 01:14:17 +00:00
-->
2005-12-12 01:34:03 +00:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > changelog-maven-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > taglist-maven-plugin</artifactId>
</plugin>
2006-02-01 02:39:10 +00:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > jxr-maven-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<configuration >
<links >
<link > http://java.sun.com/j2ee/1.4/docs/api</link>
<link > http://java.sun.com/j2se/1.5.0/docs/api</link>
<link > http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
<link > http://jakarta.apache.org/commons/dbcp/apidocs/</link>
<link > http://jakarta.apache.org/commons/fileupload/apidocs/</link>
<link > http://jakarta.apache.org/commons/httpclient/apidocs/</link>
<link > http://jakarta.apache.org/commons/logging/api/</link>
<link > http://jakarta.apache.org/commons/pool/apidocs/</link>
<link > http://www.junit.org/junit/javadoc/</link>
<link > http://logging.apache.org/log4j/docs/api/</link>
<link > http://jakarta.apache.org/regexp/apidocs/</link>
<link > http://jakarta.apache.org/velocity/api/</link>
</links>
</configuration>
</plugin>
2005-12-12 01:34:03 +00:00
</plugins>
</reporting>
2005-08-02 21:34:54 +00:00
<dependencyManagement >
<dependencies >
<dependency >
2005-10-03 00:54:01 +00:00
<groupId > org.codehaus.plexus</groupId>
2005-08-02 21:34:54 +00:00
<artifactId > plexus-container-default</artifactId>
2006-04-05 17:43:35 +00:00
<!-- We need to upgrade this to 1.0 - alpha - 10 - SNAPSHOT for >= 2.0.5, to correct MNG - 2201
<version > 1.0-alpha-10-SNAPSHOT</version>
-->
2005-12-07 23:41:00 +00:00
<version > 1.0-alpha-9</version>
2005-08-02 21:34:54 +00:00
</dependency>
<dependency >
2005-10-08 14:13:31 +00:00
<groupId > org.codehaus.plexus</groupId>
2005-08-02 21:34:54 +00:00
<artifactId > plexus-utils</artifactId>
2006-01-12 05:50:54 +00:00
<version > 1.1</version>
2005-08-02 21:34:54 +00:00
</dependency>
2005-10-12 14:28:09 +00:00
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-provider-api</artifactId>
2006-01-12 04:36:23 +00:00
<version > 1.0-alpha-6</version>
2005-10-12 14:28:09 +00:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-ssh</artifactId>
2006-02-27 22:53:58 +00:00
<version > 1.0-alpha-7</version>
2006-01-11 03:45:10 +00:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-ssh-external</artifactId>
2006-01-12 04:36:23 +00:00
<version > 1.0-alpha-6</version>
2005-10-12 14:28:09 +00:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-file</artifactId>
2006-02-21 21:10:38 +00:00
<version > 1.0-alpha-7</version>
2005-10-12 14:28:09 +00:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-http-lightweight</artifactId>
2006-01-12 04:36:23 +00:00
<version > 1.0-alpha-6</version>
2005-10-12 14:28:09 +00:00
</dependency>
2005-08-02 21:34:54 +00:00
</dependencies>
</dependencyManagement>
2005-09-15 13:37:47 +00:00
<distributionManagement >
<site >
<id > website</id>
2006-02-01 02:39:10 +00:00
<url > scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}/</url>
2005-09-15 13:37:47 +00:00
</site>
</distributionManagement>
2005-12-12 18:22:06 +00:00
</project>