Apache Maven Project Info Reports Plugin Version 2.8.1 Released

The Maven team is pleased to announce the release of the Apache Maven Project Info Reports Plugin, version 2.8.1.

The Maven Project Info Reports Plugin is a plugin that generates standard reports for the specified project.

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-project-info-reports-plugin</artifactId>
4  <version>2.8.1</version>
5</plugin>

Release Notes - Apache Maven Project Info Reports Plugin - Version 2.8.1

Bug:

  • MPIR-300 Reporting plugins are reported with wrong version if version specified via pluginManagement

Improvement:

  • MPIR-329 French translation in project-info-report_fr.properties

Task:

  • MPIR-333 switch to Fluido
  • MPIR-332 don't warn when removing path from git scm url

Enjoy,

-The Maven team