Blame view

sonar-project.properties 1.93 KB
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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
66028c2c   Benjamin Renard   Set to version 3.6.0
18
19
sonar.projectVersion=3.6.0
sonar.branch=3.6
fbe3c2bb   Benjamin Renard   First commit
20
21
22
23

# 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/
c6a67968   Benjamin Renard   Fix some violatio...
24
sources=src
fbe3c2bb   Benjamin Renard   First commit
25
# path to test source directories (optional)
c6a67968   Benjamin Renard   Fix some violatio...
26
tests=test/DD_Client
fbe3c2bb   Benjamin Renard   First commit
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
 
# 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