2004-05-28 23:21:28 -04:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
|
|
|
|
<project>
|
2004-07-05 16:12:50 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-05-28 23:21:28 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>maven-plugin-plugin</groupId>
|
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
2004-06-27 13:09:13 -04:00
|
|
|
<type>plugin</type>
|
2004-05-28 23:21:28 -04:00
|
|
|
<name>Maven</name>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<inceptionYear>2001</inceptionYear>
|
2004-06-27 13:09:13 -04:00
|
|
|
<package>org.apache.maven.plugin.plugin</package>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2004-05-28 23:21:28 -04:00
|
|
|
</project>
|