if you are on cygwin, it is a known bug in Cygwin when there is remote output. You need to change it to "rsync -az" (the latest site plugin code defaults to this).
- Brett On Mon, 28 Feb 2005 08:41:40 -0800 (PST), Oscar Picasso <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
