Apache Maven Artifact Plugin 3.5.0 Released
Hervé Boutemy <[email protected]>
| Newsgroups | gmane.comp.apache.sling.devel,gmane.comp.version-control.subversion.user,gmane.comp.apache.maven.announce |
|---|---|
| Organization | Apache Software Foundation |
| Message-ID | <10347982.nUPlyArG6x__45375.673617103$1696230776$gmane$org@orchid> |
The Apache Maven team is pleased to announce the release of the Apache Maven
Artifact Plugin, version 3.5.0
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.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.5.0
** Bug
* [MARTIFACT-33] - confusion in aggregate comparison when 2 modules have
same artifactId
** New Feature
* [MARTIFACT-34] - detect ignored modules when nexus-staging-maven-plugin
skipNexusStagingDeployMojo=true
* [MARTIFACT-47] - add compare.fail parameter (true by default) to be able
to not fail the build
** Improvement
* [MARTIFACT-48] - rework exclude parameter
* [MARTIFACT-49] - Add support for Maven 4 build vs consumer pom
* [MARTIFACT-50] - add skipModules parameter
Enjoy,
-The Apache Maven team