You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-users@maven.apache.org by Steven Crosley <st...@mac.com> on 2007/08/10 19:24:06 UTC

Excluding all target directories in a release

Hi,

I'd like to exclude all of the target subdirectories and their  
contents when I run mvn scm:checkin.

In my project properties file I added:

maven.scm.src.excludes=target

But this doesn't seem to work.  Is there a wildcard that I need to  
add so that it ignores all directories with that name?

Thanks,
Steven