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

Reply via email to