jose-m
10/6/2017 - 4:55 PM

CONFIG SONAR RUNNER

#Configure here general information about the environment, such as SonarQube DB details for example
#No information about specific project should appear here

#----- Default SonarQube server
sonar.host.url=http://192.168.15.2:9000
**PUEDE SER LOCALHOST,INSTALACION DE SONAR

#----- PostgreSQL
#sonar.jdbc.url=jdbc:postgresql://localhost/sonar

#----- MySQL
#sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?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=sonar
#sonar.jdbc.password=sonar

#----- Default source code encoding
#sonar.sourceEncoding=UTF-8

#----- Security (when 'sonar.forceAuthentication' is set to 'true')
sonar.login=admin
sonar.password=admin

sonar.projectKey=CUALQUIER IDENTIFICADOR
sonar.projectName=NOMBRE DE LA CARPETA
sonar.projectVersion=NUM.VERSION
sonar.sources=RUTA DONDE ESTAN LOS FUENTES

SONAR RUNNER ESTA EN C:\

ENTRAS A CUALQUIER CARPETA Y EJECUTAS EL COMANDO
sonar-runner