When I try to add the following exclude: <exclude>${jshint.js.location}/libs/_.min.js</exclude> or <exclude>${jshint.js.location}/libs/_</exclude> The wildcard does not work and it pulls in the file(s).
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).