sbabcoc commented on PR #517:
URL: https://github.com/apache/maven-surefire/pull/517#issuecomment-1095911639

   FUTURE: As an alternative to the version-specific custom parsing currently 
employed by the Surefire plugin, it might be worth exploring the possibility of 
using TestNG's **Parser** class instead. This can be instantiated with any 
input stream, including a **ByteArrayInputStream**. This would transform all 
option processing to a version-agnostic conversion of Surefire configuration 
settings to corresponding TestNG XML format, instantiation a **Parser**, and 
calling the `parse()` method.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to