maven-deploy-plugin

Connecting maven with putty

I'm having issues using putty with the mvn-deploy-plugin. I execute: mvn deploy This is what my settings.xml look like: <server> <id>website</id> <username>user</username> <!--<privateKey>c:\putty\id_rsa</privateKey> --> <configuration> <sshExecutable>c:\putty\plink</sshExecutable> <scpExecutable>c:\putty\pscp</scpExec...