[ANN] Apache Maven RAR Plugin 3.1.0 Released

Sylwester Lachiewicz <[email protected]> Sat, 15 Nov 2025 13:42:15 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAJG7DX32bgDVSyYsBRHWKTG8bJjkOfz0NGhjur333Ft=NzQ46w__43665.956558992$1763210673$gmane$org@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven RAR Plugin, version 3.1.0

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

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-rar-plugin</artifactId>
  <version>3.1.0</version>
</plugin>

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

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

Release Notes - Apache Maven RAR Plugin - Version 3.1.0

https://github.com/apache/maven-rar-plugin/releases/tag/maven-rar-plugin-3.1.0

Enjoy,

-The Apache Maven team