File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments