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

Classes to manage report plugin executions with Maven 3.

https://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.4</version>
</dependency>


Release Notes - Apache Maven Reporting Executor - Version 1.4

Bug
* [MSHARED-616] Dependencies inside pluginManagement are not taken into 
account in reporting

Improvement
* [MSHARED-647] display what reports are added automatically when no reportSet 
is defined
* [MSHARED-628] support maven-model ReportPlugin in addition to local copy


Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to