The Maven team is pleased to announce the release of maven-shared-utils, version 0.3
This project aims to be a functional replacement for {{{http://plexus.codehaus.org/plexus-utils}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. http://maven.apache.org/shared/maven-shared-utils/ You should specify the version in your project's plugin configuration: <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId <version>0.3</version> <plugin> Release Notes - Maven Shared Components - Version maven-shared-utils-0.3 ** Improvement * [MSHARED-272] - Make ShutdownHookUtils public ** BUGS * SUREFIRE-946 * SUREFIRE-950 Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org