You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Robert Scholte <rf...@apache.org> on 2021/03/02 07:29:10 UTC

[ANN] Apache Maven Scripting Plugin 3.0.0 Released

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

Re: [ANN] Apache Maven Scripting Plugin 3.0.0 Released

Posted by Claude Brisson <cl...@renegat.net.INVALID>.
Hi.

FYI, several links seem dead from the index page: usage, faq, 
mailing-lists...

Also, the jsr223-script-engines only lists groovy, while there are 
plenty others out there. Is it because the plugin only supports this 
specific one?

On 21-03-02 08 h 29, Robert Scholte wrote:
> 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
>

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