cstamas commented on code in PR #1021:
URL: https://github.com/apache/maven/pull/1021#discussion_r1121553055
##########
maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java:
##########
@@ -280,6 +280,12 @@ public CLIManager() {
.desc("Ineffective, only kept for backward compatibility")
.build());
+ // Adding this back to make Maven fail if used
Review Comment:
We need it not only to avoid conflicting `-l lr` but also to emit sane error
message (so we really want to parse it from CLI but fail if present). So, I
started a new "section" here (below the "ineffective section") for those that
should fail.
--
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]