From users-return-28400-apmail-maven-users-archive=maven.apache.org@maven.apache.org Fri Sep 02 12:43:02 2005 Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 6658 invoked from network); 2 Sep 2005 12:43:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 12:43:01 -0000 Received: (qmail 58218 invoked by uid 500); 2 Sep 2005 12:42:56 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 58199 invoked by uid 500); 2 Sep 2005 12:42:56 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 58184 invoked by uid 99); 2 Sep 2005 12:42:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2005 05:42:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [134.98.65.18] (HELO gateway.elsag.de) (134.98.65.18) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 Sep 2005 05:43:09 -0700 Received: from vwall.elsag.de by gateway.elsag.de via smtpd (for asf.osuosl.org [140.211.166.49]) with ESMTP; Fri, 2 Sep 2005 14:42:52 +0200 Received: from esmail by esmail via smtpd (for vwall.elsag.de [192.168.100.108]) with ESMTP; Fri, 2 Sep 2005 14:42:51 +0200 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MIMEOLE: Produced By Microsoft Exchange V6.0.6249.0 Subject: RE: maven jar:deploy hangs - zombie processes (mkdir and chmod) Date: Fri, 2 Sep 2005 14:42:51 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: maven jar:deploy hangs - zombie processes (mkdir and chmod) Thread-index: AcWvtpp/YQReRUjlQzetsimICQr2vAABRCMQ From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Martin Burger wrote on Friday, September 02, 2005 2:06 PM: > Hello! >=20 > 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] " and > "[chmod] ".=20 >=20 > Here's my configuration for the artifact plugin: >=20 > maven.repo.list=3Dfoorepo=20 > maven.repo.foorepo=3Dscpexe://host.some.where > maven.repo.foorepo.username=3Dauser > maven.repo.foorepo.directory=3D/tmp > maven.repo.foorepo.compress=3Dtrue > = maven.repo.foorepo.ssh.executable=3DC:\\Programme\\Remote\\PuTTY\\plink.e= xe > maven.repo.foorepo.ssh.args=3D-A -2 -ssh > = maven.repo.foorepo.scp.executable=3DC:\\Programme\\Remote\\PuTTY\\pscp.ex= e > maven.repo.foorepo.scp.args=3D-2=20 > > 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=F6rg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org