IMPORTANT: Cache format changes; caches must to be dropped/rebuilt (if coming from pre-0.11.x release).
New feature: "true mirror" support. If using Mimir, by adding this line to session.properties:
mimir.session.mirrors=central(https://maven-central-eu.storage-download.googleapis.com/maven2/)
It will make Maven use Google Central Mirror URLs for "central" first, and fallback to "original" URL.
The property mimir.session.mirrors accepts comma separated values in form of repoID(spec, ...), so spec starts with repository ID and within (...) it accepts a comma separated values that can be in form of url or id::url or id::layout::url.
This property will make Maven for given "repoID" use URLs in order to resolve, and finally falling back to repository original URL. All these various URLs are treated as same repository, as regarding local repository and caching.
The fallback feature (use case when mirror did not yet have it, but origin did) was broken in 0.11.1.
What's Changed
Full Changelog: release-0.11.1...release-0.11.2