Re: dist:deploy where and how ?

2004-03-08 Thread Emmanuel Venisse
- Original Message - From: Herve AGNOUX [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Monday, March 08, 2004 8:30 AM Subject: Re: dist:deploy where and how ? Le Samedi 06 Mars 2004 22:39, Emmanuel Venisse a écrit : Perhaps with this properties

Re: dist:deploy where and how ?

2004-03-08 Thread Herve AGNOUX
Le Lundi 08 Mars 2004 09:13, Emmanuel Venisse a écrit : It's not nessary to define -l and server address. This parameters are added by plugin. Ok, but the result is always the same ; the property : maven.ssh.executable=/usr/bin/ssh -p xxx gives : [echo] Moving

Re: dist:deploy where and how ?

2004-03-08 Thread Emmanuel Venisse
Users List [EMAIL PROTECTED] Sent: Monday, March 08, 2004 9:41 AM Subject: Re: dist:deploy where and how ? Le Lundi 08 Mars 2004 09:13, Emmanuel Venisse a écrit : It's not nessary to define -l and server address. This parameters are added by plugin. Ok, but the result is always the same

Re: dist:deploy where and how ?

2004-03-08 Thread Emmanuel Venisse
] To: Maven Users List [EMAIL PROTECTED] Sent: Monday, March 08, 2004 9:41 AM Subject: Re: dist:deploy where and how ? Le Lundi 08 Mars 2004 09:13, Emmanuel Venisse a écrit : It's not nessary to define -l and server address. This parameters are added by plugin. Ok

Re: dist:deploy where and how ?

2004-03-08 Thread Herve AGNOUX
Le Lundi 08 Mars 2004 11:51, Emmanuel Venisse a écrit : I updated the deploy plugin. for support maven.ssh.args and maven.scp.args properties Could you test it? I'm sorry, I understand nothing. I have downloaded the plugin from http://maven.apache.org/reference/plugins/deploy/, but I

Re: dist:deploy where and how ?

2004-03-08 Thread Incze Lajos
On Mon, Mar 08, 2004 at 09:47:13PM +0100, Herve AGNOUX wrote: Le Lundi 08 Mars 2004 11:51, Emmanuel Venisse a écrit : I updated the deploy plugin. for support maven.ssh.args and maven.scp.args properties Could you test it? I'm sorry, I understand nothing. I have downloaded the plugin

Re: dist:deploy where and how ?

2004-03-07 Thread Herve AGNOUX
Le Samedi 06 Mars 2004 22:39, Emmanuel Venisse a écrit : Perhaps with this properties : maven.scp.executable=scp -P port maven.ssh.executable=ssh -p port Unfortunately, I say to maven : maven.ssh.executable=/usr/bin/ssh -l me -p port www.my-little-compagny.com And maven answers me :

dist:deploy where and how ?

2004-03-06 Thread Herve AGNOUX
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