Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Jul 13, 2023
1 parent 82ef414 commit c724d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarCloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: SonarCloud scan
run: mvn -B compile org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=org.eclipse_kapua -Dsonar.organization=eclipse
run: mvn -B compile org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>

<!-- Sonar configuration -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>eclipse</sonar.organization>
<sonar.projectKey>org.eclipse_kapua</sonar.projectKey>
</properties>

<build>
Expand Down

0 comments on commit c724d6e

Please sign in to comment.