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

It is impossible to pick up <configFile> from classpath #44

Open kkarandin opened 10 years ago

kkarandin commented 10 years ago

In our application we have a separate maven project where we store all configs for static analysis tools. This separate project is picked up by maven as extension. JsHint maven plugin doesn't pick up configFile from this project.