You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/01/08 00:30:58 UTC

svn commit: r1872478 - /poi/trunk/sonar/pom.xml

Author: kiwiwings
Date: Wed Jan  8 00:30:58 2020
New Revision: 1872478

URL: http://svn.apache.org/viewvc?rev=1872478&view=rev
Log:
try sonar module key

Modified:
    poi/trunk/sonar/pom.xml

Modified: poi/trunk/sonar/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1872478&r1=1872477&r2=1872478&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Wed Jan  8 00:30:58 2020
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org