.getResolvedModuleRevisionId());
Message.info("\tdelivering ivy file to " + publishedIvy);
String[] confs = ConfigurationUtils.replaceWildcards(options.getConfs(), md);
Set confsToRemove = new HashSet(Arrays.asList(md.getConfigurationsNames()));
confsToRemove.removeAll(Arrays.asList(confs));
try {
XmlModuleDescriptorUpdater.update(settings, ivyFileURL, new File(publishedIvy),
resolvedDependencies, options.getStatus(), revision, options.getPubdate(), null,
true, (String[]) confsToRemove.toArray(new String[confsToRemove.size()]));