a group permission issue on beaver prevented me from deploying a plugin today. That's the second time in 24 hours.
- what cause the reasons? wrong umask? If so what do you use? 0002 ? - can't this be 'fixed' using a cron tab? Something like (to be adapted): find /home/projects/maven/repository-staging/snapshots/maven2/org/codehaus/mojo/ ! -perm -660 | xargs chmod ug+rw find /home/projects/maven/repository-staging/snapshots/maven2/org/codehaus/mojo/ ! -gid 8000 | xargs chgrp mojo J
