2006-03-10 10:34:04 -05: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 15:28:51 -04:00
<modelVersion > 4.0.0</modelVersion>
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>
2006-03-10 10:34:04 -05:00
<version > 1</version>
<relativePath > ../pom/maven/pom.xml</relativePath>
</parent>
2005-04-05 12:27:27 -04:00
<artifactId > maven</artifactId>
2005-03-16 01:55:21 -05:00
<packaging > pom</packaging>
2005-10-14 02:53:44 -04:00
<name > Maven</name>
2005-12-12 13:22:06 -05:00
<version > 2.1-SNAPSHOT</version>
2005-10-14 02:53:44 -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 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>
2004-04-15 10:43:58 -04:00
<issueManagement >
2004-04-16 10:26:48 -04:00
<system > jira</system>
2005-04-08 03:50:53 -04:00
<url > http://jira.codehaus.org/browse/MNG</url>
2004-04-15 11:17:06 -04:00
</issueManagement>
2004-04-14 18:04:49 -04: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 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>
<otherArchive > http://www.nabble.com/Maven---Users-f178.html</otherArchive>
</otherArchives>
2004-04-14 18:04:49 -04: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 03:40:37 -04:00
<post > dev@maven.apache.org</post>
<archive > http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
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>
<post > commits@maven.apache.org</post>
<archive > http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
</mailingList>
2004-04-14 18:04:49 -04:00
</mailingLists>
2005-03-09 20:35:25 -05:00
<scm >
2005-12-11 20:41:09 -05: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-09 20:35:25 -05:00
</scm>
2005-09-15 09:37:47 -04:00
<build >
2005-10-14 02:53:44 -04: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 09:37:47 -04:00
</build>
<modules >
<module > maven-artifact</module>
<module > maven-artifact-manager</module>
<module > maven-artifact-test</module>
<module > maven-core</module>
2005-10-14 02:42:31 -04:00
<module > maven-error-diagnostics</module>
2005-09-15 09:37:47 -04:00
<module > maven-model</module>
2005-11-27 20:34:44 -05:00
<module > maven-model-converter</module>
2005-09-15 09:37:47 -04:00
<module > maven-monitor</module>
<module > maven-plugin-api</module>
<module > maven-plugin-descriptor</module>
2005-10-04 05:17:37 -04:00
<module > maven-plugin-parameter-documenter</module>
2005-09-15 09:37:47 -04: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 11:57:09 -04:00
<module > maven-cli</module>
<module > maven-embedder</module>
2006-04-07 12:13:56 -04:00
<module > maven-tools</module>
2005-09-15 09:37:47 -04:00
</modules>
<dependencies >
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 3.8.1</version>
<scope > test</scope>
</dependency>
</dependencies>
2005-12-11 20:34:03 -05:00
<reporting >
<plugins >
2006-01-03 20:14:17 -05:00
<!--
2005-12-11 20:34:03 -05:00
<plugin >
<artifactId > maven-checkstyle-plugin</artifactId>
</plugin>
2006-01-03 20:14:17 -05:00
-->
2005-12-11 20:34:03 -05: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-01-31 21:39:10 -05: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-11 20:34:03 -05:00
</plugins>
</reporting>
2005-08-02 17:34:54 -04:00
<dependencyManagement >
<dependencies >
<dependency >
2005-10-02 20:54:01 -04:00
<groupId > org.codehaus.plexus</groupId>
2005-08-02 17:34:54 -04:00
<artifactId > plexus-container-default</artifactId>
2006-04-05 13:43:35 -04: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 18:41:00 -05:00
<version > 1.0-alpha-9</version>
2005-08-02 17:34:54 -04:00
</dependency>
<dependency >
2005-10-08 10:13:31 -04:00
<groupId > org.codehaus.plexus</groupId>
2005-08-02 17:34:54 -04:00
<artifactId > plexus-utils</artifactId>
2006-01-12 00:50:54 -05:00
<version > 1.1</version>
2005-08-02 17:34:54 -04:00
</dependency>
2005-10-12 10:28:09 -04:00
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-provider-api</artifactId>
2006-05-26 23:27:04 -04:00
<version > 1.0-beta-1-SNAPSHOT</version>
2005-10-12 10:28:09 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-ssh</artifactId>
2006-02-27 17:53:58 -05:00
<version > 1.0-alpha-7</version>
2006-01-10 22:45:10 -05:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-ssh-external</artifactId>
2006-01-11 23:36:23 -05:00
<version > 1.0-alpha-6</version>
2005-10-12 10:28:09 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-file</artifactId>
2006-02-21 16:10:38 -05:00
<version > 1.0-alpha-7</version>
2005-10-12 10:28:09 -04:00
</dependency>
<dependency >
<groupId > org.apache.maven.wagon</groupId>
<artifactId > wagon-http-lightweight</artifactId>
2006-01-11 23:36:23 -05:00
<version > 1.0-alpha-6</version>
2005-10-12 10:28:09 -04:00
</dependency>
2005-08-02 17:34:54 -04:00
</dependencies>
</dependencyManagement>
2005-09-15 09:37:47 -04:00
<distributionManagement >
<site >
<id > website</id>
2006-01-31 21:39:10 -05:00
<url > scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}/</url>
2005-09-15 09:37:47 -04:00
</site>
</distributionManagement>
2005-12-12 13:22:06 -05:00
</project>