Manuel Ledesma wrote:
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.


I deleted my local repository and everything start working fine. Now after release:perfom runs successfully, i getting error while downloading the artifacts.

This is the exception i'm getting:
aused by: org.apache.maven.wagon.TransferFailedException: Error transferring file at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:99)
       at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:68)
at org.apache.maven.artifact.manager.DefaultWagonManager.verifyChecksum(DefaultWagonManager.java:520) at org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(DefaultWagonManager.java:380) at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:282) at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:244) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
       ... 22 more


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to