I am sorry, but I have no experience with Maven and I am having headaches in getting locally the same results that I get on the CI.
For example, at this time on my machine when running mvn test from tool-testuite I get errors I do not get on the CI.
What I am doing is to run:
mvn clean install -e -U -Dmaven.test.skip=true
cd tool-testsuite
mvn test
Am I missing something?
I think that other potential contributors could come from a Gradle background and be running into surprising challenges when dealing with Maven