sbt/plugin/src/main/scala-2.10/coursier
Alexandre Archambault 9cc95c0433 Add project metadata and repositories in resolution cache in SBT plugin
Fixes some publish or publishSigned commands failing, for some
modules having the same dependencies as others (thus previously the same
cache key, so no resolution was done and no Ivy file was generated,
which made the publish or publishSigned command complains).
2016-03-06 19:39:15 +01:00
..
CoursierPlugin.scala Cache now only designated by a simple directory 2016-03-06 14:45:57 +01:00
FromSbt.scala Add support for custom URL protocols 2016-03-06 14:45:58 +01:00
InterProjectRepository.scala Have the plugin module be compiled by default too 2015-12-31 01:30:00 +01:00
Keys.scala Have the plugin module be compiled by default too 2015-12-31 01:30:00 +01:00
MakeIvyXml.scala More compact publications in generated ivy.xml 2016-02-20 15:56:33 +01:00
Structure.scala Have the plugin module be compiled by default too 2015-12-31 01:30:00 +01:00
Tasks.scala Add project metadata and repositories in resolution cache in SBT plugin 2016-03-06 19:39:15 +01:00
ToSbt.scala Add support for packaging attribute in POMs 2016-02-28 17:00:12 +01:00