Skip to content

Commit

Permalink
Distinguish modules by module key
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed May 20, 2022
1 parent e8aa9dd commit 1aca72d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<picocli.version>4.6.3</picocli.version>
<sonar.projectKey>SpoonLabs_sorald</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.organization>spoonlabs</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
Expand Down
4 changes: 4 additions & 0 deletions sorald-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<picocli.version>4.6.3</picocli.version>
<sonar.projectKey>SpoonLabs_sorald</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.organization>spoonlabs</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<build>
<plugins>
Expand Down
4 changes: 4 additions & 0 deletions sorald/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<picocli.version>4.6.3</picocli.version>
<sonar.projectKey>SpoonLabs_sorald</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.organization>spoonlabs</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 1aca72d

Please sign in to comment.