Yes I had also this error Can't we release a 2.3.1 ASAP to fix it?
Arnaud On 3/1/07, Niklas Gustavsson <[EMAIL PROTECTED]> wrote:
Hi Brett Porter wrote: > The Maven team is pleased to announce the release of Maven Surefire, > version 2.3. I tried upgrading the Surefire plugin from 2.0 to 2.3 for the Apache Incubator FtpServer build but the build fails with a NPE in SurefirePlugin. The module that crashes the plugin has no test cases which I guess might be the cause of the problem. Jira issue created at: http://jira.codehaus.org/browse/SUREFIRE-300 The NPE occurs in this line: if ( junitArtifact.getBaseVersion().startsWith( "4" ) ) Without any close inspection of the code it does appear that junitArtifact can be null and that's not checked for the line above. It would be great to get a fix for this in a near-future version :-) /niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
