Updates:
Status: Accepted
Comment #1 on issue 1311 by [email protected]: SSHLibrary: Tests freeze
when using RF 2.7.x and Maven
http://code.google.com/p/robotframework/issues/detail?id=1311
How have you configured the ssh library and the jar to your pom?
I have managed to replicate this, when I add the trilead jar to
<extraPathDirectory>.
However if I set the trilled jar to a system dependency, everything works
on also the latest robot versions:
<dependencies>
<dependency>
<groupId>this.does.not.matter</groupId>
<artifactId>ThisAlsoIsIgnored</artifactId>
<version>42</version>
<scope>system</scope>
<systemPath>${basedir}/trilead-ssh2-build213.jar</systemPath>
</dependency>
</dependencies>