mirror of
https://github.com/apache/maven.git
synced 2025-02-09 19:45:34 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@380858 13f79535-47bb-0310-9956-ffa450edef68
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>
|