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

Wildcard for Excludes #49

Open rehanmurtaza opened 10 years ago

rehanmurtaza commented 10 years ago

When I try to add the following exclude:

${jshint.js.location}/libs/_.min.js

or

${jshint.js.location}/libs/_

The wildcard does not work and it pulls in the file(s).