Adds moduleKey to avoid duplication

This commit is contained in:
Lukasz Lenart
2021-12-20 08:32:14 +01:00
parent 90001a98dd
commit 80b39e2212
+1
View File
@@ -124,6 +124,7 @@
<!-- Sonar -->
<sonar.projectKey>apache_struts</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
<sonar.organization>apache</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.exclusions>apps/**</sonar.exclusions>