jslint4java
jslint4java copied to clipboard
A Java wrapper around Doug Crockford's marvellous jslint tool.
Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.0.16 to 3.0.24. Commits fd36d8b [maven-release-plugin] prepare release plexus-utils-3.0.24 33a2853 o Updated to guard against directory traversal issues. f933e5e o Updated to remove '<!--' and '-->' from...
Hi @happygiraffe , I've been able to upgrade to java 8 as well as upgrading multiple libraries. There's more to do: - fix deprecations - upgrade `jcommander` further - attempt...
Hope this is all okay.
When doing several maven runs, processing several JS files that haven't been modified is quite slow. With this fork, setting the optional parameter checkFileModificationTimes=true means that maven will skip checking...