Skip to content

Commit a396d97

Browse files
committed
Add sonar modulekey
1 parent 3067879 commit a396d97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
<!-- SonarCloud -->
5858
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5959
<sonar.organization>iluwatar</sonar.organization>
60+
<sonar.projectKey>iluwatar_java-design-patterns</sonar.projectKey>
61+
<sonar.moduleKey>${artifactId}</sonar.moduleKey>
6062
<sonar.projectName>Java Design Patterns</sonar.projectName>
6163
</properties>
6264
<modules>

0 commit comments

Comments
 (0)