elharo commented on code in PR #2465: URL: https://github.com/apache/maven/pull/2465#discussion_r2139923019
########## impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/BaseParser.java: ########## @@ -149,24 +150,14 @@ public InvokerRequest parseInvocation(ParserRequest parserRequest) { } // options - List<Options> parsedOptions; try { - parsedOptions = parseCliOptions(context); + context.options = parseCliOptions(context); } catch (Exception e) { Review Comment: not in this PR, but this should be a more specific catch -- 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