Re: Surefire - Run tests on remote hosts through SSH

2013-02-18 Thread Julien Nicoulaud
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

Maven ate my hard drive !

2011-04-18 Thread Julien Nicoulaud
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/