Added support for Sonarqube maven plugin's sonar.branch parameter because current (1.2.2) implementation supports only default (no) branch which results in incorrect request for Sonarqube API polling when -Dsonar.branch parameter is used. This leads to polling timeout error.
Added support for Sonarqube maven plugin's sonar.branch parameter because current (1.2.2) implementation supports only default (no) branch which results in incorrect request for Sonarqube API polling when
-Dsonar.branch
parameter is used. This leads to polling timeout error.This change is