Apache Maven Jar Plugin Version 3.1.1 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Jar Plugin, version 3.1.1.

This plugin provides the capability to build jars.

Important Note:

  • Maven 3.X only
  • JDK 7 minimum requirement
1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-jar-plugin</artifactId>
4  <version>3.1.1</version>
5</plugin>

Release Notes - Maven JAR Plugin - Version 3.1.1

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