Allow setting of exclusion of XML files from Surefire report generation
-----------------------------------------------------------------------
Key: SUREFIRE-788
URL: https://jira.codehaus.org/browse/SUREFIRE-788
Project: Maven Surefire
Issue Type: Improvement
Components: Maven Surefire Report Plugin
Affects Versions: 2.9
Reporter: Joshua Hyde
Priority: Minor
I have a Grails project that, as a by-product of its execution, creates
Surefire test XML files that can be read by the Surefire Report Plugin.
However, one of these is a test suites file - "TESTS-TestSuites.xml" - which
the Surefire Report Plugin reads and, in its site generation, creates a
blank-named package with the tests listed in the file and lists them as a 0%
success rate (since it reads 0 tests ran, 0 errored, 0 failed, 0 were skipped,
and 0 succeeded).
I can work around this by copying some files to another area in /target and
having the report plugin read from that, but it'd be nice if, when configuring
the reportsDirectories in the Surefire Report Plugin if I could also tell it to
ignore certain files.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira