for every new deployed snapshot, you will need to change mode to 755 as well. ;(
-D
On 12/27/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
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