Modificación para actualización en ambiente Local

This commit is contained in:
Humberto Ramírez Antonio 2018-01-11 13:56:30 -06:00
parent c36452a2c3
commit 5a7ea998df

View file

@ -1,13 +1,20 @@
# Required metadata
sonar.projectKey=java-sonar-runner-simple
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
sonar.projectVersion=1.0
# Comma-separated paths to directories with sources (required)
sonar.sources=src
# Language
sonar.language=java
# Encoding of the source files
sonar.sourceEncoding=UTF-8
sonar.secretKeyPath=D:\\Learning\\DevOPsSoftware\\Sonar\\sonarqube-6.7.1\\conf\\sonar-secret.txt
sonar.host.url=http://humbertolaptop:9001
sonar.login=localadmin
sonar.password={aes}esMDgWqqFu0Yd211kP/JIg==
# Required metadata
sonar.projectKey=java-sonar-runner-simple
sonar.projectName=Simple Java project analyzed with the SonarQube Runner
sonar.projectVersion=1.0
# Comma-separated paths to directories with sources (required)
sonar.sources=src
# Language
sonar.language=java
sonar.java.src=1.7
sonar.java.binaries=target\\classes
# Encoding of the source files
sonar.sourceEncoding=UTF-8