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 <chuisman@taylor.com> 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
|