The Maven team is pleased to announce the release of
maven-shared-utils, version 0.2
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.2</version>
<plugin>
Release Notes - Maven Shared Components - Version maven-shared-utils-0.2
** Bug
* [MSHARED-267] - Change visibility of methods to restore compatibility
** Improvement
* [MSHARED-263] - Xpp3DomBuilder should support xml:space="preserve"
Enjoy,
-The Maven team
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]