Skip to content

[Fix] Reinstate ordering of arguments - #8971

Open
sercuzz8 wants to merge 1 commit into
apache:masterfrom
sercuzz8:fix-argument-order
Open

[Fix] Reinstate ordering of arguments#8971
sercuzz8 wants to merge 1 commit into
apache:masterfrom
sercuzz8:fix-argument-order

Conversation

@sercuzz8

@sercuzz8 sercuzz8 commented Aug 6, 2026

Copy link
Copy Markdown

Summary

argparse's parse_known_args() splits main_args (nargs='*') from unrecognized flags
(unknown_args), losing their relative order when they are interleaved on the command line.
This breaks down the flow of mvn clean install, thus the order must be reinstated.

Following this discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant