So hit send on accident...

Pointed to their exes like so:
<servers>
        <server>
        <id>r0210112</id>
        <username>maven</username>
        <password>j...@v@d0c</password>
        <filePermissions>644</filePermissions>
        <directoryPermissions>755</directoryPermissions>
        <configuration>
                <sshExecutable>C:\putty\plink</sshExecutable>
                <scpExecutable>C:\putty\pscp</scpExecutable>
        </configuration>
</server>


This is the correct path, this is the exact same path im using in my .bats that 
are working...

Chris


-----Original Message-----
From: Meeusen, Christopher W. 
Sent: Monday, July 26, 2010 9:17 AM
To: Maven Users List
Subject: RE: mvn site:deploy error

Well I'm on a windows 7 box, so AFAIK ssh isn't built into windows.  You have 
to use a took like Plink or PSCP to get the maven-site-plugin to deploy to a 
webserver.  I downloaded PLINK and and PSCP and pointed to their executables 
like so:


-----Original Message-----
From: users-return-112896-meeusen.christopher=mayo....@maven.apache.org 
[mailto:users-return-112896-meeusen.christopher=mayo....@maven.apache.org] On 
Behalf Of Wayne Fay
Sent: Monday, July 26, 2010 9:12 AM
To: Maven Users List
Subject: Re: mvn site:deploy error

> org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy
> (default-deploy) on project wsaxisM: Error deploying artifact: Error 
> executing command for transfer: Exit code 1 - 'ssh' is not recognized 
> as an internal or external command, operable program or batch file.

Hopefully you realized by now that this means m-deploy-p cannot find ssh 
installed on the box, right? Fix your path.

Wayne

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

Reply via email to