Re: Permissions on apache.snapshots

2006-10-13 Thread Carlos Sanchez
It is more an issue with wagon while deploying, WAGON-19 On 10/13/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: Hi, I was unable to deploy a snapshot in /www/.../plugins/maven-install-plugin due to a permission denied. So, I created: * a copy of the maven-install-plugin dir to /www/.../plugin

Re: Permissions on apache.snapshots

2006-10-13 Thread Vincent Siveton
Should be "umask 0002" in ~/.profile You could also check wrong permissions on maven-snapshot-repository http://people.apache.org/maven-snapshot-repository/README Cheers, Vincent 2006/10/13, Stephane Nicoll <[EMAIL PROTECTED]>: How do we fix this? On 10/13/06, Vincent Siveton <[EMAIL PROTECT

Re: Permissions on apache.snapshots

2006-10-13 Thread Stephane Nicoll
How do we fix this? On 10/13/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: Hi, I was unable to deploy a snapshot in /www/.../plugins/maven-install-plugin due to a permission denied. So, I created: * a copy of the maven-install-plugin dir to /www/.../plugins/.maven-install-plugin.BAK * copy th

Permissions on apache.snapshots

2006-10-13 Thread Vincent Siveton
Hi, I was unable to deploy a snapshot in /www/.../plugins/maven-install-plugin due to a permission denied. So, I created: * a copy of the maven-install-plugin dir to /www/.../plugins/.maven-install-plugin.BAK * copy the content of this BAK to a new /www/.../plugins/maven-install-plugin * and fix