mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
23b8cd0e46
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164322 13f79535-47bb-0310-9956-ffa450edef68
33 lines
965 B
XML
33 lines
965 B
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-plugin-tools</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
|
<name>Maven Plugin Tools APIs</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-project</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.codehaus.modello</groupId>
|
|
<artifactId>modello-core</artifactId>
|
|
<version>1.0-alpha-1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<version>1.0-alpha-2</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|