mirror of https://github.com/apache/maven.git
14 lines
418 B
XML
14 lines
418 B
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<packaging>maven-plugin</packaging>
|
|
<name>Maven Core Integration Test Plugin</name>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<inceptionYear>2001</inceptionYear>
|
|
</model>
|