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.
20 lines
499 B
20 lines
499 B
# must be unique in a given SonarQube instance
|
|
sonar.projectKey=lin
|
|
|
|
# --- optional properties ---
|
|
|
|
# defaults to project key
|
|
#sonar.projectName=micote
|
|
sonar.projectName=micote
|
|
# defaults to 'not provided'
|
|
#sonar.projectVersion=1.0
|
|
sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
|
#sonar.sources=.
|
|
sonar.sources=src
|
|
|
|
sonar.java.binaries=target/classes
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8 |