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 2010/05/21 13:27:31 UTC

[ANN] Maven EAR Plugin 2.4.2 Released

The Maven team is pleased to announce the release of the Maven Ear
Plugin, version 2.4.2

This version fixed possible corruption/incorrect data issues that can
occur on non-windows machines
due to threading issues. It also adds @threadSafe support for maven3.

http://maven.apache.org/plugins/maven-ear-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>2.4.2</version>
</plugin>


Release Notes - Maven 2.x Ear Plugin - Version 2.4.2


** Bug
    * [MEAR-125] - EAR plugin is not thread safe
    * [MEAR-127] - Avoid possible data corruption issues and deadlocks

Enjoy,

-The Maven team

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