mirror of https://github.com/apache/maven.git
32 lines
912 B
XML
32 lines
912 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<!-- parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-script-root</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent -->
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
<name>Maven Marmalade Mojo Support</name>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-plugin</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>marmalade</groupId>
|
|
<artifactId>marmalade-core</artifactId>
|
|
<version>1.0-alpha2-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-marmalade-factory</artifactId>
|
|
<version>1.0-alpha1-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|