mirror of https://github.com/apache/maven.git
23 lines
655 B
XML
Executable File
23 lines
655 B
XML
Executable File
<project>
|
|
<parent>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
|
<name>Maven Plugin Descriptor Model</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>plexus</groupId>
|
|
<artifactId>plexus-container-default</artifactId>
|
|
<version>1.0-alpha-4-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|