mirror of https://github.com/apache/maven.git
27 lines
831 B
XML
27 lines
831 B
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-api</artifactId>
|
|
<name>Maven Plugin Tools APIs</name>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-project</artifactId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |