Skip to content

Commit 2326b5e

Browse files
committed
maven: update sonarcloud project
https://sonarcloud.io/project/configuration?id=apache_cloudstack Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 8871531 commit 2326b5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
git clone https://github.com/shapeblue/cloudstack-nonoss.git nonoss
9393
cd nonoss && bash -x install-non-oss.sh && cd ..
94-
mvn -P quality -Dsimulator -Dnoredist clean install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apachecloudstack -Dsonar.pullrequest.key=$PR_ID -Dsonar.pullrequest.base=main -Dsonar.pullrequest.branch=refs/pull/${{ github.event.number }}/merge -Dsonar.pullrequest.github.repository=apache/cloudstack -Dsonar.pullrequest.provider=GitHub
94+
mvn -P quality -Dsimulator -Dnoredist clean install org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=apache_cloudstack
9595
9696
echo "COVERAGE<<EOF" >> $GITHUB_ENV
9797
for file in ${{ steps.java-changes.outputs.all_changed_files }}; do

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252
<project.systemvm.template.version>4.17.0.0</project.systemvm.template.version>
53-
<sonar.organization>apachecloudstack</sonar.organization>
53+
<sonar.organization>apache</sonar.organization>
5454
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5555

5656
<!-- Build properties -->

0 commit comments

Comments
 (0)