Github user Tibor17 commented on the issue:
https://github.com/apache/maven-surefire/pull/149
DOCTYPE is old.
Do you mean report XML e.g. `surefire-reports/TEST-MyTest.xml`?
```
<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd"
name="MyTest" time="0.36" tests="8" errors="0" skipped="0" failures="0">
```
It is a typical XML.
Why should I use two types of metadata?
Did Eclipse have any statement to this issue? The issues originated with
error in Eclipse so I would expect them to do the best effort first. Would it
be possible?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]