Skip to content

Commit

Permalink
chore: Update sonar configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Dos Santos committed Sep 16, 2024
1 parent 4c8d17a commit 8ffa1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Sonar Configuration -->
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.organization>kobee1203</sonar.organization>
<sonar.projectKey>schema-org-java</sonar.projectKey>
<sonar.projectKey>Kobee1203_schema-org-java</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.exclusions>**/generated-sources/**</sonar.exclusions>
<sonar.coverage.exclusions>**/generated-sources/**</sonar.coverage.exclusions>
Expand Down

0 comments on commit 8ffa1ce

Please sign in to comment.