This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 10fc578 try to move from ASF's Sonarqube to sonarcloud.io
10fc578 is described below
commit 10fc5782815585cf4bec006e0cd3006b6f863ef6
Author: Stefan Bodewig <[email protected]>
AuthorDate: Wed Aug 21 12:17:49 2019 +0200
try to move from ASF's Sonarqube to sonarcloud.io
---
sonar-project.properties | 1 +
sonarqube.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/sonar-project.properties b/sonar-project.properties
index 482880b..625121d 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,4 +1,5 @@
sonar.projectKey=ant-master
+sonar.organization=apache
sonar.projectName=Apache Ant
sonar.sources=src/main
sonar.tests=src/tests/junit
diff --git a/sonarqube.xml b/sonarqube.xml
index 5e7b2cb..575dca3 100644
--- a/sonarqube.xml
+++ b/sonarqube.xml
@@ -2,6 +2,7 @@
<!-- gets overridden by the jenkins job -->
<property name="sonar.host.url" value="http://localhost:9000" />
+ <property name="sonar.login" value="xxx" />
<!-- source SonarQube project properties -->
<property file="sonar-project.properties"/>