reschke commented on code in PR #2802:
URL: https://github.com/apache/jackrabbit-oak/pull/2802#discussion_r2960299700
##########
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:
I see epic discussions but now solutions. @kwin was involved there, so he
would know.
For now this is exactly what we do in Jackrabbit (classic).
--
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]