Hi SonarQube team,
(I posted this on stackoverflow but thought that this group might be more appropriate)
After upgrading to 5.1.1, I start to have the following errors:
Could not find artifact org.codehaus.sonar:sonar-maven3-plugin:jar:5.1.1 in nexus-maven-central
Looks like the 5.1.1 artifacts haven't been deployed to Central: http://search.maven.org/#search|gav|1|g%3A%22org.codehaus.sonar%22%20AND%20a%3A%22sonar-maven3-plugin%22
Looks like an oversight. Could you fix this?
Thanks!
--
Guillaume
org.codehaus.mojo:sonar-maven-plugin:2.2:sonar
--Guillaume
Is it normal that I have to manually define it to 2.6? Otherwise, if I let the field blank it uses 2.0.
[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.1:sonar (default-cli) on project XXX: Can not execute SonarQube analysis: Plugin org.codehaus.sonar:sonar-maven3-plugin:5.1.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.sonar:sonar-maven3-plugin:jar:5.1.1: Failure to find org.codehaus.sonar:sonar-maven3-plugin:pom:5.1.1 in https://XXX/nexus/content/groups/XXX was cached in the local repository, resolution will not be reattempted until the update interval of XXX has elapsed or updates are forced -> [Help 1]
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/82b26458-0149-4c59-8f79-e9f850f2b134%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
<pluginManagement>
<plugins>
<!-- ... -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
<!-- ... -->
</plugins>
</pluginManagement>