mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:05:48 +00:00
Update sonar-scanner.properties
This commit is contained in:
parent
5109430e2a
commit
149960dcc6
1 changed files with 10 additions and 2 deletions
|
@ -1,2 +1,10 @@
|
|||
sonar.projectKey=github-jenkins-sonar
|
||||
sonar.sources=/src
|
||||
# Required metadata
|
||||
sonar.projectKey=MyPetClinic_Soar_Scan_from_file
|
||||
sonar.projectName=a Maven project analyzed with the SonarQube
|
||||
sonar.projectVersion=1.0
|
||||
|
||||
# Comma-separated paths to directories with sources (required)
|
||||
sonar.sources=src/main/java, src/test/java
|
||||
|
||||
# Encoding of the source files
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
|
Loading…
Reference in a new issue