forked from BraintagsGmbH/vertx-pojo-mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
31 lines (24 loc) · 1.16 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
# must be unique in a given SonarQube instance
sonar.projectKey=de.braintags.vertx-pojo-mapper
# this is the name displayed in the SonarQube UI
sonar.projectName=vertx-pojo-mapper
sonar.projectVersion=1.0.0-SNAPSHOT
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
# sonar.sources=.
sonar.host.url=http://sqube.bt-rz.net
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
# List of the module identifiers
sonar.modules=vertx-pojo-mapper-common,vertx-pojo-mapper-json, vertx-pojongo, vertx-pojo-mapper-mysql
# Properties can obviously be overriden for
# each module - just prefix them with the module ID
vertx-pojo-mapper-common.sonar.projectName=vertx-pojo-mapper-common
vertx-pojo-mapper-json.sonar.projectName=vertx-pojo-mapper-json
vertx-pojongo.sonar.projectName=vertx-pojongo
vertx-pojo-mapper-mysql.sonar.projectName=vertx-pojo-mapper-mysql
# sonar.login=
# sonar.password=
# sonar.analysis.mode=