File: sonar-project.properties

package info (click to toggle)
tomcatjss 8.4.0-2%2Bexp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 440 kB
  • sloc: java: 991; sh: 525; xml: 435; makefile: 26
file content (15 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sonar.projectKey=dogtagpki_tomcatjss
sonar.organization=dogtagpki

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=tomcatjss
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

sonar.sources=core/src/main/java/

sonar.java.binaries=build/

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8