You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2012/12/21 05:47:34 UTC

[ANN] Maven Shared Utils 0.2 Released

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