Skip to content

Instantly share code, notes, and snippets.

@meadhikari
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meadhikari/c61e95bb9fef0832f1f0 to your computer and use it in GitHub Desktop.
Save meadhikari/c61e95bb9fef0832f1f0 to your computer and use it in GitHub Desktop.
# Required metadata
sonar.projectKey=java-sonar-runner-hybris
sonar.projectName=HYBRIS
sonar.projectVersion=1.0
# Comma-separated paths to directories with sources (required)
sonar.sources=bin/custom
# Language
sonar.language=java
# Encoding of the source files
sonar.sourceEncoding=UTF-8
#mode
sonar.analysis.mode=incremental
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment