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:01:05 UTC

svn commit: r1872477 - in /poi/trunk/sonar: pom.xml sonar-project.properties

Author: kiwiwings
Date: Wed Jan  8 00:01:05 2020
New Revision: 1872477

URL: http://svn.apache.org/viewvc?rev=1872477&view=rev
Log:
try to set sonar settings via maven properties

Removed:
    poi/trunk/sonar/sonar-project.properties
Modified:
    poi/trunk/sonar/pom.xml

Modified: poi/trunk/sonar/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1872477&r1=1872476&r2=1872477&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Wed Jan  8 00:01:05 2020
@@ -72,6 +72,12 @@
         <!-- Try to disable running SVN blame as it causes errors here because the source is copied from the actual SVN location here! -->
         <sonar.scm.disabled>true</sonar.scm.disabled>
 
+        <sonar.organization>apache</sonar.organization>
+        <sonar.projectKey>poi-parent</sonar.projectKey>
+        <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>
+
         <!-- define some of the third-party or plugin-versions globally to use the same in all modules -->
         <xmlbeans.version>3.1.0</xmlbeans.version>
         <junit.version>4.13</junit.version>



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