Re: maven-assembly-plugin fileset excludes

2009-07-27 Thread Ryan Connolly
I just struggled with this very thing yesterday... Adding a trailing slash to the directory name did the trick for me. Example: **/somedir/ On 7/27/09, Jason Chaffee wrote: > I am not able to exclude directories for some reason. I have several > directories that are identified with .temp and I

maven-assembly-plugin fileset excludes

2009-07-26 Thread Jason Chaffee
I am not able to exclude directories for some reason. I have several directories that are identified with .temp and I have particular directory config that I would like to exclude them as follows: ${project.build.directory}/ux ./ **/*.template **/config