The Maven team is pleased to announce the release of the Maven Reporting Implementation, version 2.2
Abstract classes to manage report generation. http://maven.apache.org/shared/maven-reporting-impl You should specify the version in your project's dependency configuration: <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-reporting-impl</artifactId> <version>2.2</version> </dependency> Release Notes - Maven Reporting Implementation - Version 2.2 Bug * [MSHARED-105] StringIndexOutOfBoundsException in AbstractMavenReportRenderer.applyPattern Improvement * [MSHARED-222] Update the dependency on commons-validator * [MSHARED-204] AbstractMavenReport should check isExternalReport() before trying to output a Doxia document Task * [MSHARED-159] remove [WARNING] Deprecated API called - not org.apache.maven.doxia.sink.Sink instance and no SinkFactory available. Please update this plugin. Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
