mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Fixed sonar.sources property to try and avoid a problem with sonar scanner.
This commit is contained in:
parent
fdad3493be
commit
83a907e416
2 changed files with 3 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -33,8 +33,8 @@
|
|||
<sonar.junit.reportsPath>target/surefire-reports</sonar.junit.reportsPath>
|
||||
<!--
|
||||
<sonar.branch>master</sonar.branch>
|
||||
-->
|
||||
<sonar.sources>src/main/java,src/main/less,src/main/resources,src/main/wro</sonar.sources>
|
||||
-->
|
||||
<sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@ sonar.projectName=Spring Pet Clinic
|
|||
sonar.projectVersion=1.4.2
|
||||
|
||||
# Comma-separated paths to directories with sources (required)
|
||||
sonar.sources=src/main/java,src/less,src/main/resources,src/main/wro
|
||||
#sonar.sources=src/main/java,src/main/less,src/main/resources,src/main/wro
|
||||
sonar.sources=src/main
|
||||
|
||||
# Language
|
||||
#sonar.language=java
|
||||
|
|
Loading…
Reference in a new issue