2005-03-10 01:35:25 +00:00
|
|
|
<model>
|
2004-08-09 19:02:31 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-component</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<groupId>maven</groupId>
|
2004-08-09 19:02:31 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 19:02:31 +00:00
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
2005-03-10 01:35:25 +00:00
|
|
|
<packaging>jar</packaging>
|
2004-08-09 19:02:31 +00:00
|
|
|
<name>Maven</name>
|
2005-03-10 01:35:25 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-08-09 19:02:31 +00:00
|
|
|
<inceptionYear>2001</inceptionYear>
|
|
|
|
<dependencies>
|
2004-08-26 01:18:19 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2004-12-23 23:46:42 +00:00
|
|
|
<artifactId>plexus-container-artifact</artifactId>
|
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-26 01:18:19 +00:00
|
|
|
</dependency>
|
2005-03-04 09:04:26 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-monitor</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-03-04 09:04:26 +00:00
|
|
|
</dependency>
|
2004-08-09 19:02:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependency>
|
2005-03-08 06:06:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
2005-03-16 06:29:35 +00:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-03-08 06:06:22 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-03-08 06:06:22 +00:00
|
|
|
</dependency>
|
2004-08-09 19:02:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-plugin</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.0-beta-2</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-i18n</artifactId>
|
|
|
|
<version>1.0-beta-3</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
2004-10-26 01:15:46 +00:00
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
2004-10-26 00:42:32 +00:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2004-09-18 06:08:18 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
2004-10-26 00:42:32 +00:00
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2005-02-25 05:09:14 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-marmalade-factory</artifactId>
|
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-25 05:09:14 +00:00
|
|
|
</dependency>
|
2005-02-28 18:29:47 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-28 18:29:47 +00:00
|
|
|
</dependency>
|
2005-02-25 05:09:14 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>marmalade</groupId>
|
|
|
|
<artifactId>marmalade-core</artifactId>
|
|
|
|
<version>1.0-alpha2-SNAPSHOT</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-25 05:09:14 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<artifactId>xpp3</artifactId>
|
|
|
|
<version>1.1.3.3</version>
|
2005-03-10 01:35:25 +00:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-25 05:09:14 +00:00
|
|
|
</dependency>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependencies>
|
2005-03-10 01:35:25 +00:00
|
|
|
<reports>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>mail-lists</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>dependencies</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reports>
|
2004-09-10 01:45:52 +00:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://www.apache.org//www/maven.apache.org/m2</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2005-03-10 01:35:25 +00:00
|
|
|
</model>
|