Apache Maven Shared Component: Maven Reporting Exec Version 1.6.0
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Reporting Exec Version 1.6.0.
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.6.0</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.6.0
-
Bug:
- MSHARED-927 - javadoc failing with JDK 8
-
Task:
- MSHARED-1029 - Update component (requires Maven 3.2.5+)
-
Dependency upgrades:
- MSHARED-1025 - Upgrade Doxia Sitetools to 1.11.1
- MSHARED-1026 - Upgrade Maven Reporting API to 3.1.0
- MSHARED-1034 - Upgrade plugins and components in ITs
Enjoy,
-The Apache Maven team