[ANN] Apache Maven ACR Plugin 3.2.0 Released
Sylwester Lachiewicz <[email protected]> Sat, 29 Nov 2025 13:48:39 +0100
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAJG7DX1wd3cchwEioX2Qr9gLQPgUwMZA2sJe8xCyxZfUUPb3Ow@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven ACR Plugin, version 3.2.0 This plugin generates J2EE Application Client file. https://maven.apache.org/plugins/maven-acr-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-acr-plugin</artifactId> <version>3.2.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-acr-plugin/download.cgi Release Notes - Maven ACR Plugin - Version 3.2.0 https://github.com/apache/maven-acr-plugin/releases/tag/maven-acr-plugin-3.2.0 Enjoy, -The Apache Maven team