-
Notifications
You must be signed in to change notification settings - Fork 1
/
sonar-project.properties
25 lines (23 loc) · 1.12 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
# =====================================================
# Project information
# =====================================================
sonar.projectKey=PI2-Grupo-3_pillwatcher-dpb-service
sonar.organization=pillwatcher-dpb-service
sonar.host.url=https://sonarcloud.io
sonar.projectName=pillwatcher-dpb-patient-service
sonar.projectVersion=${project.version}
sonar.language=java
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://github.com/PillWatcher/pillwatcher-dpb-patient-service/
sonar.links.ci=https://travis-ci.com/github/PillWatcher/pillwatcher-dpb-patient-service
sonar.links.scm=https://github.com/PillWatcher/pillwatcher-dpb-patient-service/
sonar.links.issue=https://github.com/PillWatcher/pillwatcher-dpb-patient-service/
# =====================================================
# SonarCloud standard properties
# =====================================================
sonar.sources=src/main/java
sonar.tests=src/test/java
sonar.sourceEncoding=${project.build.sourceEncoding}
sonar.java.coveragePlugin=jacoco