Martin Morgenstern created SUREFIRE-1894:
--------------------------------------------
Summary: Surefire report XML schema is incomplete (attribute
version not allowed in testsuite)
Key: SUREFIRE-1894
URL: https://issues.apache.org/jira/browse/SUREFIRE-1894
Project: Maven Surefire
Issue Type: Bug
Components: Maven Surefire Plugin, Maven Surefire Report Plugin
Affects Versions: 3.0.0-M5
Reporter: Martin Morgenstern
When using the schema
_maven-surefire-plugin/src/site/resources/xsd/surefire-test-report-3.0.xsd_ to
validate an XML report (TEST-*.xml) created with maven-surefire 3.0.0-M5,
validators complain that the attribute _version_ is not allowed to appear in
the element _testsuite_. However, this attribute was added to the XML report as
part of commit
[edb3b71b9|https://github.com/apache/maven-surefire/commit/edb3b71b95db98eef6a8e4fa98d376fd3512b05a#diff-c634b539151b4b76bde50d93d5a6cd2b0f51aa411281398cc295cc721bdfa1d5]
for SUREFIRE-1590.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)