Apache Maven Shared Component: Maven Reporting API Version 4.0.0-M1 Released

The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Reporting API Version 4.0.0-M1

Abstract classes to manage report generation, which can be run both:

1<plugin>
2  <groupId>org.apache.maven.reporting</groupId>
3  <artifactId>maven-reporting-api</artifactId>
4  <version>4.0.0-M1</version>
5</plugin>

Release Notes Maven Reporting API Version 4.0.0-M1

Enjoy,

-The Apache Maven Team