You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2012/11/02 18:05:01 UTC

[ANN] Maven Shared Utils 0.1 Released

The Maven team is pleased to announce the initial release of
maven-shared-utils, version 0.1

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.1</version>
<plugin>


Release Notes - Maven Shared Components - Version maven-shared-utils-0.1

Please note that these release notes at fairly incomplete; see
javadocs for more details
on supported features.

** Bug
    * [MSHARED-236] - Refactor utility classes of shared components
into an own utility package
    * [MSHARED-252] - drop XmlReader and only use XmlStreamReader



** Improvement
    * [MSHARED-238] - [DirectoryScanner] introduce a way to abort
scanning if a certain criteria is met

** New Feature
    * [MSHARED-243] - add a way to calculate diffs of a directory at 2
different times
    * [MSHARED-244] - Add EMPTY_xxxx_ARRAY from commons-lang to our
CollectionsUtils





Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org