Apache Maven Shared Component: Maven Reporting Impl. Version 3.0.0 Released
The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Reporting Impl. Version 3.0.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.0.0</version>
5</plugin>
Bugs:
- MSHARED-392 - - AbstractMavenReportRenderer#applyPattern(String) chokes on some specific input and produces useless segments
- MSHARED-489 - - AbstractMavenReportRenderer#linkPatternedText ignores name if href is invalid
- MSHARED-608 - - Remove index.html-adding block in AbstractMavenReportRenderer#getValidHref()
Improvements:
- MSHARED-430 - - Update JDK requirement to 1.6 / upgrade Maven Core dependencies to 3.0
- MSHARED-582 - - Upgrade maven-shared-components parent to version 30
- MSHARED-583 - - Make three digit version number
- MSHARED-642 - - Upgrade to maven-shared-utils 3.2.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