-
Notifications
You must be signed in to change notification settings - Fork 2
/
sonar-project.properties
36 lines (27 loc) · 1.41 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
32
33
34
35
36
# must be unique in a given SonarQube instance
sonar.projectKey=triberay-auth-lookandfeel
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=Triberay Authentication Look & Feel
sonar.projectVersion=1.0.0
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# =====================================================
# Definition of the modules
# =====================================================
sonar.modules=portalsettingsweb,servicepreaction
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.sources=src/main/java
sonar.tests=src/test/java
sonar.java.binaries=build/classes/main
# =====================================================
# Module 1: Portal Settings Web
# =====================================================
portalsettingsweb.sonar.projectName=Triberay Auth Look & Feel - Portal Settings Web
portalsettingsweb.sonar.projectBaseDir=modules/triberay-auth-lf-portal-settings-web
# =====================================================
# Module 2: ServicePreAction
# =====================================================
servicepreaction.sonar.projectName=Triberay Auth Look & Feel - ServicePreAction
servicepreaction.sonar.projectBaseDir=modules/triberay-auth-lf-servicepreaction