[ANN] Release Apache Maven Scripting Plugin version 3.1.0 Released

Sylwester Lachiewicz <[email protected]> Sun, 28 Dec 2025 18:23:38 +0100
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CAJG7DX2y2G483r46-ETQssY9zsaBO7wxPOKP8LLmJ_FCdd_JMg@mail.gmail.com>
The Apache Maven team is pleased to announce the release of the Apache
Maven Scripting Plugin, version 3.1.0

The Maven Scripting Plugin wraps the Scripting API according to
JSR223.  Add the scripting engines as dependencies of this plugin on
its use.

https://maven.apache.org/plugins/maven-scripting-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-scripting-plugin</artifactId>
  <version>3.1.0</version>
</plugin>

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

https://maven.apache.org/plugins/maven-scripting-plugin/download.cgi

Release Notes - Maven Scripting Plugin - Version 3.1.0

https://github.com/apache/maven-scripting-plugin/releases/tag/maven-scripting-plugin-3.1.0

Enjoy,

-The Apache Maven team