The Apache Maven team is pleased to announce the release of the Maven
Reporting Impl version 4.0.0-M4.
https://maven.apache.org/shared/maven-reporting-impl/
Release Notes - Maven Shared Components - Version
maven-reporting-impl-4.0.0-M4
** New Feature
* [MSHARED-1168] - Add support for markup output
* [MSHARED-1185] - Introduce
AbstractMavenReportRenderer#verbatimSource()
** Improvement
* [MSHARED-480] - Use maven-site-plugin's site.xml to use site's
skin instead of default when run as mojo
* [MSHARED-1174] - Don't wrap elements in anchors
* [MSHARED-1181] - Populate SiteRenderingContext#getPublishDate()
with ${project.build.outputTimestamp}
* [MSHARED-1182] - Drop incorrect usage of SinkEventAttributeSet#BOXED
* [MSHARED-1183] - Don't pass implied args to
AbstractMavenReportRenderer#startTable()
* [MSHARED-1184] - Drop unnecessary use of type attribute with
JavaScript
** Dependency upgrade
* [MSHARED-1186] - Upgrade Parent to 39
* [MSHARED-1187] - Upgrade to Doxia 2.0.0-M5
* [MSHARED-1188] - Upgrade to Maven Reporting API 4.0.0-M4
* [MSHARED-1189] - Upgrade plugins and components in ITs
* [MSHARED-1194] - Upgrade to Doxia Sitetools 2.0.0-M5
Enjoy,
-The Apache Maven team