I would like to add some JavaScript files in the src/main/javascript
folder of my Maven project. I want to be able to run them using the Nashorn JavaScript engine embedded in Java 8.
I want to run some tests that are in the src/test/javascript
against the source files.
Is it possible? Is there a plugin for that?