Hmm. Which plugin? the permissions all look right to me. jerome lacoste wrote: > 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 >
We can go down that path, however the real solution isn't far off: http://jira.codehaus.org/browse/HAUS-1058 - Brett