The Apache Maven team is pleased to announce the release of the Maven JAR Plugin version 3.2.2.

https://maven.apache.org/plugins/maven-jar-plugin/

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.2.2</version>
</plugin>


Release Notes - Maven JAR Plugin - Version 3.2.2

** Dependency upgrade
    * [MJAR-283] - Upgrade Plexus Utils to 3.3.1
* [MJAR-284] - Remove override for Plexus Archiver to fix order of META-INF/ and META-INF/MANIFEST.MF entries


Enjoy,

-The Apache Maven team

Reply via email to