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 2010/05/21 13:26:53 UTC

[ANN] Maven Jar Plugin 2.3.1 Released

The Maven team is pleased to announce the release of the Maven Jar
Plugin, version 2.3.1

This plugin provides the capability to build jars.

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

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

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-jar-plugin</artifactId>
 <version>2.3.1</version>
</plugin>

Release Notes - Maven 2.x Jar Plugin - Version 2.3.1


** Bug
    * [MJAR-137] - Avoid possible data corruption issues and deadlocks

** Improvement
    * [MJAR-136] - Add @threadSafe support for maven3

Enjoy,

-The Maven team