You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2022/04/07 06:30:40 UTC

[ANN] Apache Maven Artifact Plugin 3.3.0 Released

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

This plugins provides tools to manage artifacts tasks.

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

** Bug
    * [MARTIFACT-31] - wrong comparison results when buildinfo has been published to Central

** New Feature
    * [MARTIFACT-24] - add artifact:check-buildplan goal to check that plugins versions do not have known reproducibility issues


see also updated guide to Reproducible Builds https://maven.apache.org/guides/mini/guide-reproducible-builds.html

Enjoy,

-The Apache Maven team