Hi, I figured out why the Hudson build was failing with jcr2spi. The build command "mvn clean install site:stage" caused tests to run twice, and the second test run would fail due to incorrect test content. I changed the build command to "mvn clean install" and everything seems to work fine.
I'll set up a separate Jackrabbit-site build, that builds all the Maven reports and deploys them somewhere we can point our browsers to. BR, Jukka Zitting
