Apache Maven Shared Component: Maven Reporting Impl. Version 3.1.0 Released
The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Reporting Impl. 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-impl</artifactId>
4 <version>3.1.0</version>
5</plugin>
-
Improvements:
- MSHARED-813 - Require Java 7
- MSHARED-879 - make build Reproducible
-
Dependency upgrades:
- MSHARED-956 - Set minimum supported Maven version to 3.1.0
- MSHARED-1027 - Update Doxia to 1.11.1 and Doxia Sitetools to 1.11.1
- MSHARED-1028 - Upgrade Maven Reporting API to 3.1.0
Tasks:
- MSHARED-606 - - Upgrade to Commons Validator 1.5.1
- MSHARED-609 - - Partially revert MSHARED-429
- MSHARED-611 - - Drop any href validation and pass as-is
- MSHARED-612 - - Upgrade to Doxia 1.7
- MSHARED-613 - - Upgrade to Doxia Sitetools 1.7.4
- MSHARED-614 - - Upgrade to Maven Shared Utils 3.1.0
Wish:
- MSHARED-488 - - Make input source file encoding default to platform encoding
Enjoy,
-The Apache Maven Team
Karl-Heinz Marbaise