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=targetBut 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