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-08-27 20:30:11 -04:00
<version > 4</version>
2006-03-10 10:34:04 -05:00
<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>
2006-10-31 14:38:37 -05:00
<!-- Adding for assembly plugin snapshot -->
<pluginRepositories >
<pluginRepository >
<id > apache.snapshots</id>
<url > http://people.apache.org/repo/m2-snapshot-repository</url>
</pluginRepository>
</pluginRepositories>
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>
2006-07-12 12:31:25 -04:00
<plugin >
<groupId > org.codehaus.modello</groupId>
<artifactId > modello-maven-plugin</artifactId>
<version > 1.0-alpha-8</version>
<executions >
<execution >
<id > site-docs</id>
<phase > pre-site</phase>
<goals >
<goal > xdoc</goal>
<goal > xsd</goal>
</goals>
</execution>
<execution >
<goals >
<goal > java</goal>
<goal > xpp3-reader</goal>
<goal > xpp3-writer</goal>
</goals>
</execution>
</executions>
</plugin>
2005-10-14 02:53:44 -04:00
</plugins>
</pluginManagement>
2006-07-20 09:39:51 -04:00
<!--
2006-07-18 11:14:13 -04:00
<plugins >
<plugin >
<artifactId > maven-doap-plugin</artifactId>
2006-07-19 21:45:46 -04:00
<version > 1.0-SNAPSHOT</version>
2006-07-18 11:14:13 -04:00
<configuration >
<category > build-management</category>
<language > Java</language>
</configuration>
</plugin>
</plugins>
2006-07-20 09:39:51 -04:00
-->
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>
<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-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-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-07-18 11:14:13 -04:00
<!-- We need to upgrade this to 1.0 - alpha - 10 - SNAPSHOT for >= 2.0.5, to correct MNG - 2201 -->
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-07-01 11:03:25 -04:00
<version > 1.0-beta-1</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>
2006-09-01 11:29:52 -04:00
<dependency >
<groupId > easymock</groupId>
<artifactId > easymock</artifactId>
<version > 1.2_Java1.3</version>
<scope > test</scope>
</dependency>
2005-08-02 17:34:54 -04:00
</dependencies>
</dependencyManagement>
2005-09-15 09:37:47 -04:00
<distributionManagement >
<site >
2006-11-03 03:06:02 -05:00
<id > apache.website</id>
<url > scp://people.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>