protected Map<String, String> getPropsToAdd(PublishArtifactInfo artifact, String publicationName) {
if (defaultProps == null) {
defaultProps = Maps.newHashMap();
addProps(defaultProps, properties);
//Add the publisher properties
ArtifactoryClientConfiguration clientConf = getArtifactoryClientConfiguration();
defaultProps.putAll(clientConf.publisher.getMatrixParams());
}
Map<String, String> propsToAdd = Maps.newHashMap(defaultProps);
//Apply artifact-specific props from the artifact specs