Martin Burger wrote on Friday, September 02, 2005 2:06 PM:

> Hello!
> 
> I want to deploy a jar to my remote repository. But the goal
> jar:deploy hangs. On the linux machine (Debian Sarge) there are some
> "zombie" / "defunct" processes. If I kill such a process, the goal
> continues until
> the next process hangs. The processes are "[mkdir] <defunct>" and
> "[chmod] <defunct>". 
> 
> Here's my configuration for the artifact plugin:
> 
> maven.repo.list=foorepo 
> maven.repo.foorepo=scpexe://host.some.where
> maven.repo.foorepo.username=auser
> maven.repo.foorepo.directory=/tmp
> maven.repo.foorepo.compress=true
> maven.repo.foorepo.ssh.executable=C:\\Programme\\Remote\\PuTTY\\plink.exe
> maven.repo.foorepo.ssh.args=-A -2 -ssh
> maven.repo.foorepo.scp.executable=C:\\Programme\\Remote\\PuTTY\\pscp.exe
> maven.repo.foorepo.scp.args=-2 
>
> Any ideas?

Well, yes. You execute Maven on Linux and expect it to respect DOS/Windows 
paths and executables. So what do you expect?

- Jörg

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

Reply via email to