We are using sonarqube community version for our static code analysis using Azure DevOps. By default SonarQube perform analysis only in master branch.
But we want to do analysis for development/features through SonarQube. In Azure DevOps we change default branch to development, but it still looks for master branch.
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar (default-cli) on project microservice-base: Validation of project reactor failed:
[ERROR] o To use the property “sonar.branch.name”, the branch plugin is required but not installed.
Please let me know how to proceed with it.