maven/maven-reporting/pom.xml

19 lines
690 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0-beta-1-SNAPSHOT</version>
</parent>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting</artifactId>
<packaging>pom</packaging>
<name>Maven Reporting</name>
<inceptionYear>2005</inceptionYear>
<modules>
<module>maven-reporting-api</module>
<module>maven-reporting-impl</module>
</modules>
</project>