2004-04-07 16:27:44 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<project>
|
2004-04-12 15:28:51 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-04-07 16:27:44 -04:00
|
|
|
<name>Maven Project</name>
|
|
|
|
<groupId>maven</groupId>
|
2004-04-12 11:18:49 -04:00
|
|
|
<artifactId>maven-component</artifactId>
|
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-10 14:38:28 -04:00
|
|
|
<shortDescription>Maven components parent</shortDescription>
|
2004-04-07 22:45:58 -04:00
|
|
|
<url>http://maven.apache.org</url>
|
|
|
|
|
2004-04-07 16:27:44 -04:00
|
|
|
<organization>
|
|
|
|
<name>Apache Software Foundation</name>
|
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
<logo>/images/apache-maven-project.png</logo>
|
|
|
|
</organization>
|
|
|
|
|
2004-07-03 08:59:58 -04:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>central</id>
|
|
|
|
<name>Maven Central Repository at Ibiblio</name>
|
|
|
|
<url>scp://login.ibiblio.org//public/html/maven</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2004-04-15 10:43:29 -04:00
|
|
|
<scm>
|
2004-04-12 22:28:19 -04:00
|
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components/${pom.artifactId}</connection>
|
|
|
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-components/${pom.artifactId}</developerConnection>
|
2004-04-12 22:26:33 -04:00
|
|
|
<url>http://cvs.apache.org/viewcvs.cgi/maven-components/${pom.artifactId}</url>
|
2004-04-15 10:43:29 -04:00
|
|
|
</scm>
|
2004-04-12 22:26:33 -04:00
|
|
|
|
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>
|
2004-04-15 10:43:58 -04:00
|
|
|
|
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>
|
|
|
|
<name>Jason van Zyl</name>
|
|
|
|
<id>jvanzyl</id>
|
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>
|
|
|
|
<name>Brett Porter</name>
|
|
|
|
<id>brett</id>
|
|
|
|
<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>plexus</groupId>
|
|
|
|
<artifactId>plexus</artifactId>
|
2004-08-25 21:18:19 -04:00
|
|
|
<version>0.17</version>
|
2004-06-10 16:27:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xstream</groupId>
|
|
|
|
<artifactId>xstream</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>classworlds</groupId>
|
|
|
|
<artifactId>classworlds</artifactId>
|
|
|
|
<version>1.1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<artifactId>xpp3</artifactId>
|
|
|
|
<version>1.1.3.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2004-04-07 16:27:44 -04:00
|
|
|
</project>
|