Closed voelzmo closed 11 years ago
When specifying a configFile parameter which is outside the project's path (e.g. ${basedir}/../some/where/else), the log statement in line 165 throws an NPE.
workaround if you cannot wait for the next version : create an empty file '.jshintrc' in the basedir. The mojo expect this file to be present.
thanks @voelzmo !
When specifying a configFile parameter which is outside the project's path (e.g. ${basedir}/../some/where/else), the log statement in line 165 throws an NPE.