You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2014/09/21 18:25:45 UTC

[ANN] Apache Maven Shared Component: Maven Reporting Implementation version 2.3

The Apache Maven team is pleased to announce the release of the Apache Maven 
Shared Component: Maven Reporting Implementation, version 2.3

This component provides abstract classes to manage report generation, which 
can be run both:
- as part of a site generation, as a maven-reporting-api's MavenReport,
- or as a direct standalone goal invocation, as a maven-plugin-api's Mojo

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

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-reporting-impl</artifactId>
  <version>2.3</version>
</dependency>


Release Notes - Maven Shared Components - Version maven-reporting-impl-2.3

** Sub-task
    * [MSHARED-240] - Port maven-reporting-impl to maven-shared-utils

** Bug
    * [MSHARED-328] - use @parameter default-value instead of @parameter 
expression in sample
    * [MSHARED-346] - missing properties usually set by m-site-p 
(outputEncoding, ...)

** Improvement
    * [MSHARED-348] - support reporting encoding configuration when used as 
goal

** New Feature
    * [MSHARED-347] - use plugin-tools java 5 annotations to avoid fields 
copy/paste when implementing


Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org