Apache Maven Shared Component: Maven Reporting Impl. Version 3.2.0 Released

The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Reporting Impl. Version 3.2.0

Abstract classes to manage report generation, which can be run both:

1<plugin>
2  <groupId>org.apache.maven.reporting</groupId>
3  <artifactId>maven-reporting-impl</artifactId>
4  <version>3.2.0</version>
5</plugin>

Release Notes Maven Reporting Impl. Version 3.2.0 Released

  • Improvement:

    • MSHARED-1099 - Render with a skin when report is run in standalone mode
  • Dependency upgrades:

Enjoy,

  • The Apache Maven Team