我正在和声纳一起运行maven.因为出于安全目的我在声纳上激活了身份验证,从那时起我收到以下错误:
[ERROR] Can´t access to Sonar or project doesn't exist on Sonar instance. HTTP KO to http://localhost:9000/api/resources?resource=com.myproject.soft:soft&depth=0&format=xml
java.io.IOException: Can´t access to Sonar or project doesn't exist on Sonar instance.
at org.sonar.report.pdf.util.SonarAccess.getUrlAsDocument(SonarAccess.java:132)
at org.sonar.report.pdf.entity.Project.initializeProject(Project.java:98)
根据http://docs.sonarqube.org/display/SONAR/Analyzing+with+Maven我应该使用以下参数:
-Dsonar.login=login -Dsonar.password=password
这些设置对我不起作用.
我正在使用的完整命令是:
mvn install sonar:sonar -Dsonar.login=login -Dsonar.password=password
最佳答案 这是Klicap开发的
PDF Report Plugin的限制:
http://jira.codehaus.org/browse/SONARPLUGINS-1510
如果你删除这个插件,那么一切都应该恢复正常.