2005-02-17 02:00:25 -05:00
<project >
<modelVersion > 4.0.0</modelVersion>
<parent >
<groupId > maven</groupId>
<artifactId > maven-component</artifactId>
<version > 2.0-SNAPSHOT</version>
</parent>
<groupId > maven</groupId>
<artifactId > maven-reporting-api</artifactId>
<version > 2.0-SNAPSHOT</version>
<inceptionYear > 2005</inceptionYear>
<package > org.apache.maven.reporting</package>
<dependencies >
2005-02-22 19:06:06 -05:00
<!-- TODO: this dependency should not be needed - the manager needs to discover the reports, either via the plugin manager or using a similar technique -->
<dependency >
<groupId > maven</groupId>
<artifactId > maven-project-reports-plugin</artifactId>
<version > 1.0-SNAPSHOT</version>
<type > plugin</type>
</dependency>
2005-02-17 02:00:25 -05:00
<dependency >
<groupId > doxia</groupId>
<artifactId > doxia-core</artifactId>
<version > 1.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 3.8.1</version>
2005-03-08 01:19:59 -05:00
<scope > test</scope>
2005-02-17 02:00:25 -05:00
</dependency>
</dependencies>
2005-03-07 15:56:23 -05:00
<plugins >
<plugin >
<id > plexus</id>
</plugin>
</plugins>
2005-02-17 02:00:25 -05:00
</project>