I haven't looked at this in a while, but if I recall correctly both ant and maven still rely on JUnit 3 for unit tests (as of maven 2.09 the default POM file still has JUnit 3.81).
Does it still make sense to stick to JUnit 3 instead of using the latest and greatest? Any good reason I might be missing?