The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 3.1.4
The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>3.1.4</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-deploy-plugin/download.cgi Release Notes - Maven Deploy Plugin - Version 3.1.4 https://github.com/apache/maven-deploy-plugin/releases/tag/maven-deploy-plugin-3.1.4 Enjoy, -The Apache Maven team