aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/pom.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-01-08 00:30:58 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-01-08 00:30:58 +0000
commit5a5c0744719fd7ac2b6743a1c2fade2ef529a4b9 (patch)
tree0a34f423d96a031a976889e1dd57e312924ce9f9 /sonar/pom.xml
parentb1508479a71de68494c255711f6f406843a36f2c (diff)
downloadpoi-5a5c0744719fd7ac2b6743a1c2fade2ef529a4b9.tar.gz
poi-5a5c0744719fd7ac2b6743a1c2fade2ef529a4b9.zip
try sonar module key
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r--sonar/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index eb8109e17e..d5b1b90a14 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -74,6 +74,8 @@
<sonar.organization>apache</sonar.organization>
<sonar.projectKey>poi-parent</sonar.projectKey>
+ <sonar.moduleKey>${artifactId}</sonar.moduleKey>
+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.jacoco.reportPaths>target/jacoco.exec</sonar.jacoco.reportPaths>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>