mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
publishM2 never wrote maven-metadata-local.xml, which Maven uses to distinguish local installs from remote artifacts. Without it, Maven re-downloads remote SNAPSHOTs even when a local copy exists, making publishM2 effectively broken for SNAPSHOT workflows. Fixes #2053 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>