You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Sylwester Lachiewicz <sl...@apache.org> on 2020/11/19 16:17:40 UTC

[ANN] Apache Maven Script Interpreter version 1.3 Released

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org