This seems like a pretty common problem, but I haven\'t found any sort of consensus on the best method, so I\'m posing the question here.
I\'m working on a command-l
I use the classpath option and adjust the classpath per environment in Jetty. In the jetty-maven-plugin you can set a directory for testclasses and have your testresources located there.
For non-local environments (test / production) I use an environment flag and send the appropriate files to the $JETTY_HOME/resources folder (which is built into Jetty's classpath)