私はソナーで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