Re: [REPOST] Any idea when a new Cobertura plugin will be released - Specifically one that fixes the 100% Coverage in 2.1 (MCOBERTURA-61)?

2007-05-14 Thread hochraldo
Hi Paul! I took the source code from the cobertura subversion repository where this is bug is already patched and made a new jar archive which can be downloaded from : http://www.softonaut.com/2007/05/12/maven-cobertura-plugin-version-21-and-the-100-line-and-branch-coverage-problem/ Until

Get NoClassDefFoundError for junit/framework/TestCase in the groovy-maven-plugin

2007-03-14 Thread hochraldo
Hello, I'm using maven 2.0.5 to build. I use the groovy-maven-plugin to compile my groovy unit test classes. This is my configuration: dependency groupIdjunit/groupId artifactIdjunit/artifactId version4.2/version scopetest/scope /dependency

maven-compiler-plugin missing in central (ibiblio)?

2007-02-27 Thread hochraldo
Hi! I am getting an error that the maven-compiler plugin can not be found in central. If i take a look at http://mirrors.ibiblio.org/pub/mirrors/maven2/maven/maven-compiler-plugin/ the directory is empty. Has the maven-compiler-plugin been deleted? Btw. i am using maven version 2.0.5. -- View