Thanks for the cobertura tip! It works like a magic!! I had spent so much time trying to make it work for me!
Regards, Subhash. On 3/19/06, Boris Lenzinger <[EMAIL PROTECTED]> wrote: > > I Use cobertura plugin with Maven 2 and it works fine. > > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>cobertura-maven-plugin</artifactId> > <version>2.0-20060130.214008-3</version> > </plugin> > > (I had to add this in the pluginRepositories section): > <pluginRepository> > <id>CodeHaus</id> > <name></name> > <url>http://snapshots.maven.codehaus.org/maven2</url> > <layout>default</layout> > <snapshots> > <enabled>true</enabled> > </snapshots> > <releases> > <enabled>false</enabled> > <updatePolicy>never</updatePolicy> > </releases> > </pluginRepository> > > Reports generated are great really. > > About the numbers, I guess Rune is from Norway with ".no" suffix ? > > Boris > >
