You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
475 B
17 lines
475 B
# must be unique in a given SonarQube instance
|
|
sonar.projectKey=clawer
|
|
|
|
# --- optional properties ---
|
|
|
|
# defaults to project key
|
|
sonar.projectName=clawer
|
|
# defaults to 'not provided'
|
|
#sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
|
#sonar.sources=src,WebContent
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
#sonar.java.binaries=target/classes/javabean,target/classes/servlet |