John Dennis Casey 5bdc77bd16 [MNG-2054] Adding integration test.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@380858 13f79535-47bb-0310-9956-ffa450edef68
2006-02-24 23:16:20 +00:00

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>