The test results can be merged into the CruiseControl log. This will make them visable in "Test Results" in the CruiseControl web aplication.
This can be accomplished by replacing
<log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}">
with
<log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}">
<merge dir="${maven.cruisecontrol.checkout.dir}/${module}/target/test-reports"/>
</log>
in cruisecontrol.jsl
Committed! Can you verify the fix?