cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

Fails when using a config file that doesn't have a globals entry #29

Open RodMagnuson opened 10 years ago

RodMagnuson commented 10 years ago

[ERROR] Failed to execute goal com.cj.jshintmojo:jshint-maven-plugin:1.3.0:lint (default) on project framework.web: Execution default of goal com.cj.jshintmojo:jshint-maven-plugin:1.3.0:lint failed: No match found -> [Help 1]

If you add an empty globals, it works

"globals"        : {
},