Apache Maven Jar Plugin Version 3.3.0 Released

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

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

Release Notes - Maven JAR Plugin - Version 3.3.0

  • Bug:

    • MJAR-275 - outputTimestamp not applied to module-info; breaks reproducible builds
  • Tasks:

  • Dependency upgrades:

Enjoy,

  • The Apache Maven team