You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chris Huisman <ch...@taylor.com> on 2004/11/24 20:32:46 UTC

site:deploy

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: site:deploy

Posted by Brett Porter <br...@gmail.com>.
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 <ch...@taylor.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org