I had the same problem. Its needs to be documented.
(I 'd love to document it decently if a Maven developer aggrees to review
and add it)
It's hanging on the ssh command.

First get an ssh client. (For winblows get Cygwin with OpenSSH)
Make sure you have a private key (generate one with openssh and upload the
public key)
Then do (in Cygwin):
ssh-agent bash
ssh-add ~/.ssh/<privateKeyFile>
cd /cygdrive/d/projects/created/apps/networktools
maven site:sshdeploy

Also make sure your project.xml is correct.
If your using SourceForge, just copy from http://networktools.sf.net 's
project.xml
-- 
With kind regards,
Geoffrey

"Raphael Philipe Mendes da Silva" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
  Hi, I need some help for using the sshdeploy goal of the site plugin. It
isn't working. When i try to do a sshdeploy the process seens to stop, i
wait a lot and nothing
happens. Have some settings that i have to do?

Someone can helpme?
Here is a peace of the debug log
    [tar] Building tar:
S:\rsilva_components\components\parameters\implementacao\src\target\paramete
rs-1.3.1-site.tar
    [gzip] Building:
S:\rsilva_components\components\parameters\implementacao\src\target\paramete
rs-1.3.1-site.tar.gz
    [delete] Deleting:
S:\rsilva_components\components\parameters\implementacao\src\target\paramete
rs-1.3.1-site.tar
    [exec] [VERBOSE] Current OS is Windows 2000
    [exec] [VERBOSE] Executing 'ssh' with arguments:
'-l'
'compdsb'
'hermes'
'mkdir -p /home/compdsb/www/html/sites/techcomponents/parameters/'

The ' characters around the executable and arguments are
not part of the command.

    [exec] [DEBUG] Execute:Java13CommandLauncher: Executing 'ssh' with
arguments:
'-l'
'compdsb'
'hermes'
'mkdir -p /home/compdsb/www/html/sites/techcomponents/parameters/'

The ' characters around the executable and arguments are
not part of the command.




Raphael Philipe Mendes da Silva
DSB - Diretoria de Soluções em Billing
CPqD Telecom & IT Solutions
Tel.: +55 19 3705-6957
www.cpqd.com.br
[EMAIL PROTECTED]




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

Reply via email to