Apache Maven Shared Component: Maven Reporting Impl. Version 4.0.0-M1 Released

1 · Karl Heinz Marbaise · April 23, 2022, 10:11 p.m.
The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Reporting Impl. Version 4.0.0-M1 Abstract classes to manage report generation, which can be run both: as part of a site generation, as a maven-reporting-api’s MavenReport, or as a direct standalone goal invocation, as a maven-plugin-api’s Mojo. 1 2 3 4 5 <plugin> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> <version>4.0.0-M1</version> </plug...