Skip to content

Commit

Permalink
Assign different project keys to the modules
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-dejongh committed Sep 22, 2024
1 parent 3d874eb commit ad22949
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions commons-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

<artifactId>commons-testing</artifactId>

<properties>
<sonar.projectKey>sddevelopment-be_coding-utils:${project.artifactId}</sonar.projectKey>
</properties>>

<dependencies>
<!-- BEGIN UTIL SCOPE -->
<dependency>
Expand Down
4 changes: 4 additions & 0 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

<artifactId>commons</artifactId>

<properties>
<sonar.projectKey>sddevelopment-be_coding-utils:${project.artifactId}</sonar.projectKey>
</properties>

<dependencies>
<!-- BEGIN UTIL SCOPE -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<sonar.organization>sddevelopment-be</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.projectKey>sddevelopment_coding-utils</sonar.projectKey>
<sonar.projectKey>sddevelopment-be_coding-utils</sonar.projectKey>
<sonar.coverage.jacoco.xmlReportPaths>${jacoco.build.dir}/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.exclusions>**/*.html</sonar.coverage.exclusions>
Expand Down

0 comments on commit ad22949

Please sign in to comment.