Using ReportNG with Gradle
Tomek Kaczanowski has written a blog post showing how to use ReportNG with Gradle (an alternative build system for Java/Groovy/Scala). I’ve never used Gradle but it seems to have two things in its favour. Firstly, it uses Groovy syntax rather than the cumbersome XML employed by Ant. Secondly, it’s not Maven. Maybe I should try it out some day?

on December 10th, 2009 at 2:56 pm
Along similar lines, you may want to take a look at Simple Build Tool (SBT): http://code.google.com/p/simple-build-tool/
It’s the same sort of idea, but with configuration done in Scala instead of Groovy.