Maven JSTools Plugin News
Brought to you by:
mbatsis
Besides JSDoc and JSLint support, this version features a new JavascriptDependencyFilter (along with documentation/howto), a Servlet Filter that loads Javascript files or other static resources from the runtime classpath and uses them to build an HTTP response. Web applications can, for example, include JS dependencies in their Maven POM and the filter will resolve those at runtime, cache them and produce the appropriate HTTP response.
Enjoy!