2005-03-09 20:35:25 -05:00
|
|
|
<model>
|
2004-08-09 15:02:31 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-component</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<groupId>maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 15:02:31 -04:00
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<packaging>jar</packaging>
|
2004-08-09 15:02:31 -04:00
|
|
|
<name>Maven</name>
|
2005-03-09 20:35:25 -05:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<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>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-25 21:18:19 -04:00
|
|
|
</dependency>
|
2005-03-04 04:04:26 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-monitor</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-03-04 04:04:26 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
2005-03-08 01:06:22 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-user-model</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-03-08 01:06:22 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-plugin</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.0-beta-2</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-i18n</artifactId>
|
|
|
|
<version>1.0-beta-3</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 15:02:31 -04:00
|
|
|
</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>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</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>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-marmalade-factory</artifactId>
|
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
2005-02-28 13:29:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-28 13:29:47 -05:00
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>marmalade</groupId>
|
|
|
|
<artifactId>marmalade-core</artifactId>
|
|
|
|
<version>1.0-alpha2-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<artifactId>xpp3</artifactId>
|
|
|
|
<version>1.1.3.3</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2005-03-09 20:35:25 -05:00
|
|
|
<reports>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>mail-lists</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>dependencies</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reports>
|
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-03-09 20:35:25 -05:00
|
|
|
</model>
|