Apache Maven Shared Component: Maven Reporting Exec Version 1.6.0

1 · Karl Heinz Marbaise · Feb. 13, 2022, 1:36 p.m.
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Reporting Exec Version 1.6.0. 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>1.6.0</version> </plugin> You can download the appropriate sour...