Apache Maven Project Info Reports Plugin Version 3.4.2 Released

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

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>3.4.2</version>
5</plugin>

You can download the appropriate sources etc. from the download page.

Release Notes - Maven Project Info Reports Plugin - Version 3.4.2

  • Bug

    • MPIR-425 - Verbatim content should be rendered as plain text
  • Tasks

    • MPIR-426 - Remove Apache Buildr from Dependency Information Report
    • MPIR-427 - Explicitly start and end tables with Doxia Sinks in report renderers

Enjoy,

-The Apache Maven team