You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/04/10 07:49:25 UTC

[ANN] Maven Reporting Executor 1.0.2 Released

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