mirror of https://github.com/apache/maven.git
16 lines
468 B
XML
16 lines
468 B
XML
|
<?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>
|
||
|
</project>
|