o adding IT it0041

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-19 20:44:24 +00:00
parent 707568bbdf
commit 88ce03fe23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it0041</artifactId>
<description>Test the use of a new type from a plugin</description>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it-support</artifactId>
<version>1.2</version>
<type>coreit-artifact</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-core-it-plugin</artifactId>
<version>1.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>