aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-01-21 16:48:17 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2013-01-21 16:48:17 +0100
commit4007cde0f968c9fe63ebb6a30b49732992260593 (patch)
tree078ea717869c0c3db048d3b0625cbbcb9153d605 /src/main
parent5d5c4140f8f4c2b2c1eea1f7840df7aad6fb5cea (diff)
downloadsonar-scanner-cli-4007cde0f968c9fe63ebb6a30b49732992260593.tar.gz
sonar-scanner-cli-4007cde0f968c9fe63ebb6a30b49732992260593.zip
SONARPLUGINS-2622 Remove project specific settings in sonar-runner.properties file
Diffstat (limited to 'src/main')
-rw-r--r--src/main/assembly/conf/sonar-runner.properties8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/main/assembly/conf/sonar-runner.properties b/src/main/assembly/conf/sonar-runner.properties
index 457afd7..5744269 100644
--- a/src/main/assembly/conf/sonar-runner.properties
+++ b/src/main/assembly/conf/sonar-runner.properties
@@ -1,3 +1,6 @@
+#Configure here general information about the environment, such as Sonar DB details for example
+#No information about specific project should appear here
+
#----- Default Sonar server
#sonar.host.url=http://localhost:9000
@@ -17,11 +20,6 @@
#sonar.jdbc.username=sonar
#sonar.jdbc.password=sonar
-#----- Default directory layout
-#sonar.sources=src/main/java
-#sonar.tests=src/test/java
-#sonar.binaries=target/classes
-
#----- Default source code encoding
#sonar.sourceEncoding=UTF-8