cstamas opened a new pull request, #2254: URL: https://github.com/apache/maven/pull/2254
Improve CI detection of Maven, make possible to propagate some options from CI to Maven. Changes: * `InvokerRequest` carries new info: `Optional<CISupport>`: if present, we run on CI, if empty, not. * `Parser` (creating `InvokerRequest`) already inspects env and assembles invoker request, so make it detect CI as well * `CIDetector` is a Java Service (this all happens early, no DI yet) that can be extended (like adding CI specific detectors). Core has one implementation, the "generic" that is what Maven 3 (and Maven 4) had so far. * --- https://issues.apache.org/jira/browse/MNG-8685 -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org