This modules validates basic Jackrabbit functionality in an OSGi environment.
The Jackrabbit modules under test are not picked up from the reactor build. Instead, they are read from the local repository and copied in a well-known location using the maven-assembly-plugin.
In order to test a change made in a different module, you would need to:
mvn install
in the changed modulemvn assembly:single
in this module