Coverage: EMMA, Cobertura, Maven
I finished adding test coverage reports to the nightly build a couple of weeks ago, but only got around to write about it now. This post describes the details of my research into both EMMA and Cobertura. In the end, I went with EMMA mainly because of the server support.
Summary
EMMA
Cobertura
Dump and reset coverage data without [...]
Axis 1.4 dependency conflicts in Maven
Awhile back, I was converting an existing project from an Ant build to a Maven build. The project used Axis to send some soap messages. With the Ant build as a reference, I added the appropriate dependencies. But with the Maven build, the Axis call invoke method returned null without throwing an exception. Properly designed [...]
Maven2 Properties Guide
Maven2 Properties Guide
keep looking »