Commented out the branch specifier since it isn't really needed by default, at least not for master.

This commit is contained in:
Chris Jones 2017-04-17 10:40:26 -05:00
parent 1d066df8a3
commit 8b2320973d

View file

@ -31,7 +31,9 @@
<sonar.host.url>http://sonarqube.kcura.corp/</sonar.host.url> <sonar.host.url>http://sonarqube.kcura.corp/</sonar.host.url>
<sonar.junit.reportsPath>target/surefire-reports</sonar.junit.reportsPath> <sonar.junit.reportsPath>target/surefire-reports</sonar.junit.reportsPath>
<!--
<sonar.branch>master</sonar.branch> <sonar.branch>master</sonar.branch>
-->
<sonar.sources>src/main/java,src/main/less,src/main/resources,src/main/wro</sonar.sources> <sonar.sources>src/main/java,src/main/less,src/main/resources,src/main/wro</sonar.sources>
<sonar.sourceEncoding>UTF-8</sonar.sourceEncoding> <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
</properties> </properties>