mirror of https://github.com/apache/maven.git
20 lines
615 B
XML
20 lines
615 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>maven-report-parent</artifactId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
<version>2.0-alpha-1-SNAPSHOT</version>
|
|
<packaging>maven-plugin</packaging>
|
|
<name>Maven Project Info Reports Plugin</name>
|
|
<inceptionYear>2005</inceptionYear>
|
|
<contributors>
|
|
<contributor>
|
|
<name>Vincent Siveton</name>
|
|
<email>vincent.siveton@gmail.com</email>
|
|
</contributor>
|
|
</contributors>
|
|
</project>
|