]> gerrit.simantics Code Review - simantics/platform.git/blob - sonar-simantics-platform-sdk.properties
(refs #7358) Continued updating of oxygen target platform
[simantics/platform.git] / sonar-simantics-platform-sdk.properties
1 # required metadata
2 sonar.projectKey=simantics-platform-sdk
3 sonar.projectName=Simantics Platform SDK
4 sonar.projectVersion=1.25
5
6 # path to source directories (required)
7 sonar.sources=bundles
8
9 # path to test source directories (optional)
10 #sonar.tests=testDir1,testDir2
11
12 # path to project binaries (optional), for example directory of Java bytecode
13 #sonar.binaries=binDir
14
15 # optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported.
16 #sonar.libraries=path/to/library.jar,path/to/classes/dir
17
18 # Uncomment this line to analyse a project which is not a java project.
19 # The value of the property must be the key of the language.
20 #sonar.language=cobol
21
22 # Additional parameters
23 #sonar.my.property=value