mirror of https://github.com/apache/maven.git
28 lines
865 B
XML
28 lines
865 B
XML
<project>
|
|
<parent>
|
|
<artifactId>maven-script</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
<name>Maven Marmalade Mojo Support</name>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>marmalade</groupId>
|
|
<artifactId>marmalade-core</artifactId>
|
|
<version>1.0-alpha-4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-marmalade-factory</artifactId>
|
|
<version>1.0-alpha-5</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |