我想將Sonar集成到Eclipse中,我想查看遠程SonarQube服務器上的分析報告。我的Eclipse項目綁定到從SonarQube服務器Web界面(http://X.X.X.X:9000)手動創建的項目後,是否應該只從Eclipse中運行分析?或者我是否也應該將該項目複製到SonarQube服務器,然後運行sonar-runnar
bash命令來分析它?Eclipse Sonar報告不存在於SonarQube遠程服務器中
我在Linux中配置了SonarQube服務器。然後我將Sonarlint插件添加到Eclipse中,並將Eclipse中的項目與SonarQube服務器中的項目相鏈接。但是當我在Eclipse中運行分析時,在遠程SonarQube服務器上看不到任何報告。
有沒有辦法在遠程SonarQube服務器上看到Eclipse Sonarlint的報告?