1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
| dev@machine:~/path/to/project$ mvn sonar:sonar
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'sonar'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Metafront
[INFO] task-segment: [sonar:sonar] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [sonar:sonar {execution: default-cli}]
[INFO] Sonar host: http://localhost:8080/sonar
[INFO] Sonar version: 2.1.2
Downloading: http://[[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
[INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository sonar (http://localhost:8080/sonar/deploy/maven)
Downloading: http://[[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
[INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository central (http://repo1.maven.org/maven2)
Downloading: http://[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
[INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository sonar (http://localhost:8080/sonar/deploy/maven)
Downloading: http://[[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
[INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Can not execute Sonar
Embedded error: Unable to build project for plugin 'org.codehaus.sonar.runtime:sonar-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:20100531104729
from the specified remote repositories:
nexus (http://[[local_repositories]]/nexus/content/groups/public)
for project org.codehaus.sonar.runtime:sonar-core-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Mon May 31 17:28:27 CEST 2010
[INFO] Final Memory: 3M/67M
[INFO] ------------------------------------------------------------------------ |
Partager