You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nikolay Volnov <ni...@db.com> on 2009/03/30 11:09:00 UTC

POM 'org.apache.maven.plugins:maven-checkstyle-plugin' no t found in repository: Unable to download the artifact from any repository

Hi,

I'm trying to set up Sonar for our project.

(http://docs.codehaus.org/display/SONAR/Collect+data#Collectdata-NonMavenprojects(sonarlightmode))

Currently, I have the following ERROR and I couldn't find the solution. May be somebody can advise what's wrong.

I use Maven 2.0.10.

mvn org.codehaus.sonar:sonar-maven-plugin:1.7:sonar

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building My Project
[INFO]    task-segment: [org.codehaus.sonar:sonar-maven-plugin:1.7:sonar] (aggre
gator-style)
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/xerces/xercesImpl/2.0.2/xercesImpl-2.
0.2.pom
[INFO] [sonar:sonar]
[INFO] ------------------------------------------------------------------------
[INFO] Building My Project
[INFO]    task-segment: [org.codehaus.sonar:sonar-core-maven-plugin:1.7:dependen
cies]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/xerces/xercesImpl/2.0.2/xercesImpl-2.
0.2.pom
[INFO] [sonar-core:dependencies]
[INFO] ------------------------------------------------------------------------
[INFO] Building My Project
[INFO]    task-segment: [org.codehaus.sonar:sonar-core-maven-plugin:1.7:prepare]

[INFO] ------------------------------------------------------------------------
Downloading: http://dbmosws2169.ru.com:9000/deploy/maven/xerces/xercesImpl/2.
0.2/xercesImpl-2.0.2.pom
Downloading: http://repo1.maven.org/maven2/xerces/xercesImpl/2.0.2/xercesImpl-2.
0.2.pom
[INFO] [sonar-core:prepare]
[INFO] org.sonar.maven.ProfileProvider Selected quality profile : Sonar way, lan
guage=java
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-checks
tyle-plugin/2.2/maven-checkstyle-plugin-2.2.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-checks
tyle-plugin/2.2/maven-checkstyle-plugin-2.2.pom
Downloading: http://dbmosws2169.ru.com:9000/deploy/maven/org/apache/maven/plu
gins/maven-checkstyle-plugin/2.2/maven-checkstyle-plugin-2.2.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot execute the command org.apache.maven.plugins:maven-checkstyle-plug
in::checkstyle

Embedded error: Unable to build project for plugin 'org.apache.maven.plugins:mav
en-checkstyle-plugin': POM 'org.apache.maven.plugins:maven-checkstyle-plugin' no
t found in repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-checkstyle-plugin:pom:2.2

from the specified remote repositories:
  sonar (http://dbmosws2169.ru.com:9000/deploy/maven),
  central (http://repo1.maven.org/maven2)

 for project org.apache.maven.plugins:maven-checkstyle-plugin
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 19 seconds
[INFO] Finished at: Mon Mar 30 13:01:36 MSD 2009
[INFO] Final Memory: 6M/18M
[INFO] ------------------------------------------------------------------------
-- 
View this message in context: http://n2.nabble.com/POM-%27org.apache.maven.plugins%3Amaven-checkstyle-plugin%27-no-t-found-in-repository%3A-Unable-to-download-the-artifact-from-any-repository-tp2556257p2556257.html
Sent from the maven users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org