从sbt的文档中,我看到sbt中有3个范围轴:
对于project
和task
,我可以使用命令:
projects
tasks
查看项目的列表。
但如何看到这些配置?
答案 0 :(得分:4)
它是ivyConfigurations
。
> help ivyConfigurations
The defined configurations for dependency management. This may be different
from the configurations for Project settings.
> ivyConfigurations
[info] List(compile, runtime, test, provided, optional, compile-internal,
runtime-internal, test-internal, plugin, sources, docs, pom, scala-tool)