The Apache Maven team is pleased to announce the release of the Maven
Project Info Reports Plugin version 3.6.0.
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>3.6.0</version>
</plugin>
Release Notes - Maven Project Info Reports Plugin - Version 3.6.0
** New Feature
* [MPIR-455] - dependencies goal: add support for multi-release JARs
** Improvement
* [MPIR-451] - Rename "Dependency Information" to "Maven Coordinates"
* [MPIR-460] - Dependency Information for maven-plugin
** Task
* [MPIR-459] - Refresh download page
** Dependency upgrade
* [MPIR-457] - Upgrade to Parent 42 and Maven 3.6.3
* [MPIR-461] - Upgrade plugins and components (in ITs)
Enjoy,
-The Apache Maven team