The Apache Maven team is pleased to announce the release of the Maven
Artifact Plugin version 3.4.0.
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.4.0</version>
</plugin>
Release Notes - Maven Artifact Plugin - Version 3.4.0
** Improvement
* [MARTIFACT-32] - Add new plugins issues/fixes
* [MARTIFACT-35] - Compare goal should fail build when comparison
was unsuccessful
* [MARTIFACT-38] - Show failure reason and fail build if a plugin
is marked as "fail", even if no solution available
* [MARTIFACT-39] - Replace MavenVersion with managed component
RuntimeInformation
* [MARTIFACT-43] - Replace DigestHelper with DigestUtils
** Task
* [MARTIFACT-30] - Mark plugin as thread-safe
* [MARTIFACT-37] - Mark Spring Boot Maven Plugin as not reproducible
** Dependency upgrade
* [MARTIFACT-40] - Upgrade to Maven 3.2.5/Java 8
* [MARTIFACT-41] - Upgrade plugins and components
* [MARTIFACT-42] - Upgrade to Maven Parent 39
Enjoy,
-The Apache Maven team