You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by kelvin goodson <ke...@apache.org> on 2007/06/05 14:55:08 UTC

clover and dependent projects

I have a set of programs in one maven project which exercise code in
another,  and I want to see how well the programs in the first cover code
execution  of the source in the second. This is not a reactor build;  the
first project simple declares the second to be a dependency.  Is this
something that the clover code coverage tool can handle in some way?

Alternatively, any other suggestions as to how I might get code coverage
numbers are most welcome.
---
Regards, Kelvin.