当前位置:  开发笔记 > 编程语言 > 正文

如何在SBT项目中列出活动插件?

如何解决《如何在SBT项目中列出活动插件?》经验,为你挑选了1个好方法。

如何查看项目中加载的SBT插件?tasks -V显示discoveredSbtPlugins任务存在,但是

> discoveredSbtPlugins
[success] Total time: 0 s, completed Dec 4, 2015 2:40:02 PM
> show discoveredSbtPlugins
[info] Compiling 1 Scala source to /home/aromanov/IdeaProjects/splinter/splinter-core/target/scala-2.11/classes...
[info] splinter-core/compile:discoveredSbtPlugins
[info]  sbt.PluginDiscovery$DiscoveredNames@37eda1fc
[info] splinter/compile:discoveredSbtPlugins
[info]  sbt.PluginDiscovery$DiscoveredNames@5225c413

不是特别有用.



1> Martin..:

尝试plugins在sbt控制台中输入内容.

> plugins
In file:/Users/martin/Desktop/sbt-memory/
sbt.plugins.IvyPlugin: enabled in sbt-memory
sbt.plugins.JvmPlugin: enabled in sbt-memory
sbt.plugins.CorePlugin: enabled in sbt-memory
sbt.plugins.JUnitXmlReportPlugin: enabled in sbt-memory

推荐阅读
农大军乐团_697
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有