2005-04-28 19:44:59 -04:00
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-05-03 20:47:01 -04:00
|
|
|
<parent>
|
2005-05-19 12:52:47 -04:00
|
|
|
<artifactId>maven-report-parent</artifactId>
|
2005-04-28 19:44:59 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2005-05-19 12:52:47 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-05-03 20:47:01 -04:00
|
|
|
</parent>
|
2005-04-28 19:44:59 -04:00
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2005-05-13 09:24:05 -04:00
|
|
|
<version>2.0-alpha-1-SNAPSHOT</version>
|
2005-04-28 19:44:59 -04:00
|
|
|
<packaging>maven-plugin</packaging>
|
|
|
|
<name>Maven Project Info Reports Plugin</name>
|
|
|
|
<inceptionYear>2005</inceptionYear>
|
2005-05-30 20:01:18 -04:00
|
|
|
<contributors>
|
|
|
|
<contributor>
|
|
|
|
<name>Vincent Siveton</name>
|
|
|
|
<email>vincent.siveton@gmail.com</email>
|
|
|
|
</contributor>
|
|
|
|
</contributors>
|
2005-04-28 19:44:59 -04:00
|
|
|
</project>
|