does any documentation reference that? should be maven.ssh.args
http://maven.apache.org/reference/plugins/site/properties.html It should be noted we don't really intend to support ssh v1 in future. If your server supports ssh2, I suggest using that. It just means you need a different key (rsa or dsa, not rsa1). - Brett On Mon, 15 Nov 2004 12:42:27 -0500, Jason Roscoe <[EMAIL PROTECTED]> wrote: > > I added this to my build.properties file: > > maven.ssh.options=-1 > > > > -----Original Message----- > From: J�rg Schaible [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 9:48 AM > To: Maven Users List; [EMAIL PROTECTED] > Subject: RE: maven and ssh > > Jason Roscoe wrote on Monday, November 15, 2004 3:24 PM: > > > Ok, I changed the siteDirectory and ran my maven -X > > site:deploy. I logged on to the server and the directory > > "testIfCreated" was not created. > > OK, missing the obvious: > > > [exec] [VERBOSE] Executing 'ssh' with arguments: > > '-l' > > 'prgjr1' > > 'xxx.xxx.xxx.xxx' > > 'mkdir -p /opt/IBMHttpServer/htdocs/html/' > > This should be: > > [exec] [VERBOSE] Executing 'ssh' with arguments: > '-1' > '-l' > 'prgjr1' > 'xxx.xxx.xxx.xxx' > 'mkdir -p /opt/IBMHttpServer/htdocs/html/' > > So, how did you define the -1 (= one) option for Maven ? > > - J�rg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Disclaimer: This e-mail message is intended only for the personal use of > the recipient(s) named above. If you are not an intended recipient, you > may not review, copy or distribute this message. If you have received this > communication in error, please notify us immediately by e-mail and delete > the original message. > This e-mail expresses views only of the sender, which are not to be > attributed to Rite Aid Corporation and may not be copied or distributed > without this statement. > > --------------------------------------------------------------------- > 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]
