2005-03-09 20:35:25 -05:00
|
|
|
<model>
|
|
|
|
<parent>
|
2005-04-08 03:50:53 -04:00
|
|
|
<artifactId>maven-script</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>
|
2005-03-09 20:35:25 -05:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
|
|
<name>Maven Marmalade Mojo Support</name>
|
2004-08-09 22:40:56 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 01:11:49 -04:00
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2004-08-09 22:40:56 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>marmalade</groupId>
|
|
|
|
<artifactId>marmalade-core</artifactId>
|
2005-05-13 03:01:57 -04:00
|
|
|
<version>1.0-alpha-3</version>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependency>
|
2004-08-09 23:29:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-marmalade-factory</artifactId>
|
2005-05-13 03:01:57 -04:00
|
|
|
<version>1.0-alpha-3</version>
|
2004-08-09 23:29:45 -04:00
|
|
|
</dependency>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependencies>
|
2005-03-23 01:52:55 -05:00
|
|
|
</model>
|