mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
Added sonar-project.properties file so that a Jenkins SonarQube plugin can access the required properties.
This commit is contained in:
parent
76429ba6be
commit
fdad3493be
1 changed files with 16 additions and 0 deletions
16
sonar-project.properties
Normal file
16
sonar-project.properties
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Required metadata
|
||||||
|
sonar.projectKey=spring-petclinic
|
||||||
|
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
|
||||||
|
|
||||||
|
# Language
|
||||||
|
#sonar.language=java
|
||||||
|
|
||||||
|
# Encoding of the source files
|
||||||
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
|
# other stuff
|
||||||
|
sonar.host.url=http://sonarqube.kcura.corp/
|
Loading…
Reference in a new issue