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

Important Note: 

 * Maven 3.X only
 * JDK 7 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.1.1</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.1.1

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

Bug:

 * [MJAR-241] - Jar package does not have a size in ZipEntry

Improvement:

 * [MJAR-260] - Upgrade to Archiver 3.3.0 and add ITs

Task:

 * [MJAR-251] - Add documentation information for GitHub

Dependency upgrades:

 * [MJAR-252] - Upgrade plexus-archiver to 3.6.0
 * [MJAR-255] - Upgrade maven-plugins parent to version 32
 * [MJAR-256] - Upgrade JUnit to 4.12
 * [MJAR-261] - Upgrade plexus-archiver 3.7.0

Enjoy,
 
-The Apache Maven team

Reply via email to