I think you want an extra level of wildcard on the end of that.
<exclude>src/main/resources/images/**/*</exclude> youhaodeyi wrote:
I use want to exclude all the directories and files under images directory: <exclude>src/main/resources/images/**</exclude> But it doesn't work. How can I use wildcard in this case?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
