2004-06-20 11:56:57 -04:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
|
|
|
|
<project>
|
|
|
|
<parent>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>maven-install-plugin</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<name>Maven Install Plugin</name>
|
|
|
|
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
|
|
|
<inceptionYear>2004</inceptionYear>
|
|
|
|
<package>org.apache.maven.plugin.install</package>
|
2004-06-20 14:46:23 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2004-06-20 11:56:57 -04:00
|
|
|
</project>
|