The Apache Maven team is pleased to announce the first release of the Apache 
Maven Scripting Plugin, version 3.0.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.0.0</version>
</plugin>

Enjoy,

-The Apache Maven team

Reply via email to