与 eclipse 集成 Sonar 插件
我正在尝试将 Sonar 插件与 Eclipse 项目一起使用,但是当我转到我的项目并尝试“与 Sonar 关联”时,它不起作用。它说 GroupID 为空。我到处寻找但没有找到答案。
I'm trying to use Sonar plugin with eclipse projects, but when I go to my project and try to "Associate with Sonar" it doesnt work. It says that GroupID is empty. I've searched everywhere and didnt find an answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否单击了“在服务器上查找”,如下所述:http://docs.codehaus。 org/display/SONAR/Sonar+Eclipse ?
如果声纳实例上有相同的项目,这通常对我有用。
仅当在服务器上找到该项目后,您才应单击“完成”。
Did you click "find on server" like described here: http://docs.codehaus.org/display/SONAR/Sonar+Eclipse ?
That usually worked for me if the same project is available at the sonar instance.
You should click finish only after the project was found on the server.
如果您的 Sonar 服务器需要身份验证,请确保在“Window / Preferences / Sonar”中输入凭据
否则,单击“在服务器上查找”将不会填写 GroupID/ArtifactID/Branch 字段。
If your Sonar server requires authentication, make sure that the credentials are entered in "Window / Preferences / Sonar"
Otherwise, clicking on "Find on server" will not fill-in the GroupID/ArtifactID/Branch fields.