Apache Maven Jar Plugin Version 3.2.1 Released

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

This plugin provides the capability to build jars.

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-jar-plugin</artifactId>
4  <version>3.2.1</version>
5</plugin>

Release Notes - Maven JAR Plugin - Version 3.2.1

  • Bugs:

    • [MJAR-276] - Don't log a warning when jar will be empty and creation is forced
    • [MJAR-281] - Wrong order of META-INF/ and META-INF/MANIFEST.MF entries
  • Improvement:

    • [MJAR-270] - make build Reproducible
  • Dependency upgrade:

    • [MJAR-282] - Upgrade Maven Archiver to 3.5.2

Enjoy,

  • The Apache Maven team