I am using maven and sonar maven plugin via bamboo build. Yesterday everything went well, today when I run analysis triggered by project merge I received the following info:
3-Nov-2021 08:41:07 | [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar (default-cli) on project xxx: Failed to upload report - HTTP code 405: |
---|
|23-Nov-2021 08:41:07|[ERROR] <head><title>405 Not Allowed</title></head>|
|23-Nov-2021 08:41:07|[ERROR] <body bgcolor=white>|
|23-Nov-2021 08:41:07|[ERROR] <center><h1>405 Not Allowed</h1></center>|
|23-Nov-2021 08:41:07|[ERROR] <hr><cen|
|23-Nov-2021 08:41:07|[ERROR] -> [Help 1|]
nothing has changed in my configuration, I’ve only added <sonar.skip>true(…) to multiple of projects.
Does anyone had the same issue?