Some convenient testing tools for people working with Maven and Eclipse. There is a tool for location directories relative to Maven/Eclipse project directories as well as a convenient wrapper for Jetty to "emulate" backend servers.
Binaries can be download from http://repo1.maven.org/maven2/com/jolira/testing-tools/
Jolirium is available from the Central Maven Repository and all the mirrors using the following dependency:
<dependencies>
<dependency>
<groupId>com.jolira</groupId>
<artifactId>testing-tools</artifactId>
<version>1.2.7</version>
</dependency>
</dependencies>
Take a look at src/test/java
.