2005-07-21 09:58:42 -04:00
|
|
|
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2005-03-09 20:35:25 -05:00
|
|
|
<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>
|
2005-06-27 11:29:14 -04:00
|
|
|
<version>2.0-beta-1-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>
|
2005-06-27 11:29:14 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2004-08-09 22:40:56 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>marmalade</groupId>
|
|
|
|
<artifactId>marmalade-core</artifactId>
|
2005-06-22 22:31:28 -04:00
|
|
|
<version>1.0-alpha-4</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-06-23 04:08:34 -04:00
|
|
|
<version>1.0-alpha-5</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>
|