The Apache Maven team is pleased to announce the release of the Apache
Maven Script Interpreter version 1.5

This component provides some utilities to interpret/execute some scripts
for various implementations: Groovy or BeanShell.

https://maven.apache.org/shared/maven-script-interpreter/

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

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-script-interpreter</artifactId>
  <version>1.5</version>
</dependency>

You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-script-interpreter/download.cgi

Release Notes - Maven Shared Components - Version
maven-script-interpreter-1.5

** New Feature
    * [MSHARED-1359] - Allow reuse the same classloader for multiple script
executions

** Improvement
    * [MSHARED-1368] - Operation on System out, err streams should be
synchronized.

** Task
    * [MSHARED-1371] - Refresh download page
    * [MSHARED-1378] - Cleanup of test code

** Dependency upgrade
    * [MSHARED-1350] - Upgrade parent POM to version 41
    * [MSHARED-1369] - Bump org.apache.groovy:groovy from 4.0.6 to 4.0.20
    * [MSHARED-1370] - Bump commons-io:commons-io from 2.11.0 to 2.16.0

Enjoy,

-The Apache Maven team

Reply via email to