2005-09-15 09:37:47 -04: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-10-04 07:13:52 -04:00
|
|
|
<version>2.0-beta-4-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-09-08 03:38:28 -04:00
|
|
|
<configuration>
|
|
|
|
<address>dev@maven.apache.org</address>
|
|
|
|
</configuration>
|
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>
|
2005-09-20 14:05:03 -04:00
|
|
|
<mailingList>
|
|
|
|
<name>Apache Announce List</name>
|
|
|
|
<subscribe>announce-subscribe@apache.org</subscribe>
|
|
|
|
<unsubscribe>announce-unsubscribe@apache.org</unsubscribe>
|
|
|
|
<post>announce@apache.org</post>
|
|
|
|
<archive>mail-archives.apache.org/mod_mbox/www-announce/</archive>
|
|
|
|
</mailingList>
|
2004-04-14 18:04:49 -04:00
|
|
|
</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>
|
2005-09-15 09:37:47 -04:00
|
|
|
<timezone>-5</timezone>
|
2004-04-07 16:27:44 -04:00
|
|
|
</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>
|
2005-07-02 15:01:40 -04:00
|
|
|
<developer>
|
|
|
|
<id>jdcasey</id>
|
|
|
|
<name>John Casey</name>
|
|
|
|
<email>jdcasey@apache.org</email>
|
|
|
|
<organization>ASF</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
<role>PMC Member</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>-5</timezone>
|
2005-09-15 09:37:47 -04:00
|
|
|
</developer>
|
2005-07-29 10:00:21 -04:00
|
|
|
<developer>
|
|
|
|
<id>kenney</id>
|
|
|
|
<name>Kenney Westerhof</name>
|
|
|
|
<email>kenney@apache.org</email>
|
|
|
|
<organization>Neonics</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
2005-10-04 17:11:49 -04:00
|
|
|
<role>PMC Member</role>
|
2005-07-29 10:00:21 -04:00
|
|
|
</roles>
|
|
|
|
<timezone>+1</timezone>
|
2005-09-15 09:37:47 -04:00
|
|
|
</developer>
|
2005-09-01 08:29:06 -04:00
|
|
|
<developer>
|
|
|
|
<id>trygvis</id>
|
|
|
|
<name>Trygve Laugstol</name>
|
|
|
|
<email>trygvis@apache.org</email>
|
|
|
|
<organization>Apache</organization>
|
|
|
|
<roles>
|
|
|
|
<role>Java Developer</role>
|
|
|
|
<role>PMC Member</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>+1</timezone>
|
2005-09-15 09:37:47 -04:00
|
|
|
</developer>
|
2005-10-06 03:34:56 -04:00
|
|
|
<developer>
|
|
|
|
<id>vmassol</id>
|
|
|
|
<name>Vincent Massol</name>
|
|
|
|
<email>vmassol@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>
|
2005-09-15 09:37:47 -04:00
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
2005-03-09 20:35:25 -05:00
|
|
|
<scm>
|
2005-10-04 07:13:52 -04:00
|
|
|
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
|
2005-10-04 09:10:28 -04:00
|
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
|
2005-10-04 07:13:52 -04:00
|
|
|
<url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
|
2005-03-09 20:35:25 -05:00
|
|
|
</scm>
|
|
|
|
<organization>
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
2005-09-15 09:37:47 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<modules>
|
|
|
|
<module>maven-archiver</module>
|
|
|
|
<module>maven-artifact</module>
|
|
|
|
<module>maven-artifact-manager</module>
|
|
|
|
<module>maven-artifact-ant</module>
|
|
|
|
<module>maven-artifact-test</module>
|
|
|
|
<module>maven-core</module>
|
|
|
|
<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-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>
|
|
|
|
</modules>
|
2005-07-25 05:51:12 -04:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
2005-08-01 08:35:27 -04:00
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2005-09-15 09:37:47 -04:00
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Maven Central Development Repository</name>
|
|
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
2005-07-25 05:51:12 -04:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
2005-08-01 08:35:27 -04:00
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2005-09-15 09:37:47 -04:00
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Maven Central Plugins Development Repository</name>
|
|
|
|
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
2005-07-25 05:51:12 -04:00
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2005-09-15 09:37:47 -04:00
|
|
|
<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>
|
2005-10-08 02:36:17 -04:00
|
|
|
<version>1.0-alpha-8-SNAPSHOT</version>
|
2005-08-02 17:34:54 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-09-15 21:38:04 -04:00
|
|
|
<version>1.0.3</version>
|
2005-08-02 17:34:54 -04:00
|
|
|
</dependency>
|
2005-09-13 07:41:52 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
2005-09-13 07:44:19 -04:00
|
|
|
<version>1.0-alpha-4</version>
|
2005-09-13 07:41:52 -04:00
|
|
|
</dependency>
|
2005-08-02 17:34:54 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2005-09-15 09:37:47 -04:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>repo1</id>
|
|
|
|
<name>Maven Central Repository</name>
|
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>snapshots</id>
|
|
|
|
<name>Maven Central Development Repository</name>
|
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2/</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2005-10-04 09:10:28 -04:00
|
|
|
</project>
|