}
Map<String, String> propsToAdd = Maps.newHashMap(defaultProps);
//Apply artifact-specific props from the artifact specs
Project project = getProject();
ArtifactSpec spec =
ArtifactSpec.builder().configuration(publicationName)
.group(project.getGroup().toString())
.name(project.getName()).version(project.getVersion().toString())
.classifier(artifact.getClassifier())
.type(artifact.getType()).build();