2005-03-16 01:55:21 -05:00
|
|
|
<project>
|
2004-04-12 15:28:51 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-05 12:27:27 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-16 01:55:21 -05:00
|
|
|
<packaging>pom</packaging>
|
2005-03-09 20:35:25 -05:00
|
|
|
<name>Maven Project</name>
|
2005-06-25 11:37:43 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2004-04-10 14:32:51 -04:00
|
|
|
<description>Maven components parent</description>
|
2005-04-08 03:50:53 -04:00
|
|
|
<url>http://maven.apache.org/maven2/</url>
|
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>
|
2005-03-09 20:35:25 -05:00
|
|
|
<ciManagement>
|
2005-04-08 03:50:53 -04:00
|
|
|
<system>continuum</system>
|
2005-03-09 20:35:25 -05:00
|
|
|
<notifiers>
|
|
|
|
<notifier>
|
2005-03-18 06:43:58 -05:00
|
|
|
<type>mail</type>
|
2005-04-08 03:50:53 -04:00
|
|
|
<address>dev@maven.apache.org</address>
|
2005-03-09 20:35:25 -05:00
|
|
|
</notifier>
|
|
|
|
</notifiers>
|
|
|
|
</ciManagement>
|
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>
|
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>
|
|
|
|
</mailingLists>
|
2004-04-07 16:27:44 -04:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>jvanzyl</id>
|
2005-03-09 20:35:25 -05:00
|
|
|
<name>Jason van Zyl</name>
|
2004-04-10 14:42:24 -04:00
|
|
|
<email>jason@maven.org</email>
|
|
|
|
<organization>Maven</organization>
|
2004-04-07 16:27:44 -04:00
|
|
|
<roles>
|
|
|
|
<role>Architect</role>
|
|
|
|
<role>Release Manager</role>
|
|
|
|
</roles>
|
|
|
|
</developer>
|
2004-08-15 00:25:02 -04:00
|
|
|
<developer>
|
|
|
|
<id>brett</id>
|
2005-03-09 20:35:25 -05:00
|
|
|
<name>Brett Porter</name>
|
2004-08-15 00:25:02 -04:00
|
|
|
<email>brett@apache.org</email>
|
|
|
|
<organization>ASF</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
<role>PMC Member</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+10</timezone>
|
|
|
|
</developer>
|
2005-04-17 08:35:15 -04:00
|
|
|
<developer>
|
|
|
|
<id>evenisse</id>
|
|
|
|
<name>Emmanuel Venisse</name>
|
|
|
|
<email>evenisse@apache.org</email>
|
|
|
|
<organization>ASF</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
<role>PMC Member</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+1</timezone>
|
|
|
|
</developer>
|
2004-04-07 16:27:44 -04:00
|
|
|
</developers>
|
2004-06-10 16:27:50 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-08 01:19:59 -05:00
|
|
|
<scope>test</scope>
|
2004-06-10 16:27:50 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-03-09 20:35:25 -05:00
|
|
|
<scm>
|
2005-05-12 03:22:40 -04: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>
|
2005-04-21 20:57:08 -04:00
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/components/</url>
|
2005-03-09 20:35:25 -05:00
|
|
|
</scm>
|
|
|
|
<organization>
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>repo1</id>
|
|
|
|
<name>Maven Central Repository</name>
|
2005-05-10 09:34:41 -04:00
|
|
|
<!-- Waiting for release files to be mirror
|
2005-05-10 03:46:48 -04:00
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven</url>
|
|
|
|
<layout>legacy</layout>
|
2005-05-10 09:34:41 -04:00
|
|
|
-->
|
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
|
2005-03-09 20:35:25 -05:00
|
|
|
</repository>
|
2005-05-12 02:51:55 -04:00
|
|
|
<site>
|
|
|
|
<id>website</id>
|
2005-05-12 03:22:40 -04:00
|
|
|
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2/</url>
|
2005-05-12 02:51:55 -04:00
|
|
|
</site>
|
2005-03-09 20:35:25 -05:00
|
|
|
</distributionManagement>
|
2005-04-05 04:43:47 -04:00
|
|
|
<modules>
|
2005-06-23 02:03:10 -04:00
|
|
|
<!-- module>maven-archetype</module -->
|
2005-04-05 23:37:29 -04:00
|
|
|
<module>maven-archiver</module>
|
2005-04-05 04:43:47 -04:00
|
|
|
<module>maven-artifact</module>
|
2005-06-21 02:49:49 -04:00
|
|
|
<module>maven-artifact-manager</module>
|
2005-05-19 13:05:48 -04:00
|
|
|
<module>maven-artifact-ant</module>
|
2005-04-11 03:28:50 -04:00
|
|
|
<module>maven-artifact-test</module>
|
2005-05-19 13:05:48 -04:00
|
|
|
<module>maven-core</module>
|
2005-04-05 04:43:47 -04:00
|
|
|
<module>maven-model</module>
|
|
|
|
<module>maven-monitor</module>
|
2005-04-13 01:11:49 -04:00
|
|
|
<module>maven-plugin-api</module>
|
|
|
|
<module>maven-plugin-descriptor</module>
|
2005-06-23 02:03:10 -04:00
|
|
|
<module>maven-plugin-registry</module>
|
|
|
|
<!-- module>maven-plugins</module -->
|
2005-05-19 13:05:48 -04:00
|
|
|
<module>maven-plugin-tools</module>
|
2005-06-23 02:03:10 -04:00
|
|
|
<module>maven-profile</module>
|
2005-04-20 21:10:44 -04:00
|
|
|
<module>maven-project</module>
|
2005-05-19 13:05:48 -04:00
|
|
|
<module>maven-reporting</module>
|
2005-06-23 02:03:10 -04:00
|
|
|
<!-- module>maven-reports</module -->
|
2005-04-05 23:37:29 -04:00
|
|
|
<module>maven-script</module>
|
2005-06-23 02:03:10 -04:00
|
|
|
<module>maven-settings</module>
|
2005-04-05 04:43:47 -04:00
|
|
|
</modules>
|
2005-03-16 01:55:21 -05:00
|
|
|
</project>
|