Я следил за указаниями по интеграции 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 [ИНФОРМАЦИЯ] ----------------------------------------------- -------------------------
Любая идея, что мне не хватает?