It requires the installation of ssh. On windows, you can get cygwin, or with some property changes you can use putty.
http://maven.apache.org/reference/plugins/site/properties.html I notice you seem to have got this working and later get asked for a password from another email. You will need to use an SSH agent and private key auth, as ssh is run in batch mode. Sourceforge has some good documentation on this for their site: https://sourceforge.net/docman/display_doc.php?docid=6841&group_id=1 Regards, Brett On Wed, 24 Nov 2004 12:32:46 -0700, Chris Huisman <[EMAIL PROTECTED]> wrote: > I'm having problems deploying my generated site to the server. I get > the following error: > > BUILD FAILED > File...... C:\Documents and > Settings\chuisman\.maven\cache\maven-site-plugin-1.5 > .2\plugin.jelly > Element... exec > Line...... 137 > Column.... 56 > Execute failed: java.io.IOException: CreateProcess: ssh -l username > server "mkdir -p /home/httpd/QS/projects/projectname" error=2 > Total time: 38 seconds > Finished at: Wed Nov 24 12:03:25 MST 2004 > > Does the maven site plugin come with ssh? Is that the problem here? > > Thanks, > > Chris. > > --------------------------------------------------------------------- > 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]
