The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 4.0.0-beta-2
This plugin is used during the install phase to add artifact(s) to the local repository. https://maven.apache.org/plugins/maven-install-plugin-4.x/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>4.0.0-beta-2</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-install-plugin-4.x/download.cgi Release Notes - Maven Install Plugin - Version 4.0.0-beta-2 https://github.com/apache/maven-install-plugin/releases/tag/maven-install-plugin-4.0.0-beta-2 Enjoy, -The Apache Maven team