This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new a90c1c7e RAT-293: Set sonar credetials via maven commandline
a90c1c7e is described below
commit a90c1c7e66cb9235cd0109bed08902a9b7f34f14
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 4 22:02:22 2026 +0100
RAT-293: Set sonar credetials via maven commandline
---
.github/workflows/sonarcloud.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 76926d34..4eefde39 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -33,4 +33,4 @@ jobs:
- name: Build and analyze at ASF-sonarcloud
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: ./mvnw -B verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat Dsonar.login=${SONAR_TOKEN}
+ run: ./mvnw -B verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.projectKey=apache_creadur-rat -Dsonar.login=${SONAR_TOKEN}