Maven JAR Plugin 3.5.1 Released

Tamás Cservenák <[email protected]> Wed, 22 Jul 2026 18:33:34 +0200
Newsgroups gmane.text.xml.xalan.devel,gmane.comp.apache.maven.announce,gmane.comp.jakarta.avalon.user
Message-ID <CAPLpRQKiqZnBmo98fT2-r1C6xOcUQCsbWcvE=YD1Soo7bbSW2w__30251.5721110225$1784738044$gmane$org@mail.gmail.com>
Howdy,

The Apache Maven team is pleased to announce the release of the
ASF Maven JAR Plugin, version 3.5.1

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

You can download the appropriate sources etc. from the download page:

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

Release Notes:

https://github.com/apache/maven-jar-plugin/releases/tag/maven-jar-plugin-3.5.1

Have fun,
-The Apache Maven team