This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push: new 80b39e2 Adds moduleKey to avoid duplication 80b39e2 is described below commit 80b39e221259afc6d8e297a510c477e55f4203ff Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Dec 20 08:32:14 2021 +0100 Adds moduleKey to avoid duplication --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index cc588cf..0ee92f4 100644 --- a/pom.xml +++ b/pom.xml @@ -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>