sonar-project.properties
parent
b790f29c83
commit
e7982e660c
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
# must be unique in a given SonarQube instance
|
||||||
|
sonar.projectKey=i3plus.core:i3plus-core
|
||||||
|
|
||||||
|
# --- optional properties ---
|
||||||
|
|
||||||
|
# defaults to project key
|
||||||
|
sonar.projectName=i3plus-core
|
||||||
|
# defaults to 'not provided'
|
||||||
|
sonar.projectVersion=1.0-DEV-SNAPSHOT
|
||||||
|
|
||||||
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
||||||
|
#sonar.sources=./
|
||||||
|
#sonar.java.binaries=target
|
||||||
|
|
||||||
|
# Encoding of the source code. Default is default system encoding
|
||||||
|
sonar.sourceEncoding=UTF-8
|
Loading…
Reference in New Issue