The Apache Maven team is pleased to announce the release of the Apache Maven Script Interpreter version 1.7
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.7</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 version 1.7 https://github.com/apache/maven-script-interpreter/releases/tag/maven-script-interpreter-1.7 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
