kwin commented on code in PR #2802:
URL: https://github.com/apache/jackrabbit-oak/pull/2802#discussion_r2960747564


##########
oak-parent/pom.xml:
##########
@@ -90,9 +90,9 @@
     <!-- refresh interval in seconds for elastic stats cache (default is 60 
seconds).
      Lower interval is needed for tests to execute faster. So setting to 10 
seconds using a system property-->
     <oak.elastic.statsRefreshSeconds>10</oak.elastic.statsRefreshSeconds>
-    <sonar.coverage.jacoco.xmlReportPaths>
-      ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
-    </sonar.coverage.jacoco.xmlReportPaths>
+    <!-- this project uses cross-module reports with one aggregate, 
https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/java-test-coverage/#add-coverage-in-a-multi-module-maven-project
 -->
+    <!-- "maven.multiModuleProjectDirectory" is undocumented 
(https://issues.apache.org/jira/browse/MNG-6589) but the only way to reference 
the aggregate root directory in Maven 3.x-->

Review Comment:
   MNG-7038 is about a new solution in the upcoming Maven4.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to