olamy commented on code in PR #2151:
URL: https://github.com/apache/maven/pull/2151#discussion_r1996482114
##########
its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it/AbstractMavenIntegrationTestCase.java:
##########
@@ -260,6 +261,17 @@ protected Verifier newVerifier(String basedir, boolean
debug) throws Verificatio
protected Verifier newVerifier(String basedir, String settings, boolean
debug) throws VerificationException {
Verifier verifier = new Verifier(basedir);
+ // try to get jacoco arg from command line if any then use it to start
IT to populate jacoco data
Review Comment:
I just leave it but it's not activated in the build as it's definitely too
slow.
--
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]