The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 3.1.2
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.2</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.2 ** Improvement * [MDEPLOY-313] - Upgrade maven-plugin parent to 41 * [MDEPLOY-314] - Include artifactId in messages of DeployMojo#processProject ** Dependency upgrade * [MDEPLOY-316] - Update parent to 42, up prerequisite to 3.6.3 Have fun, -The Apache Maven team