-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsonar-project.properties
45 lines (33 loc) · 1.58 KB
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
sonar.projectKey=thomasrepnik_tennis-reservation
sonar.projectName=tennis reservation
sonar.projectVersion=0.0.1-SNAPSHOT
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/thomasrepnik/tennis-reservation
sonar.links.ci=https://travis-ci.org/thomasrepnik/tennis-reservation
sonar.links.scm=https://github.com/thomasrepnik/tennis-reservation
sonar.links.issue=https://github.com/thomasrepnik/tennis-reservation/issues
# =====================================================
# Definition of the modules
# =====================================================
sonar.modules=backend,frontend
backend.sonar.projectName=spring-boot backend
frontend.sonar.projectName=angular frontend
backend.sonar.sources=src/main
backend.sonar.tests=src/test
backend.sonar.java.binaries=build/classes
frontend.sonar.sources=src/
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
# Properties specific to language plugins:
# - For Java
#sonar.junit.reportsPath=reports/java/surefire-reports
#sonar.jacoco.reportPath=reports/java/jacoco.exec
#sonar.binaries=target/classes
# - For JavaScript
#sonar.javascript.lcov.reportPath=reports/js/lcov.dat
# - For PHP (the plugin currently supports only absolute path in the reports, so this test project is not portable)
#sonar.php.coverage.reportPath=reports/php/phpunit.coverage.xml
#sonar.php.tests.reportPath=reports/php/phpunit.xml