Apache Maven Shared Component - Maven Shared Utils Version 0.7 Released

The Apache Maven team is pleased to announce the release of the Apache Shared Component: Apache Maven Utils Version 0.7

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.

1<plugin>
2  <groupId>org.apache.maven.shared</groupId>
3  <artifactId>maven-shared-utils</artifactId>
4  <version>0.7</version>
5</plugin>

Release Notes

Bugs:

  • MSHARED-242 - [shared-utils] improve shared utils featuers and introduce generics where possible
  • MSHARED-313 - port dotted expression parser fixes from plexus-utils

Improvement:

  • MSHARED-364 - Use NIO Delete when possibly in deleteFiles

New Feature:

Wish:

Enjoy,

-The Maven team