Hi,

Not sure this is a maven specific question.

When I do:
$ maven site:publish

I get:
...
    [echo] Executing rsync on stage server to publish to live server
    [echo] executable: ssh
and it hangs.

I can do direct deployments without problem to both the stage and publish
sites. 

I tried the -X option and get:
    [exec] [DEBUG] Execute:Java13CommandLauncher: Executing 'ssh' with
arguments:
'<stage-username>@<stage-host>'
'rsync  -avz <stage-directory>/*
<deploy-username>@<deploy-host>:<deploy-directory>

I have verified the syntax and parameters of the command and all seems OK.

I have also tried to execute the command directly from the shell and it hangs
too.

Any idea?


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Sports - Sign up for Fantasy Baseball. 
http://baseball.fantasysports.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to