The Apache Maven team is pleased to announce the release of the Maven
Project Info Reports Plugin version 2.9.
This module generates browsable HTML pages from Java source code.
https://maven.apache.org/plugins/maven-project-info-reports-plugin/
You should specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
Release Notes - Maven Project Info Reports Plugin - Version 2.9
** Sub-task
* [MPIR-341] - Align mojo class names to element names in pom.xml
* [MPIR-342] - Document upcoming mojo and file names change in 3.0
** Bug
* [MPIR-251] - Artifact ###### has no file error regression
* [MPIR-268] - Add Gradle dependency information
* [MPIR-308] - Plugin fails with Java 8 (caused by BCEL)
** Improvement
* [MPIR-340] - Omit legend and dependency details in Dependency
Convergence if there is 100 % convergence
** Task
* [MPIR-336] - Upgrade to Maven Shared JAR 1.2
* [MPIR-337] - Localize sealed information on JARs
* [MPIR-338] - Localize alternative text for used icons
* [MPIR-339] - Align/pluralize name of
project-info-report.properties and all of its usages
Enjoy,
-The Apache Maven team