Actually, the dist plugin use only the deploy plugin instead of use artifact
plugin. So, dist:deploy goal can't deploy on a ftp server, but only use ssh.

Emmanuel

----- Original Message ----- 
From: "Herve AGNOUX" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 06, 2004 11:22 AM
Subject: dist:deploy where and how ?


> Hi,
>
> I'm a newbee with maven.
>
> I'm trying to deploy my application to a server. "Deploy", I hope, means
copy
> the jars of my application in a FTP location, where my costumers can
obtain
> it. (and others things).
>
> In my build.properties I have :
>
> maven.username=me
> maven.repo.central=www.my-little-compagny.com
>
> But when I launch "maven dist:deploy", maven try to connect by FTP with
the
> name "[EMAIL PROTECTED]", not only "me" ; the FTP refuse the
> connexion. How can I say to maven "It's only me and not [EMAIL PROTECTED] ? "
>
>
>
> -- 
> SARL diaam informatique - 04 50 44 26 54
> Ingenierie, développements de systèmes d'information
> http://www.diaam-informatique.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to