Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 77259 invoked from network); 11 Jan 2005 19:35:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jan 2005 19:35:47 -0000 Received: (qmail 16139 invoked by uid 500); 11 Jan 2005 19:35:44 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 16109 invoked by uid 500); 11 Jan 2005 19:35:43 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 16096 invoked by uid 99); 11 Jan 2005 19:35:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of brett.porter@gmail.com designates 64.233.184.203 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 11 Jan 2005 11:35:43 -0800 Received: by wproxy.gmail.com with SMTP id 37so72829wra for ; Tue, 11 Jan 2005 11:35:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=f/vhfcyerIMQIFQVg988XjbfJJOGN+n+mrwl2doMySJjB9QfwGkT9X0DogJSi4C1ddIXtEQ3rax+n0kb4rmt3pYXIYyr9b5HwFPKNCMKeSkb3+KdmO87OENUn5ES4AXO/oJIEtAOMTozBHMuk4xx9MQ+1q8quBbBXNZ/jbXku3c= Received: by 10.54.3.29 with SMTP id 29mr76110wrc; Tue, 11 Jan 2005 11:35:41 -0800 (PST) Received: by 10.54.42.9 with HTTP; Tue, 11 Jan 2005 11:35:41 -0800 (PST) Message-ID: <9e3862d805011111355ff5f0ab@mail.gmail.com> Date: Wed, 12 Jan 2005 06:35:41 +1100 From: Brett Porter Reply-To: Brett Porter To: Maven Users List Subject: Re: jar:deploy via ftp In-Reply-To: <41E41EB5.5000805@taylor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41E41EB5.5000805@taylor.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N While maven.remote.group should be picked up, that's a legacy setting. Does it work if you use maven.repo.X.group=...? (where X matches the other settings for that repo) - Brett On Tue, 11 Jan 2005 11:45:09 -0700, Chris Huisman wrote: > Hello, > > I am trying to get my artifacts deployed to a central repository using > jar:deploy and ftp. The problem I am encountering is that I get the > following: > > 257 "/home/devel/repository/hotdog" created > SITE CHGRP null hotdog > 500 Unknown SITE command. > SITE CHMOD g+w hotdog > 200 SITE CHMOD command ok. > CWD hotdog > 550 Failed to change directory. > Failed to deploy to: R3 Reason: Error executing FTP command > > I looked into the artifact plugin and it attempts to change the group > and then change the group permissions to write but the command does not > seem to work. What am I doing wrong? I have a maven.remote.group > parameter set, but artifact doesn't seem to be able to see it. > > thanks, > > c. > > --------------------------------------------------------------------- > 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