You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/10/15 06:37:37 UTC

[GitHub] [maven-surefire] juherr commented on pull request #311: doc suiteXmlFiles param incompatible with JUnit

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:
users@infra.apache.org