mirror of
https://github.com/apache/maven.git
synced 2025-02-10 03:56:01 +00:00
it should be moved to the marmalade project (either a straight import, or doing an svndump of that area of the repo). git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293363 13f79535-47bb-0310-9956-ffa450edef68
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<project>
|
|
<parent>
|
|
<artifactId>maven-plugin-tools</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-plugin-tools-marmalade</artifactId>
|
|
<name>Maven Plugin Tools for Marmalade</name>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>marmalade</groupId>
|
|
<artifactId>marmalade-core</artifactId>
|
|
<version>1.0-alpha-4</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<groupId>plexus</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |