-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsonar-project.properties
28 lines (22 loc) · 1.02 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
sonar.projectKey=stackroute_boeing-wave4-eroteme
sonar.projectName=boeing-wave4-eroteme
# =====================================================
# Meta-data for the project
# =====================================================
sonar.links.homepage=https://sonarcloud.io/dashboard?id=stackroute_boeing-wave4-eroteme
sonar.links.ci=https://travis-ci.org/stackroute/boeing-wave4-eroteme
sonar.links.scm=https://github.com/stackroute/boeing-wave4-eroteme
sonar.links.issue=https://github.com/stackroute/boeing-wave4-eroteme/issues
# =====================================================
# Properties that will be shared amongst all modules
# =====================================================
sonar.host.url=https://sonarcloud.io
sonar.organization=stackroute
sonar.login=31986319aebdbf260cc6f9afeb5527d8e2ed2c2b
sonar.sources=src
sonar.exclusions=target/**/*
# =====================================================
# Java config
# =====================================================
sonar.java.source=11
sonar.java.binaries=.