The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.5.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.5.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 - Maven Artifact Plugin - Version 3.5.1 ** Bug * [MARTIFACT-54] - In multi-module projects check-buildplan fails on project.build.outputTimestamp ** Improvement * [MARTIFACT-52] - add moduleinfo.skipModules property to skipModules parameter * [MARTIFACT-53] - improve message when outputTimestamp not defined in reactor: WARN only * [MARTIFACT-56] - Upgrade maven-plugin parent to 41 Enjoy, -The Apache Maven team