Apache Maven
Apache Maven Dependency Plugin Version 3.5.0 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Dependecy Plugin, version 3.5.0.
The dependency plugin provides the capability to manipulate artifacts. It can copy and/or unpack artifacts from local or remote repositories to a specified location.
https://maven.apache.org/plugins/maven-dependency-plugin/
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-dependency-plugin</artifactId>
4 <version>3.5.0</version>
5</plugin>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/plugins/maven-dependency-plugin/download.cgi
Release Notes - Maven Dependency Plugin - Version 3.5.0
-
Improvement
- MDEP-831 - Remove not used dependencies / Replace parts
-
Task
- MDEP-841 - Explicitly start and end tables with Doxia Sinks in report renderers
-
Dependency upgrade
- MDEP-837 - Upgrade Parent to 38
Enjoy,
-The Apache Maven team
Posted at 09:58PM Jan 11, 2023
by khmarbaise in Plugin Release |
|