Re: filePermissions ignored during site-deploy with SCP

2009-08-05 Thread Lukas Theussl
There is a guide for testing snapshots here [1], but your problem seems related to archiva, you should get better help on the corresponding list. -Lukas [1] http://maven.apache.org/guides/development/guide-testing-development-plugins.html JeremieB wrote: Hi and thanks for reply, I'm

Re: filePermissions ignored during site-deploy with SCP

2009-08-05 Thread JeremieB
this message in context: http://www.nabble.com/filePermissions-ignored-during-site-deploy-with-SCP-tp24804640p24823841.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

filePermissions ignored during site-deploy with SCP

2009-08-04 Thread JeremieB
for help, Jeremie -- View this message in context: http://www.nabble.com/filePermissions-ignored-during-site-deploy-with-SCP-tp24804640p24804640.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: filePermissions ignored during site-deploy with SCP

2009-08-04 Thread Lukas Theussl
The permission settings in server are not used anymore since maven 2.1 [1]. The chmod command is optional and configurable in the current site-plugin-2.1-SNAPSHOT [2], you can test it eg like chmodModeg+w,a+rX/chmodMode chmodOptions-Rf/chmodOptions Note however that there are some pitholes

Re: filePermissions ignored during site-deploy with SCP

2009-08-04 Thread JeremieB
that there are some pitholes [3]. HTH, -Lukas [1] http://jira.codehaus.org/browse/MNG-3600 [2] http://jira.codehaus.org/browse/MSITE-141 [3] http://jira.codehaus.org/browse/MSITE-330 -- View this message in context: http://www.nabble.com/filePermissions-ignored-during-site-deploy-with-SCP