?????????????Sonarqube runner????????????
????????Sonarqube ????????http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner?? ????????conf???μ?sonar-runner.properties?? ?????????
#----- Default SonarQube server
sonar.host.url=http://192.168.23.94:9001/sonarqube
#----- PostgreSQL
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar
#----- MySQL
sonar.jdbc.url=jdbc:mysql://192.168.23.99:3306/sonarqube_qa?useUnicode=true&characterEncoding=utf8
#----- Oracle
#sonar.jdbc.url=jdbc:oracle:thin:@localhost/XE
#----- Microsoft SQLServer
#sonar.jdbc.url=jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor
#----- Global database settings
sonar.jdbc.username=mysql_username
sonar.jdbc.password=mysql_password
#----- Default source code encoding
sonar.sourceEncoding=UTF-8
#----- Security (when 'sonar.forceAuthentication' is set to 'true')
sonar.login=admin
sonar.password=admin
??????sonarruner/bin????path???£?????????????????SONAR_RUNNER_HOME="/home//sonarruner"??
??????????????Sonarqube?????л??????????????????????????????з???????