mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
cd60968a2a
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291823 13f79535-47bb-0310-9956-ffa450edef68
35 lines
1.0 KiB
XML
Executable File
35 lines
1.0 KiB
XML
Executable File
<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>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-tools-ant</artifactId>
|
|
<name>Maven Ant Plugin Tools</name>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-descriptor</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>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-tools-model</artifactId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|