Hello,
I try to execute the mvn sonar:sonar
command on a machine where Maven is configured to have no access to external repositories (in reality, this is not exactly the case, but it helps me to explain my problem).
So currently, if I run this command, I get the following error:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.codehaus.mojo:sonar-maven-plugin' does not exist or no valid version could be found
I think it means that I have some incorrect metadata in my local repository, as I have a [local repo]\org\codehaus\mojo\sonar-maven-plugin\1.0-beta-1
directory (with the JAR inside, of course).
Have you any idea why my command is failing?
tech infos: Maven 2.2.1, Java 1.6, Sonar 2.1.2