synchronized (AbstractNexusIntegrationTest.class) {
if (needsInit) {
log.info("Initializing");
// start per-IT plexus container
TestContainer.getInstance().startPlexusContainer(getClass(), new SecurityModule());
systemPropertiesBackup = System.getProperties();
final String useDebugFor = System.getProperty("it.nexus.log.level.use.debug");
if (!StringUtils.isEmpty(useDebugFor)) {