sbt/librarymanagement
Martin Duhem bd082a562b Check that default artifact exists when trying to retrieve it.
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.
2016-05-06 07:08:33 +02:00
..
src Check that default artifact exists when trying to retrieve it. 2016-05-06 07:08:33 +02:00
NOTICE Add build.sbt 2015-08-19 03:56:08 -04:00