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

The Invoker Plugin is used to run a set of Maven projects. The plugin
can determine whether each project execution is successful and can
optionally 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.6.1</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.6.1

** Improvement
    * [MINVOKER-352] - Remove usage commons-lang3

** Task
    * [MINVOKER-355] - Update Groovy 4.0.18 to 4.0.20 to support jdk22
    * [MINVOKER-356] - Various dependencies update via dependabot see
release notes on github

Enjoy,

-The Apache Maven team

Reply via email to