I added the extra level of wildcard, but it the files under images directory are copied into the jar file too. It seems that this doesn't work.
dchicks wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/How-to-use-wildcard-to-match-all-the-sub-directories-and-files--tp20112204p20112718.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
