2005-12-11 20:34:03 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?><project>
|
2005-07-21 03:05:34 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-07-21 03:05:34 -04:00
|
|
|
</parent>
|
2005-09-15 22:50:12 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-07-21 03:05:34 -04:00
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
|
|
<artifactId>maven-reporting</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Maven Reporting</name>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-07-21 03:05:34 -04:00
|
|
|
<inceptionYear>2005</inceptionYear>
|
|
|
|
<modules>
|
|
|
|
<module>maven-reporting-api</module>
|
|
|
|
<module>maven-reporting-impl</module>
|
|
|
|
</modules>
|
2005-12-12 13:22:06 -05:00
|
|
|
</project>
|