The Apache Maven team is pleased to announce the release of the
Apache Maven Shared Component: Maven Shared Utils Version 3.1.0
https://maven.apache.org/shared/maven-shared-utils/This project aims to be a functional replacement for plexus-utils in Maven.
Important Notes since Version 3.0.0:
* Maven 3.X only
* JDK 6 minimum requirement
You should specify the version in your project's plugin configuration:
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>3.1.0</version>
</dependency>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-shared-utils/download.cgi
Release Notes Maven Shared Utils 3.1.0
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12335944Bugs:
* [MSHARED-563] - Directory traversal in org.apache.maven.shared.utils.Expand
* [MSHARED-564] - Exceptions thrown on closing resources should not be suppressed silently.
Improvement:
* [MSHARED-548] - Inherit Site Configuration
New Feature:
* [MSHARED-562] - add an API to create messages with consistent and configurable colors
Task:
* [MSHARED-565] - Upgrade of commons-io to 2.5.
Wish:
* [MSHARED-567] - remove dependency on Maven core
Enjoy,
-The Apache Maven team