The problem turned out to be that I had to load my public keys onto my sourceforge account so that ssh could log onto shell.sourceforge.net without having to ask for my password.
After I did this, all worked well. David Quoting Yujin Kim <[EMAIL PROTECTED]>: > i had a similar issue when deploying over ssh. In my case, it was > hanging when maven was trying to remove the tar.gz file after > successful extraction. i realized that on the server the rm command > was aliased to 'rm -i' which caused the hang. i get rid of the alias, > > and everything worked fine for me. > you might be having a different issue though. > > On Apr 22, 2004, at 6:40 PM, David R Robison wrote: > > > Are there any tricks to deploying the generated web site onto > > sourceforge using > > the site:deploy goal? When I try it, I get to the site:sshdeploy goal, > > > the > > tar.gz file is created, then maven hangs and nothing further happens. > > > Any ideas? > > > > David Robison > > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
