The Apache Maven team is pleased to announce the release of the Apache Maven 
Artifact Plugin, version 3.5.3

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.3</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.3

** Bug
    * [MARTIFACT-75] - stacktrace when running compare: trying to open .pom 
file as zip
    * [MARTIFACT-76] - with Maven 4, remote consumer pom is downloaded with 
"consumer" classifier

** New Feature
    * [MARTIFACT-74] - describe build groupId

Enjoy,

-The Apache Maven team


Reply via email to