alextu commented on code in PR #1982:
URL: https://github.com/apache/maven/pull/1982#discussion_r1891566328
##########
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java:
##########
@@ -553,13 +579,19 @@ protected void settings(C context, boolean
emitSettingsWarnings, SettingsBuilder
.build();
customizeSettingsRequest(context, settingsRequest);
+ if (context.eventSpyDispatcher != null) {
Review Comment:
Our regression tests fail because the `SettingsBuilderRequest` event no
longer fires after this PR has been merged. Would that be because
`eventSpyDispatcher` is now somehow null at this point?
--
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]