sbt/ivy
Mark Harrah 4e55503d64 retrieve to build, update-classifiers action
set retrieve := true to have dependencies retrieved to the build
the location is by default shared by all projects in a build
  (<built-root>/lib_managed/), but can be per-project
update-classifiers and update-sbt-classifiers retrieves artifacts with classifiers
  for project dependencies and for sbt, respectively
The default setting is classifiers := Seq("javadoc", "sources")
2011-03-15 22:12:59 -04:00
..
src fix tests, discovery 2010-10-06 08:24:13 -04:00
ArtifactName.scala include Scala version to artifact names to match expected names for publishing 2011-02-21 10:22:39 -05:00
ComponentManager.scala rework ConsoleLogger 2010-09-04 08:24:26 -04:00
ConvertResolver.scala more consistent configuration of the Ivy user directory 2011-03-12 10:28:53 -05:00
CustomXmlParser.scala more 2.8 updates, launcher compiles and runs with 2.8 2010-06-15 20:38:18 -04:00
Ivy.scala retrieve to build, update-classifiers action 2011-03-15 22:12:59 -04:00
IvyActions.scala retrieve to build, update-classifiers action 2011-03-15 22:12:59 -04:00
IvyCache.scala more consistent configuration of the Ivy user directory 2011-03-12 10:28:53 -05:00
IvyConfigurations.scala implement %% 2011-02-14 18:57:54 -05:00
IvyInterface.scala retrieve to build, update-classifiers action 2011-03-15 22:12:59 -04:00
IvyLogger.scala rework ConsoleLogger 2010-09-04 08:24:26 -04:00
IvyRetrieve.scala retrieve to build, update-classifiers action 2011-03-15 22:12:59 -04:00
IvyScala.scala only filter Scala artifacts of type 'jar' 2010-09-12 23:14:55 -04:00
MakePom.scala always use 'jar' as packaging type if there is an artifact with a 'jar' type 2011-01-04 11:10:31 -05:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00
ProjectResolver.scala fix ProjectResolver to properly ignore artifacts 2011-02-08 20:32:11 -05:00