Well, IMHO, maven.repo.foorepo.ssh.executable and
maven.repo.foorepo.scp.executable seem like they have to be Windows
executables, since the jar has to be deployed from Windows to Linux...
--- Jörg Schaible <Joerg.Schaible@Elsag-Solutions.com> a écrit :
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
___________________________________________________________________________
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
Téléchargez cette version sur http://fr.messenger.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|