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>
|
2004-04-12 11:18:49 -04:00
|
|
|
<artifactId>maven-component</artifactId>
|
2005-03-16 01:55:21 -05:00
|
|
|
<packaging>pom</packaging>
|
2005-03-09 20:35:25 -05:00
|
|
|
<name>Maven Project</name>
|
2004-04-12 15:17:56 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-04-10 14:32:51 -04:00
|
|
|
<description>Maven components parent</description>
|
2004-04-07 22:45:58 -04:00
|
|
|
<url>http://maven.apache.org</url>
|
2004-04-15 10:43:58 -04:00
|
|
|
<issueManagement>
|
2004-04-16 10:26:48 -04:00
|
|
|
<system>jira</system>
|
2004-04-15 10:43:58 -04:00
|
|
|
<url>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10500</url>
|
2004-04-15 11:17:06 -04:00
|
|
|
</issueManagement>
|
2005-03-09 20:35:25 -05:00
|
|
|
<ciManagement>
|
|
|
|
<system>m2-dev@maven.apache.org</system>
|
|
|
|
<notifiers>
|
|
|
|
<notifier>
|
2005-03-18 06:43:58 -05:00
|
|
|
<type>mail</type>
|
2005-03-09 20:35:25 -05:00
|
|
|
<address>m2-dev@maven.apache.org</address>
|
|
|
|
</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>
|
|
|
|
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=users@maven.apache.org</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Maven Developer List</name>
|
|
|
|
<subscribe>dev-subscribe@maven.apache.org</subscribe>
|
|
|
|
<unsubscribe>dev-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@maven.apache.org</archive>
|
|
|
|
</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>
|
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>
|
|
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components</connection>
|
|
|
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-components</developerConnection>
|
|
|
|
<url>http://cvs.apache.org/viewcvs.cgi/maven-components/</url>
|
|
|
|
</scm>
|
|
|
|
<organization>
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>repo1</id>
|
|
|
|
<name>Maven Central Repository</name>
|
|
|
|
<url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
2005-04-05 04:43:47 -04:00
|
|
|
<modules>
|
|
|
|
<module>maven-artifact</module>
|
|
|
|
<module>maven-model</module>
|
|
|
|
<module>maven-monitor</module>
|
|
|
|
<module>maven-core</module>
|
|
|
|
<module>maven-settings</module>
|
|
|
|
</modules>
|
2005-03-16 01:55:21 -05:00
|
|
|
</project>
|