juherr commented on pull request #311: URL: https://github.com/apache/maven-surefire/pull/311#issuecomment-708933324
Hi, In fact, the CLI attributes are used to build a suite when none is passed. Then the `junit` attribute only configure the value for the current CLI suite. When `suiteXMLFiles` is used, you passe suites where the `junit` attribute is already expected (on `<suite>` or `<test>`). If I'm right, the CLI attributes are not supposed to override values from the suites. @krmahadevan Do you confirm? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
