maven/maven-plugins/maven-install-plugin/pom.xml

16 lines
468 B
XML
Raw Normal View History

<?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>