]> source.dussan.org Git - poi.git/commitdiff
try sonar module key
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 8 Jan 2020 00:30:58 +0000 (00:30 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 8 Jan 2020 00:30:58 +0000 (00:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872478 13f79535-47bb-0310-9956-ffa450edef68

sonar/pom.xml

index eb8109e17e470f23b74349881610f61cd1956958..d5b1b90a1406c87d63f7681fc54c9d5218d22fa9 100644 (file)
@@ -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>