mirror of https://github.com/apache/maven.git
18 lines
513 B
XML
18 lines
513 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<type>plugin</type>
|
|
<name>Maven Core Integration Test Plugin</name>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<inceptionYear>2001</inceptionYear>
|
|
<package>org.apache.maven.plugin.coreit</package>
|
|
</project>
|