Apache Maven Artifact Plugin 3.5.2 Released
Hervé Boutemy <[email protected]>
| Newsgroups | gmane.comp.apache.maven.announce,gmane.comp.apache.user,gmane.comp.apache.community.devel |
|---|---|
| Message-ID | <[email protected]> |
The Apache Maven team is pleased to announce the release of the Apache Maven Artifact Plugin, version 3.5.2
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>Z3.5.2version>
</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.2
** Bug
* [MARTIFACT-65] - artifact:compare marked threadsafe, but it is not
* [MARTIFACT-67] - build pom *-build.pom not checked when run with Maven 4
** New Feature
* [MARTIFACT-73] - add describe-build-output experimental goal
** Improvement
* [MARTIFACT-60] - artifact:3.5.0:check-buildplan is too chatty by default
* [MARTIFACT-63] - rework plugin-issues.apt generation
* [MARTIFACT-64] - add -Ddiagnose and hints for Git commit timestamp support
* [MARTIFACT-71] - don't WARN if timestamp property is inherited but only INFO
** Task
* [MARTIFACT-62] - Drop deprecated things, replace them with current ones
* [MARTIFACT-66] - Upgrade maven resolver version 1.9.18 to 1.9.20
* [MARTIFACT-69] - add takari-lifecycle-plugin to the list of plugins with issues
* [MARTIFACT-70] - jetty-jspc-maven-plugin is build reproducible since 11.0.0
** Dependency upgrade
* [MARTIFACT-72] - Upgrade parent POM to version 43, require Maven 3.6.3+
Enjoy,
-The Apache Maven team