// If export property set always save the file before sending it to artifactory
exportBuildInfo(build, getExportFile(acc));
client.sendBuildInfo(build);
}
} finally {
client.shutdown();
}
}
protected String getModuleName() {
Project project = getProject();