protected String getModuleName() {
Project project = getProject();
//Take into account the archivesBaseName if applied to the project by the Java plugin
if (project.hasProperty(ARCHIVES_BASE_NAME)) {
return project.property(ARCHIVES_BASE_NAME).toString();
}
return project.getName();
}
protected File getExportFile(ArtifactoryClientConfiguration clientConf) {