Apache Maven Jar Plugin Version 3.0.1 Released

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

This plugin provides the capability to build jars.

Important Note:

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

Release Notes - Maven JAR Plugin - Version 3.0.1

Bug:

  • MJAR-226 - Memory issues - Upgrade maven-archiver to 3.1.0

Improvements:

  • MJAR-219 - Improve confusing text wrt Jarsigner plugin on Usage page
  • MJAR-225 - Upgrade maven-plugins to version 30
  • MJAR-227 - Upgrade of 'plexus-archiver' to version 3.3.

Enjoy,

  • The Apache Maven team