mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
a44b6f9726
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163511 13f79535-47bb-0310-9956-ffa450edef68
14 lines
419 B
XML
14 lines
419 B
XML
<model>
|
|
<parent>
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
<groupId>maven</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<packaging>plugin</packaging>
|
|
<name>Maven Core Integration Test Plugin</name>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<inceptionYear>2001</inceptionYear>
|
|
</model> |