cobertura-maven-plugin icon indicating copy to clipboard operation
cobertura-maven-plugin copied to clipboard

ProGuard fails while generating site.

Open jinahya opened this issue 9 years ago • 0 comments

I configured ProGuard and it works when packaging..

$ mvn clean package

When I tries to generate site, I got,

can't find referenced class net.sourceforge.cobertura.coveragedata.LightClassmapListener

It seems that cobertural changes classes while instrumenting. I'm not sure this problem is related to https://github.com/cobertura/cobertura.

jinahya avatar Nov 14 '15 19:11 jinahya