You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2009/11/25 07:59:20 UTC

[ANN] Maven JAR Plugin 2.3 Released

The Maven team is pleased to announce the release of the Maven JAR
Plugin, version 2.3

This plugin provides the capability to build jars. Signing is deprecated
starting with this version. Please use Maven Jarsigner Plugin if you
need to sign 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</version>
</plugin>


Release Notes - Maven 2.x JAR Plugin - Version 2.3


** Bug
    * [MJAR-28] - Using the jar plugin with addClasspath and snapshots
can create manifest classpath with incorrect jar versions
    * [MJAR-105] - Regression: Build fails for an empty main jar with 2.2
    * [MJAR-118] - Upgrade maven-archiver dependency to 2.4



** Task
    * [MJAR-127] - Deprecate jarsigner related goals in favor of
dedicated maven-jarsigner-plugin




Enjoy,

-The Maven team


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