BTW, to those testing it:
a) add this to your POM
<pluginRepositories>
  <pluginRepository>
    <id>apache.snapshots</id>
    <url>http://cvs.apache.org/maven-snapshot-repository</url>
  </pluginRepository>
</pluginRepositories>
<repositories>
  <repository>
    <id>apache.snapshots</id>
    <url>http://cvs.apache.org/maven-snapshot-repository</url>
  </repository>
</repositories>

b) build it. But make sure you use -Dmaven.test.skip=true the first time
on surefire itself as the old plugin tries to use the new classes which
don't match.

Cheers,
Brett

Brett Porter wrote:
> Hi,
> 
> I've been doing the revolutionary thing with surefire. The branch is now
>  working for pojo, junit and testNG tests, under all 3 fork modes. Some
> other bugs have been fixed, the surefire and junit classloaders are
> separate to avoid plexus-utils and junit version clashes (this doesn't
> happen for test ng yet), and the test suite runners are now in the
> provider structure so you don't have to use testng if you don't want (or
> even junit if you want to run pojo tests using the assert keyword).
> 
> The code has been heavily refactored, so I'd like folks to review and
> test it and vote on whether it should replace the previous trunk. I
> think its a lot more readable now, but that might just be me :) If
> something you think is required is missing, or something in the new
> design doesn't seem right, now is the best time to address it.
> 
> [ ] +1
> [ ] 0
> [ ] -1
> 
>>From me, +1.
> 
> Cheers,
> Brett
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to