updateLocalBundleMetadata(project.getArtifact(), update);
update.writeRepositoryXml();
} catch (Exception e) {
log.warn("Exception while updating ACR : " + e.getLocalizedMessage(), e);
}
} else {
getLog().info("No output ACR specified and local ACR update disabled or incorrect (enable with -DoutputAcr)," +