Browse Source

try to move from ASF's Sonarqube to sonarcloud.io

master
Stefan Bodewig 5 years ago
parent
commit
10fc578281
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      sonar-project.properties
  2. +1
    -0
      sonarqube.xml

+ 1
- 0
sonar-project.properties View File

@@ -1,4 +1,5 @@
sonar.projectKey=ant-master sonar.projectKey=ant-master
sonar.organization=apache
sonar.projectName=Apache Ant sonar.projectName=Apache Ant
sonar.sources=src/main sonar.sources=src/main
sonar.tests=src/tests/junit sonar.tests=src/tests/junit


+ 1
- 0
sonarqube.xml View File

@@ -2,6 +2,7 @@


<!-- gets overridden by the jenkins job --> <!-- gets overridden by the jenkins job -->
<property name="sonar.host.url" value="http://localhost:9000" /> <property name="sonar.host.url" value="http://localhost:9000" />
<property name="sonar.login" value="xxx" />


<!-- source SonarQube project properties --> <!-- source SonarQube project properties -->
<property file="sonar-project.properties"/> <property file="sonar-project.properties"/>


Loading…
Cancel
Save