mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Commented out the branch specifier since it isn't really needed by default, at least not for master.
This commit is contained in:
parent
1d066df8a3
commit
8b2320973d
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue