From: VenKat K. <ven...@rc...> - 2007-05-09 15:43:09
|
I am using maven2 and I added the plug-in for cobertura like this in my POM.xml file. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> </plugin> When I ran the target, mvn cobertura:cobertura, I am getting the following error. cobertura.ser either does not exist or not readable. I am also seeing that all the coverage levels are 100%. Please help me in resolving this issue. |