You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ricardo Gladwell <ri...@btinternet.com> on 2004/05/24 16:47:39 UTC

WinXP and SSH Deploy

Hi All,

I'm having some problems deploying my site with maven over ssh on Windows 
(XP). I've downloaded PuTTY and set the correct properties in my 
${user.home}\build.properties:

maven.site.ssh.executable=plink.exe
maven.site.ssh.args=-pw password

However, when I execute maven site:deploy it gets as far as generating the 
site and then stalls, as though expecting input. When I examine the 
processes I see that maven hasn't executed plink.exe, but cygwin ssh.exe!

Anyone have any ideas?

-- 
Ricardo Gladwell

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: WinXP and SSH Deploy

Posted by Arnaud Heritier <ah...@apache.org>.
It works for me.

I added the Putty directory to my path and setted my properties with :

maven.ssh.executable		= plink
maven.scp.executable		= pscp

I use an ssh2 key generated with puttygen.
I launch the pagent and I created a session to my remote SSH account.

I can detail a little bit more if you want.

Arnaud

> -----Message d'origine-----
> De : Ricardo Gladwell [mailto:ricardo.gladwell@btinternet.com]
> Envoyé : lundi 24 mai 2004 16:48
> À : Maven Users List
> Objet : WinXP and SSH Deploy
> 
> Hi All,
> 
> I'm having some problems deploying my site with maven over ssh on Windows
> (XP). I've downloaded PuTTY and set the correct properties in my
> ${user.home}\build.properties:
> 
> maven.site.ssh.executable=plink.exe
> maven.site.ssh.args=-pw password
> 
> However, when I execute maven site:deploy it gets as far as generating the
> site and then stalls, as though expecting input. When I examine the
> processes I see that maven hasn't executed plink.exe, but cygwin ssh.exe!
> 
> Anyone have any ideas?
> 
> --
> Ricardo Gladwell
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org