You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by eg...@post.ch on 2003/11/24 11:17:58 UTC

Jar:deploy task

When running the jar:deploy task, maven hangs executing the "ssh -l
username hostname mkdir -p path" command.
This is in an w2k env with either cygwin ssh or ssh secure shell.

Is it necessery to specify the password somewhere or is maven supposed
to prompt for it?


Cheers,
simon

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


Re: Jar:deploy task

Posted by di...@multitask.com.au.
This is a known issue, you should use ssh-agent or pageant to allow the 
ssh to go through with no password specified at that time.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



<eg...@post.ch> wrote on 24/11/2003 09:17:58 PM:

> When running the jar:deploy task, maven hangs executing the "ssh -l
> username hostname mkdir -p path" command.
> This is in an w2k env with either cygwin ssh or ssh secure shell.
> 
> Is it necessery to specify the password somewhere or is maven supposed
> to prompt for it?
> 
> 
> Cheers,
> simon
> 
> ---------------------------------------------------------------------
> 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