mirror of
https://github.com/apache/maven.git
synced 2025-02-13 05:26:25 +00:00
Submitted By: Vincent Siveton Reviewed By: Brett Porter clean up the mailing list report git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179174 13f79535-47bb-0310-9956-ffa450edef68
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>
|