Re: modify surefire in place via a plugin

2008-11-21 Thread Dan Tran
Yes the latest surefire snapshot support that. Basically, your plugin can be used to setup a bunch of properties, which are then passed back to surefire in another phase. See build-helper-maven-plugin to see some of this work. -D On Fri, Nov 21, 2008 at 7:42 PM, Ben Tatham <[EMAIL PROTECTED]> w

modify surefire in place via a plugin

2008-11-21 Thread Ben Tatham
Is it possible to modify the run of the surefire plugin from another plugin? I would like to be able to set some systemProperties and argLine from another plugin, but I don't want to have to run the tests a second time. (I want to set the -javaagent, etc). Ideally, I would like to be able to do