The Apache Maven team is pleased to announce the release of the Maven
Project Info Reports Plugin version 3.4.3.
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.4.3</version>
</plugin>
Release Notes - Maven Project Info Reports Plugin - Version 3.4.3
** Bug
* [MPIR-429] - avoid warning on "Unknown packaging: bundle"
** Dependency upgrade
* [MPIR-432] - Upgrade parent pom to 39
* [MPIR-433] - Bump bcel from 6.5.0 to 6.6.0
Enjoy,
-The Apache Maven team