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
