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

  org.apache.maven.reporting
  maven-reporting-exec
  2.0.0-M1

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

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

Enjoy,

-The Apache Maven team