Hi,
I've been using site:deploy with success to send my generated website to a
server.
The plugin always asks me this:
The authenticity of host 'hostname' can't be established.
RSA key fingerprint is 83:7c:87:14:56:bb:4a:46:02:e8:56:dd:c8:5c:34:22.
Are you sure you want to continue connecting? (yes/no):
I answer 'yes' and everything works fine.
Unfortunately, when I specify the goal site:deploy in the release plugin config, I
get the following same message, but without possibility to answer. The plugin gets
stuck and waits forever.
My pom distributionManagement is:
<distributionManagement>
<site>
<id>hostname</id>
<url>scp://hostname/var/www/...... </url>
</site>
</distributionManagement>
I have the following config in my server.xml file:
<server>
<id>hostname</id>
<username>seb</username>
<configuration>
<sshExecutable>plink</sshExecutable>
<scpExecutable>pscp</scpExecutable>
<!--sshArgs>other arguments you may need</sshArgs> -->
</configuration>
</server>
Does anybody know how to be able to answer 'yes' to that question? Or just to get rid
of it?
Thanks,
Sebastien
--
Sebastien Pennec
[EMAIL PROTECTED]
LOGBack: the generic, reliable, fast and flexible logging library for Java.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]