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]

Reply via email to