sgoertzen / sonar-break-maven-plugin

Fail your maven build if sonar detects issues with the code
MIT License
10 stars 15 forks source link

Added support for sonar branch parameter #39

Closed xco-sk closed 7 years ago

xco-sk commented 7 years ago

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 Reviewable

sgoertzen commented 7 years ago

Merged this in and pushed version 1.2.3 up to maven central. It should be available within a day or two.