jeantil commented on code in PR #2814:
URL: https://github.com/apache/james-project/pull/2814#discussion_r2355790241
##########
server/protocols/jmap-rfc-8621-integration-tests/postgres-jmap-rfc-8621-integration-tests/pom.xml:
##########
@@ -101,11 +101,37 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <argLine>-Djava.library.path=
+
-javaagent:"${settings.localRepository}"/org/jacoco/org.jacoco.agent/${jacoco-maven-plugin.version}/org.jacoco.agent-${jacoco-maven-plugin.version}-runtime.jar=destfile=${basedir}/target/jacoco.exec
+ -Xms512m -Xmx2048m</argLine>
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
<reuseForks>true</reuseForks>
- <forkCount>2</forkCount>
+ <groups combine.self="override">BasicFeature</groups>
Review Comment:
I 'm not sure I understand this and the correponding unstable change below.
these settings are alread defined in the project root pom, why override them
here ? this may need a comment to explain so we know why there is specific
exception if we start tinkering with things a the root pom level
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]