The Maven team is pleased to announce the release of the Maven Reporting
Exec, version 1.0.1

This component contains 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 configuration:

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


Release Notes - Maven Shared Components - Version maven-reporting-exec-1.0.1

** Bug
    * [MSHARED-201] - order of reports is not preserved


Enjoy,

-The Maven team

Reply via email to