The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.4.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.
This plugin is particularly handy to perform integration tests for
other Maven plugins. The Invoker Plugin can be employed to run a set
of test projects that have been designed to assert certain features of
the plugin under test.

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.4.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.4.0

** Bug
    * [MINVOKER-306] - Bugfix for case if invoker.test parameter
contains only exclude-patterns


** New Feature
    * [MINVOKER-289] - Support for shared invoker's Update-Snapshots Flag

** Improvement
    * [MINVOKER-311] - Override reports directory in IT test


** Task
    * [MINVOKER-316] - Refresh plugins versions in IT tests

** Dependency upgrade
    * [MINVOKER-305] - Upgrade Groovy to 3.0.12
    * [MINVOKER-310] - Upgrade Parent to 37
    * [MINVOKER-312] - Upgrade Groovy to 4.x
    * [MINVOKER-315] - Upgrade Maven Reporting API to 3.1.1/Maven
Reporting Impl to 3.2.0

Enjoy,

-The Apache Maven team

Reply via email to