The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.5.1

The Maven 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.5.1</version>
</plugin>

You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-invoker-plugin/download.html

Release Notes - Maven Invoker Plugin - Version 3.5.1

** Bug
    * [MINVOKER-328] - Plugin tries to install dependency to same path when
localRepositoryPath not set
    * [MINVOKER-330] - Allow relative path for mavenExecutable
    * [MINVOKER-333] - Artifact should be installed once

** Dependency upgrade
    * [MINVOKER-329] - Bump plexus-utils from 3.5.0 to 3.5.1
    * [MINVOKER-331] - Bump groovy-bom from 4.0.9 to 4.0.10
    * [MINVOKER-332] - Update plugins versions used in ITs

Enjoy,

-The Apache Maven team

Reply via email to