Apache Maven Shared Component: Maven Reporting Exec Version 2.0.0-M1

1 · Karl Heinz Marbaise · April 27, 2022, 11:36 p.m.
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Reporting Exec Version 2.0.0-M1. Classes to prepare report plugins execution with Maven 3, through MavenReportExecutor (implementation). You should specify the version in your project’s plugin configuration: 1 2 3 4 5 <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-exec</artifactId> <version>2.0.0-M1</version> </plugin> You can download the appropriat...