JavaUtils.printToConsole("Loading configuration file...");
Document configurationXmlDocument = XmlUtils.loadXmlDocumentWithValidation(configurationFileName,
"deployer.rng");
DeployerSettings globalSettings = new DeployerSettings();
List<DeployerProject> projects = new ArrayList<DeployerProject>();
IndexInfo indeces = null;
List<String> postProcessCallUrls = new ArrayList<String>();
List<DeployerCommandInfo> postProcessCallCommands = new ArrayList<DeployerCommandInfo>();