Apache Maven Shared Component: Maven Reporting API Version 3.1.0 Released
The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Reporting API Version 3.1.0
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.
1<plugin>
2 <groupId>org.apache.maven.reporting</groupId>
3 <artifactId>maven-reporting-api</artifactId>
4 <version>3.1.0</version>
5</plugin>
-
Improvements:
- [MSHARED-812] - Require Java 7
- [MSHARED-879] - make build Reproducible
-
Task:
- [MSHARED-1024] - Replace deprecated code
-
Dependency upgrade:
- [MSHARED-844] - Upgrade to Doxia 1.11.1
Enjoy,
-The Apache Maven Team
Karl-Heinz Marbaise