mirror of https://github.com/apache/maven.git
20 lines
476 B
XML
20 lines
476 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>org.apache.maven.it0096</groupId>
|
|
<artifactId>maven-it0096-root</artifactId>
|
|
<version>1</version>
|
|
</parent>
|
|
|
|
<artifactId>maven-it0096-plugin</artifactId>
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|