[ANN] Apache Maven Artifact Plugin 3.6.1 Released
Hervé Boutemy <[email protected]> Thu, 02 Oct 2025 18:57:40 +0200
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Organization | Apache Software Foundation |
| Message-ID | <3527725.aeNJFYEL58__2831.26525334723$1759424361$gmane$org@orchid> |
The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.6.1 This plugin is used for Reproducible Builds tasks about artifacts. https://maven.apache.org/plugins/maven-artifact-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-artifact-plugin</artifactId> <version>3.6.1</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-artifact-plugin/download.cgi Release Notes https://github.com/apache/maven-artifact-plugin/releases/tag/maven-artifact-plugin-3.6.1 Enjoy, -The Apache Maven team