handoverRemoteContentDownloadDirectory = createTempDirectory("handover-", ".download", baseDir);
Map<HasHandover, File> downloadedFilesToHandover = downloadRemoteContentToHandover(handoverRemoteContentDownloadDirectory);
try {
DeploymentData deploymentData = new DeploymentData(deploymentProps, baseDir, deployDir, allFiles,
allRawFilesToReplace, allArchives, allArchiveReplacePatterns, templateEngine, this.ignorePattern,
allArchivesExploded);
Deployer deployer = new Deployer(deploymentData);
DeployDifferences diffs = getProject().getDeployDifferences();