Apache Maven Shared Component: Maven Reporting Exec Version 1.5.1
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<dependency>
2 <groupId>org.apache.maven.reporting</groupId>
3 <artifactId>maven-reporting-exec</artifactId>
4 <version>1.5.1</version>
5</plugin>
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