mirror of https://github.com/sbt/sbt.git
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")
|
||
|---|---|---|
| .. | ||
| src | ||
| ArtifactName.scala | ||
| ComponentManager.scala | ||
| ConvertResolver.scala | ||
| CustomXmlParser.scala | ||
| Ivy.scala | ||
| IvyActions.scala | ||
| IvyCache.scala | ||
| IvyConfigurations.scala | ||
| IvyInterface.scala | ||
| IvyLogger.scala | ||
| IvyRetrieve.scala | ||
| IvyScala.scala | ||
| MakePom.scala | ||
| NOTICE | ||
| ProjectResolver.scala | ||