Hi All,
I needed a plugin to run JavaScript scripts and I ran into
script-maven-plugin. It looks that id does most of what I need, but I
would need to extend it anyway to allow the evaluation of more than
one script. Looking at the documentation and code, I noticed, it seems
a bit outdated and supports BSF 2.x only.
In the JDK 1.6, JSR223 is implemented and provides already the Rhino
JavaScript engine implementation. I was therefore wondering if it
makes sense at all to develop a script-maven-plugin 2.0 that supports
JSR223 and drops support for BSF (who wants to use BSF engines can
keep using 1.0-SNAPSHOT). I would develop such version and contribute
it to the project if Tomasz is fine with it. The alternative is to
develop a separate plugin, but it would be a pity to fragment this
simple mojo.

What do you think?

Stefano

-- 
Ste

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

Reply via email to