Hello everyone,
I figured out a simple solution to display the surefire test results of a
maven2 project in the CruiseControl build results page:
The CruiseControl config contains an element "merge" which
merges given test result XML files into the build result XML file.
Configure the merge elment as follows:
<log>
<merge
dir="projects/${project.name}"
pattern="TEST-*.xml" />
</log>
This solution works even in the case of multimodule projects.
(The implementation parses the given directory structure including the
subdirectories. All test result files are selected by the given pattern.)
Best Regards,
Alex
--
View this message in context:
http://www.nabble.com/-maven2--CruiseControl---surfire-reports-tf2588912s177.html#a7258267
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]