sonarqube

Sonar complaining "SonarQube analysis is already in progress"


I'm trying to run Sonar analysis via Maven, but it continually complains:

[ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.7.1:sonar (default-cli) on project mio-commons: Another SonarQube analysis is already in progress for this project -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

There is no analysis for this project in progress, and I've even tried deleting the project itself from Sonar. Any ideas what the issue might be?


Solution

  • I solved it, I guess, deleting ${basedir}/.sonar folder.