sbt/lm-coursier
Ali Rashid 3b097cc3cc
[2.x] fix: Fixes publishing platform-specific artifacts (like Scala Native)
**Problem**
Platform suffix is absent in published artifacts.
#9118 partially solved this. It didn't touch publish-side naming though, so the published files still drop the suffix in three places.

**Solution**
This fixes
- ivyless publication names - CoursierArtifactsTasks.coursierPublicationsTask
- ivyless POM <artifactId> (the coordinate written inside the .pom) - PomGenerator.crossVersionDep
- Ivy backend (useIvy := true) - CrossVersion.substituteCross via IvyActions
2026-06-03 21:07:02 -04:00
..
definitions/src/main/scala/lmcoursier [2.x] fix: Preserve configuration visibility in ivy.xml when publishing with coursier (#8988) 2026-03-29 00:37:00 -04:00
metadata@95874ca5bd Move metadata to lm-coursier/metadata 2024-10-09 09:44:42 +02:00
src [2.x] fix: Fixes publishing platform-specific artifacts (like Scala Native) 2026-06-03 21:07:02 -04:00
NOTICE Add NOTICE and headerLicense 2024-10-11 14:32:32 +02:00