Apache Maven Artifact Plugin Version 3.3.0 Released

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

The Artifact Plugin is used to manage artifacts tasks.

You should specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.apache.maven.plugins</groupId>
3  <artifactId>maven-artifact-plugin</artifactId>
4  <version>3.3.0</version>
5</plugin>

Release Notes - Maven Artifact Plugin - Version 3.3.0

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

Enjoy,

-The Apache Maven team