I'm using scpexe and my private key is at my ${home}/.m2/settings.xml, Maven
is able deploy without prompting for password but if I tried the
release:perform it just hangs at "The authenticity of host
'www.whatever.com' can't be established", it looks like is not using scpexe
to release the jars. The same problem happens if I using scp of sftp to
deploy the artifacts. The release version I'm using is 2.0-beta-4. 
 
I Googled the problem, the solution I found was that I need to create the
.ssh directory to avoid the msg, but it did not work for me. I can ssh, scp
to the system without problem. But release perform does not work for me,
either scp or sftp. Could be really helpful if I can use scp or sftp, they
seems to be faster than scpexe.

 

Reply via email to