2005-09-15 22:50:12 -04: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>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2004-08-09 22:40:56 -04:00
|
|
|
</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>
|
|
|
|
<name>Maven Plugin Tools for Marmalade</name>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2004-08-09 22:40:56 -04:00
|
|
|
<dependencies>
|
2005-02-20 11:25:22 -05:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
|
|
<version>2.0-beta-2</version>
|
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-09-26 11:18:55 -04:00
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
|
|
|
<version>2.0-beta-2</version>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>marmalade</groupId>
|
|
|
|
<artifactId>marmalade-core</artifactId>
|
|
|
|
<version>1.0-alpha-4</version>
|
2005-09-16 02:47:46 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<groupId>plexus</groupId>
|
2005-09-16 02:47:46 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2005-09-26 11:18:55 -04:00
|
|
|
<version>2.0-beta-2</version>
|
2005-02-24 00:12:30 -05:00
|
|
|
</dependency>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependencies>
|
2005-09-26 11:18:55 -04:00
|
|
|
</project>
|