The Maven team is pleased to announce the release of the Maven Reporting 
Executor, version 1.0.2

Classes to manage report plugin executions with Maven 3.

http://maven.apache.org/shared/maven-reporting-exec

You should specify the version in your project's dependency configuration:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-reporting-exec</artifactId>
  <version>1.0.2</version>
</dependency>


Release Notes - Maven Reporting Executor - Version 1.0.2

Bug
* [MSHARED-219] Maven3 LinkageError in maven report


Enjoy,

-The Maven team

Reply via email to