Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法Sonar 5.1.1在仪表板 GUI 中完全运行分析?
Sonar 5.1.1
如果不是,否则运行它的步骤是什么?我似乎找不到指导您完成这些步骤的文档。
Sonar Server / Dashboard / GUI 只是用来显示数据,而不是收集数据(这篇旧博文解释了 sonar 架构)。
要收集数据,您可以将 maven、gradle、ant 或 sonar-runner 用于其他项目。指导您的文档在...声纳文档:) - 请参阅子页面,因为它们解释了如何配置我上面提到的技术的详细信息。
我建议你也阅读一下你可以传递的配置参数,因为文档对它们不是很清楚。