Hi, As described in JCR-1203, I'm modifying the test suite in jackrabbit-core.
As of revision 591280 all test cases have been moved from the normal Maven test phase to the pre-integration-test and integration-test phases. I'm planning to move real unit tests (i.e. tests that don't require the entire repository to be instantiated) back to the normal test phase, but as of now running "mvn package" will run no tests as only "mvn install" (or something similar) will cuase the integration test suite to run. BR, Jukka Zitting
