Advertisement
Guest User

sonar-project.properties

a guest
Feb 5th, 2015
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # Required metadata
  2. sonar.projectKey=icharge:latest
  3. sonar.projectName=iCharge Trunk Latest
  4. sonar.projectVersion=1.0
  5.  
  6. # Path to the parent source code directory.
  7. # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
  8. # Since SonarQube 4.2, this property is optional if sonar.modules is set.
  9. # If not set, SonarQube starts looking for source code from the directory containing
  10. # the sonar-project.properties file.
  11. sonar.sources=./
  12.  
  13. # Encoding of the source code
  14. sonar.sourceEncoding=UTF-8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement