You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2016/06/23 17:08:35 UTC

[ANN] Apache Maven JAR Plugin Version 3.0.2 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven JAR Plugin Version 3.0.2.
 
https://maven.apache.org/plugins/maven-jar-plugin/

Important Note: 

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's plugin configuration:
 
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jar-plugin</artifactId>
  <version>3.0.2</version>
</plugin>

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/plugins/maven-jar-plugin/download.cgi
 
Release Notes Maven JAR Plugin 3.0.2

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12336062

Bugs:

 * [MJAR-223] - classpathLayoutType is not taken into account when building the classpath attribute in the manifest
 * [MJAR-228] - Plugin generates wrong Class-Path in MANIFEST
 * [MJAR-229] - Upgrade maven-archiver to 3.1.1

Task:

 * [MJAR-230] - Upgrade of plexus-archiver to 3.4.

Enjos,
 
-The Apache Maven team

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