VaultFileSystem jcrfs = Mounter.mount(null, filter, addr, "/definition", defNode.getSession());
exporter.setRelativePaths(true);
exporter.setRootPath("");
exporter.createDirectory(Constants.META_DIR + "/definition");
exporter.export(jcrfs.getRoot(), Constants.META_DIR + "/definition");
jcrfs.unmount();
} catch (Exception e) {
log.error("Error during post processing", e);
} finally {
try {
// revert removed properties