Apache Maven Shared Utils 0.6 - Released
The Apache Maven team is pleased to announce the release of the maven-shared-utils, version 0.6
This project aims to be a functional replacement for plexus-utils in Maven.
It is not a 100% API compatible replacement though but a replacement with improvements: lots of methods got cleaned up, generics got added and we dropped a lot of unused code. Although all the classes are in different packages from plexus-utils, if the method is present it will have the same semantics, facilitating easy conversion.
1<dependency>
2 <groupId>org.apache.maven.shared</groupId>
3 <artifactId>maven-shared-utils</artifactId>
4 <version>0.6</version>
5</dependency>
Release Notes - Maven Shared Components - Version maven-shared-utils-0.6
Improvement:
- MSHARED-320 - Be able to mask some arguments in the commandLine API
Enjoy,
-The Apache Maven team