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:

1<plugin>
2  <groupId>org.apache.maven.reporting</groupId>
3  <artifactId>maven-reporting-impl</artifactId>
4  <version>2.3</version>
5</plugin>

Release Notes

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