2005-03-15 16:41:06 -05:00
|
|
|
<project>
|
2004-08-09 22:40:56 -04:00
|
|
|
<parent>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-plugin-tools</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 22:40:56 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-plugin-tools-marmalade</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<packaging>jar</packaging>
|
2005-02-20 11:25:22 -05:00
|
|
|
<name>Maven Plugin Tools for Marmalade</name>
|
2004-08-09 22:40:56 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
<dependencies>
|
2005-03-04 04:04:26 -05:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-03-04 04:04:26 -05:00
|
|
|
<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>
|
2005-02-28 13:29:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<version>1.0-alpha-2-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-20 11:25:22 -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-20 11:25:22 -05:00
|
|
|
</dependency>
|
2004-08-09 22:40:56 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
2004-08-09 22:40:56 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 22:40:56 -04:00
|
|
|
<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 22:40:56 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependency>
|
2004-08-09 23:29:45 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-08 01:19:59 -05:00
|
|
|
<scope>test</scope>
|
2005-02-20 11:25:22 -05:00
|
|
|
</dependency>
|
2005-02-28 13:29:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-08 01:19:59 -05:00
|
|
|
<scope>test</scope>
|
2005-02-28 13:29:47 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-08 01:19:59 -05:00
|
|
|
<scope>test</scope>
|
2005-02-28 13:29:47 -05:00
|
|
|
</dependency>
|
2005-02-20 11:25:22 -05:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 11:25:22 -05:00
|
|
|
<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 23:29:45 -04:00
|
|
|
</dependency>
|
2005-03-15 16:41:06 -05:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-03-16 01:29:35 -05:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-03-15 16:41:06 -05:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2005-02-24 00:12:30 -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-24 00:12:30 -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-24 00:12:30 -05:00
|
|
|
</dependency>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependencies>
|
2005-03-15 16:41:06 -05:00
|
|
|
</project>
|