I am trying to get makegood working with Eclipse Mars. I'd like to use a phpunit.phar archive in my project directory to run tests. I've tested this at the command line and it works just fine:
$ ./phpunit-5.2.9.phar -c tests/phpunit.xml --testsuite models
However, I can't seem to get it working using makegood. Any suggestions?