1-Visitor
September 4, 2016
Solved
Issue when deploying the "Weather Applications with Raspberry Pi tutorial" using mvn deploy
- September 4, 2016
- 3 replies
- 2920 views
I am unable to deploy the jar on my raspberrypi using the "mvn deploy" command. I am getting error:
[ERROR] Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:1.0-beta-5:upload-single (upload-to-pi) on project temperature-thing: Unable to cr
eate a Wagon instance for scp://pi@raspberrypi/home/pi: Cannot connect. Reason: Algorithm negotiation fail -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:wagon-maven-plugin:1.0-beta-5:upload-single (upload-t
o-pi) on project temperature-thing: Unable to create a Wagon instance for scp://pi@raspberrypi/home/pi
Can someone please suggest what might be wrong?
Thx/Debanjan

