Apache Maven Shared Component: Maven Reporting Impl. Version 2.3 Released
The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Reporting Impl. Version 2.3
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.
1<plugin>
2 <groupId>org.apache.maven.reporting</groupId>
3 <artifactId>maven-reporting-impl</artifactId>
4 <version>2.3</version>
5</plugin>
Sub-task:
- MSHARED-240 - Port maven-reporting-impl to maven-shared-utils
Bugs:
- 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 Maven team
Karl-Heinz Marbaise