Apache Maven Shared Component: Maven Reporting Exec Version 1.5.1 Released
The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Reporting Exec Version 1.5.1.
Classes to prepare report plugins execution with Maven 3, through
MavenReportExecutor (implementation).
You should specify the version in your project’s plugin configuration:
1 2 3 4 5 |
|
You can download the appropriate sources etc. from the download page.
Release Notes Apache Maven Shared Component: Maven Reporting Exec Version 1.5.1
-
Bugs:
- MSHARED-923 – upgrade maven-shade-plugin to 3.2.4 to get Reproducible Build
- MSHARED-924 – fix Xpp3DomUtils shading relocation
- MSHARED-921 – NoSuchMethodError: ‘Xpp3Dom.getInputLocation()’ with Maven versions < 3.6.1
-
Improvements:
- MSHARED-814 – Require Java 7
- MSHARED-879 – make build Reproducible
-
Task:
- MSHARED-663 – mark ReportPlugin and ReportSet package private
Enjoy,
-The Apache Maven team