Thanks for the heads up.
I took a deeper look at Surefire code, and it seems to me this could be
done directly on the client side by just wrapping
CommandLineUtils.executeCommandLine() in ForkStarter (
https://github.com/apache/maven-surefire/blob/master/maven-surefire-common/src/main/java/org/apa
Hi all,
Maven can eat up a lot of disk space... I'm sharing those two Bash scripts I
use for freeing some space:
https://github.com/nicoulaj/dotfiles/blob/master/bin/mvn-clean-projects -
Looks for Maven projects in $HOME and does a "mvn clean"
https://github.com/nicoulaj/dotfiles/blob/master/bin/