sonar-project.properties
2.04 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
#sonar properties file used by Jenkis
#----- Default Sonar server
sonar.host.url=http://localhost:9000
#----- MySQL
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8
sonar.jdbc.driver=com.mysql.jdbc.Driver
#----- Global database settings
sonar.jdbc.username=sonar
sonar.jdbc.password=sonar
sonar.sourceEncoding=UTF-8
# required metadata
sonar.projectKey=AKKA:AMDA-Kernel
sonar.projectName=AMDA-Kernel
sonar.projectVersion=3.4.0
sonar.branch=3.4
# path to source directories (required)
#sources=/var/lib/jenkins/.jenkins/workspace/AMDA_FitnesseTest/AMDA_Kernel
#sources= /var/lib/jenkins/jobs/AMDA-Kernel_NonRegression/workspace/AMDA_Kernel/
sources=/var/lib/jenkins/.jenkins/workspace/AMDA_Check/AMDA_Kernel/src
# path to test source directories (optional)
tests=/var/lib/jenkins/.jenkins/workspace/AMDA_Check/AMDA_Kernel/test/DD_Client
# path to project binaries (optional), for example directory of Java bytecode
#Copy of sonar-project.propertiesbinaries=binDir
# optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported.
#libraries=path/to/library.jar,path/to/classes/dir
# Uncomment this line to analyse a project which is not a java project.
# The value of the property must be the key of the language.
sonar.language=c++
# Additional parameters
#my.property=value
sonar.cxx.suffixes=.C,.cc,.hh,.h,.cpp
# paths to the reports
sonar.cxx.cppcheck.reportPath=build/report/cppcheck-report.xml
sonar.cxx.cppncss.reportPath=build/report/cppncss-report.xml
sonar.cxx.coverage.reportPath=build/report/coverage-report.xml
sonar.cxx.it-coverage.reportPath=build/report/it-coverage-report.xml
sonar.cxx.valgrind.reportPath=build/report/reportValgrind*.xml
sonar.cxx.vera.reportPath=build/report/vera++-report.xml
sonar.cxx.rats.reportPath=build/report/rats-report.xml
sonar.cxx.xunit.reportPath=build/report/xunit-report.xml
sonar.cxx.gcovr.reportPath=build/report/coverage-report*.xml
#gcovr-reports/gcovr-result-*.xml
# Path to the directory containing the GCOV reports