The Apache Maven team is pleased to announce the release of the Apache Maven Reporting Implementation, version 2.4 This component provides abstract classes to manage report generation, which can be run both: - as part of a site generation, as a maven-reporting-api's MavenReport, - or as a direct standalone goal invocation, as a maven-plugin-api's Mojo.
http://maven.apache.org/shared/maven-reporting-impl/ You should specify the version in your project's dependencies configuration: <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-reporting-impl</artifactId> <version>2.4</version> </dependency> You can download the appropriate sources etc. from the download page: http://maven.apache.org/shared/maven-reporting-impl/download.cgi Release Notes - Maven Reporting Implementation - Version 2.4 ** Bug * [MSHARED-429] - Supposedly invalid URLs are rendered as plain text ** Improvement * [MSHARED-344] - maven-reporting-impl: Update to Doxia 1.6 * [MSHARED-388] - create ITs to show how to implement reporting plugins and make test * [MSHARED-389] - create an IT to show how to write a reporting mojo that uses external generator Enjoy, -The Apache Maven team