You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Hervé Boutemy <hb...@apache.org> on 2021/12/01 07:17:27 UTC

[ANN] Apache Maven Artifact Plugin 3.2.0 Released

The Maven team is pleased to announce the release of the Apache Maven Artifact 
Plugin, version 3.2.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.2.0</version>
</plugin>


Release Notes - Apache Maven Artifact Plugin - Version 3.2.0

Bug
* [MARTIFACT-26] karaf-maven-plugin cause buildinfo FileNotFoundException
* [MARTIFACT-23] StringIndexOutOfBoundsException with Java 16 on reproducible 
buildinfo
* [MARTIFACT-19] add quote to reference values in buildinfo.compare

Improvement
* [MARTIFACT-29] add support for pom generated by flatten-maven-plugin
* [MARTIFACT-28] warn if project.build.outputTimestamp has not been defined in 
reactor but in independent parent
* [MARTIFACT-27] warn if project.build.outputTimestamp property has not been 
set
* [MARTIFACT-25] add .pom to the output files being verified

New Feature
* [MARTIFACT-20] create artifact:compare goal (extracted from 
artifact:buildinfo)
* [MARTIFACT-17] add a fail fast option for multi-module

Task
* [MARTIFACT-22] display if current env does not match reference env
* [MARTIFACT-21] rename .buildinfo.compare file to .buildcompare


Enjoy,

-The Maven team




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org