in src/main/java/org/apache/sling/testing/paxexam/TestSupport.java [104:117]
protected ModifiableCompositeOption commonConfiguration() {
return composite(
failOnUnresolvedBundles(),
keepCaches(),
localMavenRepo(),
repository("https://repository.apache.org/snapshots/").id("apache-snapshots").allowSnapshots(),
systemProperty(WORKING_DIRECTORY_PROPERTY_KEY).value(workingDirectory()),
CoreOptions.workingDirectory(workingDirectory()),
paxTinybundles(),
backing(),
spifly(),
jacoco()
);
}