sbt/plugin/src/main/scala-2.10/coursier
Alexandre Archambault 796a428ca6 Better handling of info attributes
- Drop them from dependencies originating from Ivy metadata if asked to do so (dropInfoAttributes field of IvyRepository)
- Enable dropping them by default on ~/.ivy2/{cache,local}, and Ivy repositories in SBT plugin
- Add --drop-info-attr CLI option to enable dropping them from the command-line tools
- Test these with org.scala-js:sbt-scalajs;sbtVersion=0.13;scalaVersion=2.10:0.6.6
2016-02-04 15:03:42 +01:00
..
CoursierPlugin.scala Unify global caches (defaults to ~/.coursier/cache/v1) 2016-01-03 16:39:30 +01:00
FromSbt.scala Better handling of info attributes 2016-02-04 15:03:42 +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 Add excludes in Ivy XML generated by plugin 2016-01-05 21:08:33 +01:00
Structure.scala Have the plugin module be compiled by default too 2015-12-31 01:30:00 +01:00
Tasks.scala Slightly different indentation in output 2016-01-26 18:14:20 +01:00
ToSbt.scala Have the plugin module be compiled by default too 2015-12-31 01:30:00 +01:00