Apache Maven Shared Utils Version 0.8 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils, version 0.8
This project aims to be a functional replacement for plexus-utils in Maven.
1<plugin>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-shared-utils</artifactId>
4 <version>0.8</version>
5</plugin>
Release Notes - Maven Shared Utils Release 0.8
Bug:
- MSHARED-369 - ReflectionValueExtractor regression; incorrect parsing
Improvement:
- MSHARED-415 - Allow passing a Charset to be used by the StreamPumper to read from the input streams
Enjoy,
-The Apache Maven team