Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Apache Maven Shared Component: Maven Reporting Implementation version 2.3

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Latest Images

Trending Articles



Latest Images