On Wed, 23 Mar 2005, Craig S. Cottingham wrote:

According to the FTP message it seems your FTP server is configured not
to allow file overwrites (if this were a simple file permission issue,
the message would probably say 'Permission Denied').

This is most common when using anonymous ftp accounts. See the
manual of your flavor ftp server for how to allow
file overwrites.

For example, in ProFTPD:

<Directory /path/to/maven/repos>
        AllowOverwrite On
        <Limit MKD STOR>
                AllowAll
        </Limit>
</Directory>

Greetings,

        Kenney Westerhof

> On Mar 23, 2005, at 15:21, Roberto Castro wrote:
>
> > Hi, all, I've been facing a problem when Maven tries to deploy to
> > remote repository an artifact that already exists. I'm using Maven
> > 1.02 and here are the master project properties:
> >
> > [snip]
> >
> > The followind messages are part of Mavenlog:
> >     227 Entering Passive Mode (172,20,238,32,213,118).
> >     STOR ftpcetip-R1_0.pom
> >     550 ftpcetip-R1_0.pom: Overwrite permission denied
> >     Failed to deploy to: CTPREPO Reason: Error executing FTP command
> >     org.apache.maven.deploy.exceptions.TransferFailedException: Error
> > executing FTP command
>
> Check the file permissions on the artifact in the remote repository. It
> looks like the user you're using to deploy the artifact doesn't have
> the correct permissions to overwrite the file.
>
> --
> Craig S. Cottingham
> [EMAIL PROTECTED]
> OpenPGP key available from:
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7977F79C
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> ------------ Output from gpg ------------
> gpg: Signature made Wed 23 Mar 2005 10:33:07 PM CET using DSA key ID 7977F79C
> gpg: Good signature from "Craig S. Cottingham <[EMAIL PROTECTED]>"
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:          There is no indication that the signature belongs to the owner.
> gpg: Fingerprint: C73E 3D4E 2176 4E8B 4ABE  9B27 1092 D0DC 7977 F79C
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

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

Reply via email to