mirror of https://github.com/apache/maven.git
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:
parent
707568bbdf
commit
88ce03fe23
|
@ -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>
|
Loading…
Reference in New Issue