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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
