Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Root project information
  2. sonar.projectKey=org.mycompany.myproject
  3. sonar.projectName=My Project
  4. sonar.projectVersion=1.0
  5.  
  6. # Some properties that will be inherited by the modules
  7. sonar.sources=src
  8.  
  9. # List of the module identifiers
  10. sonar.modules=module1,module2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement