2005-09-27 00:46:37 -04:00
|
|
|
<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>
|
2005-10-08 10:13:31 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-27 00:46:37 -04:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|