mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update sonar properties for java
This commit is contained in:
parent
199c85911e
commit
72f5f26533
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@ sonar.projectName=petclinic.java
|
||||||
sonar.projectVersion=1.0
|
sonar.projectVersion=1.0
|
||||||
|
|
||||||
# Path is relative to the sonar-project.properties file
|
# Path is relative to the sonar-project.properties file
|
||||||
sonar.sources=src/main/java
|
sonar.java.sources=src/main/java
|
||||||
|
|
||||||
# path to project binaries, for example directory of Java bytecode
|
# path to project binaries, for example directory of Java bytecode
|
||||||
sonar.binaries=target/classes
|
sonar.java.binaries=target/classes
|
||||||
|
|
||||||
# sonar.tests and sonar.junit.reportsPath are required to display "Unit Test Success" rate
|
# sonar.tests and sonar.junit.reportsPath are required to display "Unit Test Success" rate
|
||||||
# path to test source directory
|
# path to test source directory
|
||||||
sonar.tests=src/test/java
|
sonar.java.tests=src/test/java
|
||||||
# Path to the directory containing all the |*.xml JUnit report files.
|
# Path to the directory containing all the |*.xml JUnit report files.
|
||||||
sonar.junit.reportsPath=target/test-results
|
sonar.junit.reportsPath=target/test-results
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue