Hi, > - Shouldn't all tests be included in mvn test?
I think all tests should be included. Tests with loops (for example randomized tests, see http://en.wikipedia.org/wiki/Fuzz_testing) should run quickly by default (1 second or so), but should have a 'scale' option if you want to test stuff thoroughly. What about using the system property "jackrabbit.test.scale" (default 1 meaning run for 1 second). Regards, Thomas
