-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathsonar-project.properties
More file actions
36 lines (32 loc) · 1.17 KB
/
sonar-project.properties
File metadata and controls
36 lines (32 loc) · 1.17 KB
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
#Sonar organization (required)
sonar.organization=jononekin
#sonar project Key (required)
sonar.projectKey=Bets2021Maven
#Sonar projectName. The name that appears on a Sonar dashboard (required)
sonar.projectName=Bets20201
#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
#tests=C\:\\Users\\ehu\\Desktop\\RuralHouse-iso2\\src
#Paths where the binaries of the project are located (required)
binaries=target
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
sonar.java.libraries=target
# The project languaje (java for defect)
sonar.language=java
sonar.host.url=https://sonarcloud.io
# Token obtained in sonarcloud that contains credentials
sonar.login=4ec878e50afb7092e57402f4a7a59e6909e03434
# Estalpen propietateak
#sonar.java.coveragePlugin=jacoco
#sonar.coverage.jacoco.xmlReportPaths=Bets2021.xml
sonar.dynamicAnalysis=reuseReports