forked from andstatus/andstatus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonar-project.properties
31 lines (25 loc) · 991 Bytes
/
sonar-project.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# See http://docs.codehaus.org/display/SONAR/Analyzing+with+SonarQube+Runner
# and http://docs.codehaus.org/display/SONAR/Analysis+Parameters
# required metadata
sonar.projectKey=org.andstatus.app
sonar.projectName=AndStatus
# Should be updated manually
sonar.projectVersion=9.0
# optional description
sonar.projectDescription=AndStatus Twitter, pump.io and StatusNet client for Android
# path to source directories (required)
sonar.sources=src,gen
# The value of the property must be the key of the language.
sonar.language=java
# Encoding of the source code
sonar.sourceEncoding=UTF-8
# Additional parameters
# See http://docs.codehaus.org/display/SONAR/Analysis+Parameters
sonar.binaries=bin/classes
sonar.tests=tests/src
sonar.libraries=libs/*.jar,c:/android/android-sdk-windows/platforms/android-16/android.jar
# No unit tests
sonar.dynamicAnalysis=false
# Narrowing scope
sonar.exclusions=**/R.java,**/BuildConfig.java
# - in the Web interface