-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsonar-project.properties
More file actions
21 lines (16 loc) · 1003 Bytes
/
sonar-project.properties
File metadata and controls
21 lines (16 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sonar.projectKey=cxdevtools_workspace
sonar.organization=cxdevtools
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=cxdevtools-workspace
sonar.projectVersion=5.0.2-snapshot
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=core-customize/hybris/bin/custom/cxdevtools
sonar.java.binaries=core-customize/hybris/bin/custom/cxdevtools/**/classes
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
sonar.java.source=21
sonar.extensions=${testclasses.extensions}
sonar.exclusions=file\:**/gensrc/**,file\:**/*Constants.java,file\:**/jalo/**,file\:**/de/hybris/**,file\:**/com/hybris/**,file\:**/*.py,file\:**/testsrc/**
# Test & Coverage reports
sonar.junit.reportPaths=core-customize/hybris/log/junit/unittest-results/index.html,core-customize/hybris/log/junit/integrationtest-results/index.html
sonar.coverage.jacoco.xmlReportPaths=core-customize/hybris/log/junit/jacoco.xml