final String propertiesFileName =
calcFileName(propertiesOutputFile, "build.properties");
if (createPropertiesReport)
{
settingsDecrypter =
securityDispatcher != null ? new SettingsDecrypter(
securityDispatcher, settingsSecurityLocation) : null;
final PropertyOutputFileMapper mapperProperties =
new PropertyOutputFileMapper(project, propertyOutputFileMapping,
propertiesFileName);