SonarQube Version: 6.7.6 (build 38781)
sonar-maven-plugin:3.3.0.603 or 3.6.0.1398
When I run command: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar -Dsonar.host.url=http://10.2.75.191:9000
I got error below:
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.3.0.603:sonar (default-cli) on project wireless: Unable to execute SonarQube:
Fail to get bootstrap index from server: Status returned by url [http://10.2.75.191:9000/batch/index] is not valid: [404] -> [Help 1]
I visit url “http://10.2.75.191:9000/batch/index” in my browser, it return : sonar-scanner-engine-shaded-6.7.6.jar|78f8863715234a6d19ee37780ea4a059
But When I run command :mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar -Dsonar.host.url=http://10.2.75.191:9000 ,It’s work fine . I need use sonar-maven-plugin new version to analyze kotlin’s coverage, What did I do wrong?