mojohaus / cobertura-maven-plugin

Cobertura Maven Plugin
https://www.mojohaus.org/cobertura-maven-plugin/
25 stars 20 forks source link

Cobertura Maven Plugin - Multi Project Build Cobertura.ser issue #28

Closed lvbxr closed 7 years ago

lvbxr commented 7 years ago

When there are modules have local dependencies on other modules, cobertura (using 2.7) generates two cobertura.ser files, one is in target/cobertura/cobertura.ser, the other is $(basedir)/cobertura.ser, and the coverage is always 0 for those modules have local dependencies, is it something that can be fixed ? for modules that do not have dependencies, it works fine.