2004-08-09 15:02:31 -04:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
|
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-component</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<name>Maven</name>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<package>org.apache.maven</package>
|
|
|
|
<logo>/images/maven.gif</logo>
|
|
|
|
<dependencies>
|
2004-08-25 21:18:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2004-12-23 18:46:42 -05:00
|
|
|
<artifactId>plexus-container-artifact</artifactId>
|
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2004-08-25 21:18:19 -04:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<!-- maven component -->
|
2005-03-04 04:04:26 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-monitor</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-plugin</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.0-beta-2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-i18n</artifactId>
|
|
|
|
<version>1.0-beta-3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
2004-10-25 21:15:46 -04:00
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
2004-10-25 20:42:32 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2004-09-18 00:22:07 -04:00
|
|
|
</dependency>
|
2004-09-18 02:08:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
2004-10-25 20:42:32 -04:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2004-09-18 02:08:18 -04:00
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<!-- Added to support marmalade-mojos.
|
|
|
|
| Currently plexus container cannot accommodate multiple plexus.xml files,
|
|
|
|
| so we have to include marmalade support here. Will remove when plexus
|
|
|
|
| container is fixed (post-alpha-1 m2 release). -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-marmalade-factory</artifactId>
|
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-02-28 13:29:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>marmalade</groupId>
|
|
|
|
<artifactId>marmalade-core</artifactId>
|
|
|
|
<version>1.0-alpha2-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<artifactId>xpp3</artifactId>
|
|
|
|
<version>1.1.3.3</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- End marmalade support deps. -->
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2004-09-09 21:45:52 -04:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://www.apache.org//www/maven.apache.org/m2</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2005-02-22 19:06:06 -05:00
|
|
|
<reports>
|
|
|
|
<report>mail-lists</report>
|
|
|
|
<report>dependencies</report>
|
|
|
|
</reports>
|
2004-08-09 15:02:31 -04:00
|
|
|
</project>
|