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-runner 以进行调试?
不仅是可能的,它实际上是运行声纳的“推荐”方式之一。在本地,我假设您希望在您的机器上同时拥有 Sonar 服务器和要分析的项目。安装 Sonar,使用 Maven 构建插件并将其复制到 sonar 插件目录,然后使用命令行启动运行程序,如此处和此处所述。