The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 3.7.0
The Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project execution. 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.7.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.7.0 ** Bug * [MINVOKER-335] - Symlinks from source project are copied as file * [MINVOKER-336] - .mvn/extensions.xml from main project is used in it projects run * [MINVOKER-337] - Plugin depends on plexus-container-default, which is EOL * [MINVOKER-348] - Build job report is truncated * [MINVOKER-351] - Prevent XML-prohibited characters from entering JUnit report ** New Feature * [MINVOKER-365] - Allow to pre-build script to set user properties ** Improvement * [MINVOKER-284] - Upgrade JUnit to version 5, drop maven-compat * [MINVOKER-307] - invoker should also support the @{ } syntax like the surefire plugin * [MINVOKER-364] - Rename invoker.systemPropertiesFile to invoker.userPropertiesFile * [MINVOKER-366] - Require Maven 3.6.3 ** Task * [MINVOKER-362] - Use properties from parent for plugins versions in ITs ** Dependency upgrade * [MINVOKER-358] - Upgrade Parent to 42 * [MINVOKER-359] - Bump org.apache.groovy:groovy-bom from 4.0.20 to 4.0.21 * [MINVOKER-360] - Bump commons-io:commons-io from 2.16.0 to 2.16.1 * [MINVOKER-361] - Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 * [MINVOKER-363] - Bump org.apache.maven.shared:maven-script-interpreter from 1.4 to 1.6 * [MINVOKER-367] - Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0 Enjoy, -The Apache Maven team