sbt/ivy
Indrajit Raychaudhuri bd8d1c0698 Support for simple exclusion rules in inline dependencies
This support excluding a library from the dependency tree for a given
set of `ExclusionRule`s. There are two ways to achieve this:

- Using `organization` and `name` pairs:
val dep = "org" % "name" % "version" exclude("commons-codec", "commons-codec") exclude("org.slf4j", "slf4j-log4j")

- Using `ExclusionRule`:
val dep = "org" % "name" % "version" excludeAll(ExclusionRule("commons-codec", "commons-codec"), ExclusionRule("org.slf4j", "slf4j-log4j"))
2011-09-10 04:32:47 +05:30
..
src locking of boot directory can be disabled by with [boot].lock: true in boot.properties 2011-05-19 22:04:05 -04:00
ComponentManager.scala remove code obsolete after 0.7.1 2011-06-10 08:08:51 -04:00
ConflictWarning.scala minor improvements to conflict message. closes #132 2011-08-23 19:51:50 -04:00
ConvertResolver.scala more on #155 2011-08-23 19:51:50 -04:00
Credentials.scala Remove some deprecations and redundant code 2011-08-05 13:30:04 +05:30
CustomPomParser.scala maven-compatible plugin dependency system 2011-07-27 19:50:59 -04:00
CustomXmlParser.scala more 2.8 updates, launcher compiles and runs with 2.8 2010-06-15 20:38:18 -04:00
DependencyBuilders.scala reorganize main 2011-04-08 19:15:13 -04:00
DependencyFilter.scala warn when there is an sbt version conflict. fixes #80 2011-07-08 21:54:59 -04:00
Ivy.scala Support for simple exclusion rules in inline dependencies 2011-09-10 04:32:47 +05:30
IvyActions.scala Honor <exclusions/> in <dependency/> when available 2011-09-06 17:29:42 +05:30
IvyCache.scala support checksum generation and checking, enable by default 2011-04-15 18:25:54 -04:00
IvyConfigurations.scala move to 2.9.1 (RC3), bump to 0.11.0-SNAPSHOT 2011-08-16 17:32:26 -04:00
IvyInterface.scala Support for simple exclusion rules in inline dependencies 2011-09-10 04:32:47 +05:30
IvyLogger.scala drop problem summary for update-seems entirely redundant 2011-07-23 23:07:54 -04:00
IvyRetrieve.scala maven-compatible plugin dependency system 2011-07-27 19:50:59 -04:00
IvyScala.scala Support for simple exclusion rules in inline dependencies 2011-09-10 04:32:47 +05:30
MakePom.scala Honor <exclusions/> in <dependency/> when available 2011-09-06 17:29:42 +05:30
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00
ProjectResolver.scala fixes issue with inter-project resolution when project delegates are defined 2011-06-18 20:17:50 -04:00
StringUtilities.scala reorganize main 2011-04-08 19:15:13 -04:00
UpdateReport.scala use configurations for modules for update-classifiers. fixes #104 2011-07-31 22:17:50 -04:00