mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 19:16:16 +02:00
When concatenating the artifacts coming from two modules, we sometimes attempted to create a default artifact from the organization and name of the module. However, this may fail because a module a % b "1.0" may not have an artifact named "b.jar" (see sbt/sbt#2431). Fixes sbt/sbt#2431.