-
Notifications
You must be signed in to change notification settings - Fork 187
/
sonar-project.properties
41 lines (30 loc) · 1.14 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
37
38
39
40
41
#Sonar organization (required)
sonar.organization=jononekin
#sonar project Key (required)
sonar.projectKey=MonopolyClone
#Sonar projectName. The name that appears on a Sonar dashboard (required)
sonar.projectName=MonopolyClone
#Maven version. (required)
sonar.projectVersion=0.0.1
#Path with java code (required)
#Helbide erlatiboa
sonar.sources=src
#Helbide absolutua
#sonar.sources=C\:\\Users\\ehu\\Desktop\\RuralHouse-iso2\\src
#All paths that contain test (optional)
tests=src/test
#tests=C\:\\Users\\ehu\\Desktop\\RuralHouse-iso2\\src
#Paths where the binaries of the project are located (required)
sonar.java.binaries=target
#sonar.java.binaries=C\:\\Users\\ehu\\Desktop\\RuralHouse-iso2\\bin
#Path of libraries that contains .class files (optional)
#libraries=path/to/library.jar,path/to/classes/dir
# The project languaje (java for defect)
sonar.language=java
sonar.host.url=https://sonarcloud.io
# Token obtained in sonarcloud that contains credentials
sonar.login=313085d267fb349c4435e4d308dd9e009e8ad6d9
# Estalpen propietateak
#sonar.java.coveragePlugin=jacoco
#sonar.jacoco.reportPath=Monopoly.exec
sonar.dynamicAnalysis=reuseReports