cjdev2/jshint-mojo

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

Opened this issue · 0 comments

[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"        : {
},