Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.5.1
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven 3.0.2
Description
When testing a particular module, I need to include the classes of a sibling module into the instrumentation. If I'm not mistaken this is possible with Cobertura as such - to include an external jar. In the context of Maven I would say it should be possible to include a dependency.
I've split the code into two modules to put common used code into a separate place. But still conceptually both are one.