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: [email protected] For additional commands, e-mail: [email protected]
