mirror of
https://github.com/apache/maven.git
synced 2025-02-07 10:38:47 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289368 13f79535-47bb-0310-9956-ffa450edef68
18 lines
536 B
XML
18 lines
536 B
XML
<project>
|
|
<parent>
|
|
<artifactId>maven</artifactId>
|
|
<groupId>org.apache.maven</groupId>
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
<artifactId>maven-reporting</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Maven Reporting</name>
|
|
<version>2.0-beta-2-SNAPSHOT</version>
|
|
<inceptionYear>2005</inceptionYear>
|
|
<modules>
|
|
<module>maven-reporting-api</module>
|
|
<module>maven-reporting-impl</module>
|
|
</modules>
|
|
</project> |