sercuzz8 opened a new pull request, #8971: URL: https://github.com/apache/storm/pull/8971
## 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. -- 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]
