The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 3.9.0
https://maven.apache.org/plugins/maven-invoker-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> <version>3.9.0</version> </plugin> You can download the appropriate sources etc. from the download page: https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi Release Notes - Maven Invoker Plugin - Version 3.9.0 ** New Feature * [MINVOKER-374] - Ability to skip project collection ** Tasks * [MINVOKER-375] - Bump org.apache.groovy:groovy-bom from 4.0.23 to 4.0.24 * [MINVOKER-376] - Bump commons-io:commons-io from 2.17.0 to 2.18.0 Enjoy, -The Apache Maven team