mirror of
https://github.com/apache/maven.git
synced 2025-02-06 01:59:04 +00:00
6de708da59
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168483 13f79535-47bb-0310-9956-ffa450edef68
17 lines
469 B
XML
17 lines
469 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-it1005-plugin</artifactId>
|
|
<packaging>maven-plugin</packaging>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<type>jar</type>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</model>
|