This lets people deploy, but the actual deployed files aren't viewable unless you manually chmod to 755. Is there a way to set the deploy file permissions as well?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Tuesday, December 27, 2005 3:38 PM To: dev@mojo.codehaus.org Subject: [mojo-dev] Wrong permissions in repository There are directories not writeable in the repository, preventing the deployment of new snapshots Please login in beaver.codehas.org and run find /home/projects/maven/repository-staging/snapshots/maven2 -user <your_username> -type d | xargs chmod 755 And to prevent the problem next times add to your settings.xml <directoryPermissions>775</directoryPermissions> under <server> Regards