Apache Maven Artifact Plugin Version 3.3.0 Released

1 · Karl Heinz Marbaise · April 7, 2022, 6:06 p.m.
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 2 3 4 5 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-artifact-plugin</artifactId> <version>3.3.0</version> </plugin> Release Notes – Maven Artifact Plugin – Version 3.3.0 Release Notes – Maven Artifact Plugin – Version 3.3.0 Bug...