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

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.3</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 - Apache Maven Script Interpreter - 1.3

** Improvement
    * [MSHARED-828] - Require Java 7
    * [MSHARED-879] - make build Reproducible
    * [MSHARED-906] - Add GitHub Action to confirm build PR
    * [MSHARED-907] - Output build log from script to maven mojo log
    * [MSHARED-910] - Redundant option failOnException
    * [MSHARED-911] - Replace AntClassLoader by RootLoader
    * [MSHARED-914] - Detailed message from failed script evaluation
shouldn't be propagated
    * [MSHARED-917] - Remove dependency to plexus-component-annotations
    * [MSHARED-939] - Remove Apache Ivy from dependency

** Task
    * [MSHARED-960] - document how to use Grapes in a Groovy script

Enjoy,

-The Apache Maven team

Reply via email to