Is the surefire's forkMode 'never' working with cobertura under Maven 3?
问题 After switching from maven 2 to maven 3 I have found out having 0% test coverage reported by cobertura. I've stated question about which versions of cobertura and surefire to use: What versions of cobertura and surefire plugins work together under maven3? I have, however, investigated problem deeper and found out what of configuration fragment was not working: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${surefire.plugin.version