私はSonarをMavenと統合するための指示に従いました-settings.xmlを変更して、次の場所にソナーリポジトリを含めました:
http:// localhost:9000 / deploy / maven
次の場所でreadme.txtファイルを表示できることを確認しました。
http://localhost:9000/deploy/maven/README.txt
しかし、実行sonar:sonar
すると、次のメッセージが表示され続けます。
[INFO] [sonar:sonar]
[INFO] Sonar host: http: //localhost:9000
[INFO] Sonar version: 1.7
Downloading: http: //localhost:9000/deploy/maven/org/codehaus/sonar/runtime/sonar
-core-maven-plugin/20090803213910/sonar-core-maven-plugin-20090803213910.pom
Downloading: http: //<MY SERVER URL>:8081/nexus/content/groups/public/org/codehaus/
sonar/runtime/sonar-core-maven-plugin/20090803213910/sonar-core-maven-plugin-200
90803213910.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Can not execute Sonar
Embedded error: Unable to build project for plugin 'org.codehaus.sonar.runtime:s
onar-core-maven-plugin': POM 'org.codehaus.sonar.runtime:sonar-core-maven-plugin
' not found in repository: Unable to download the artifact from any repository
org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20090803213910
指定されたリモートリポジトリから:
ソナー(http:// localhost:9000 / deploy / maven)、
nexus(http://:8081 / nexus / content / groups / public)、
プロジェクトorg.codehaus.sonar.runtime:sonar-core-maven-plugin[情報]------------------------------ ------------------------------------------
私が欠けているものはありますか?