2005-04-27 20:03:26 -04:00
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
|
|
<artifactId>maven-reporting</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Maven Reporting</name>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
<inceptionYear>2005</inceptionYear>
|
2005-04-27 20:52:53 -04:00
|
|
|
<modules>
|
|
|
|
<module>maven-reporting-api</module>
|
|
|
|
<module>maven-reporting-manager</module>
|
|
|
|
</modules>
|
2005-04-27 20:03:26 -04:00
|
|
|
</project>
|