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>
</dependency>
</dependencies>
2005-02-22 19:06:06 -05:00
<preGoals >
<preGoal >
<name > compiler:compile</name>
<attain > plexus:descriptor</attain>
</preGoal>
</preGoals>
2005-02-17 02:00:25 -05:00
</project>