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

This plugin provides the capability to build jars.

Important Note:

  • Maven 3.X only
  • JDK 7 minimum requirement
1
2
3
4
5

  org.apache.maven.plugins
  maven-jar-plugin
  3.1.2

Release Notes – Maven JAR Plugin – Version 3.1.2

Bug:

  • MJAR-259 – Archiving to jar is very slow

Improvement:

  • MJAR-238 – Allow setting of module main class

Enjoy,

  • The Apache Maven team