double unit test reporting with hudson and maven

cobertura, maven-2, unit-testing

Solution

This is a known bug. Just wait for it to be fixed.

Problem

I have a maven2 project in hudson and when the cobertura reporting plugin runs, it causes the unit tests to show that they have run twice. I don't mind them running multiple times, but the trend graph shows twice as many tests as we actually are running. Is there a way to make sure the graph only shows them once? thanks, Jeff

Original source