Apache Maven Invoker Plugin 3.10.1 Released
Slawomir Jaranowski <[email protected]> Tue, 5 May 2026 23:23:50 +0200
| Newsgroups | gmane.comp.version-control.subversion.user,gmane.comp.apache.shiro.devel,gmane.comp.apache.maven.announce |
|---|---|
| Message-ID | <CAGjJkv0jVMUiP2wuLKfFXJM3iT=H-0xWSyemwQrXjskcuDQwZQ__20225.3979908832$1778016267$gmane$org@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker Plugin, version 3.10.1 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.10.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.10.1 https://github.com/apache/maven-invoker-plugin/releases/tag/maven-invoker-plugin-3.10.1 Enjoy, -The Apache Maven team