The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.5.0
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.0</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.0 ** Bug * [MARTIFACT-33] - confusion in aggregate comparison when 2 modules have same artifactId ** New Feature * [MARTIFACT-34] - detect ignored modules when nexus-staging-maven-plugin skipNexusStagingDeployMojo=true * [MARTIFACT-47] - add compare.fail parameter (true by default) to be able to not fail the build ** Improvement * [MARTIFACT-48] - rework exclude parameter * [MARTIFACT-49] - Add support for Maven 4 build vs consumer pom * [MARTIFACT-50] - add skipModules parameter Enjoy, -The Apache Maven team