According to the error log[1], maven is trying to copy a zip file (cotaining the site) to /www. That dir is owned by root so that explains the problem there. The weird thing is why does it works when i run it using maven from the command line? In that case I get ...
Using private key: /export/home/mrmaven/.m2/identity scpexe://minotaur.apache.org/www/myfaces.apache.org/myfaces.apache.org - Session: Opened Uploading: ./wagon35227.zip to scpexe://minotaur.apache.org/www/myfaces.apache.org/myfaces.apache.org ########################################################################################################################################################################################################################################################################################################################################################################################################################### Transfer finished. 1683029 bytes copied in 6.238 seconds scpexe://minotaur.apache.org/www/myfaces.apache.org/myfaces.apache.org - Session: Disconnecting scpexe://minotaur.apache.org/www/myfaces.apache.org/myfaces.apache.org - Session: Disconnected [INFO] ---------------------------------------------------------------------------- [INFO] BUILD SUCCESSFUL [INFO] ---------------------------------------------------------------------------- [INFO] Total time: 14 seconds [INFO] Finished at: Sat Feb 11 19:42:31 GMT+00:00 2006 [INFO] Final Memory: 9M/330M [INFO] ------------------------------------------------------------------------- Well I have had enough maven for today. I will look into it more tomorrow. Sean [1] http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuild&buildId=443&id=92 On 2/11/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > If you force a build of site-deploy (MyFaces Site) maven complains > about a permissions issue. Yet if you run mvn site-deploy (as > mrmaven) it works no problem. Any ideas? > > Sean >
