Re: automation question

2008-11-21 Thread Jason van Zyl
Look at Dan's reactor plugin. On 21-Nov-08, at 5:40 PM, Oleg Gusakov wrote: Guys, I find myself doing commits over and again in the following sequence: * "mvn clean install" on the main reactor project to make sure all UTs work and install binaries * cd to IT project, "mvn clean deploy" the

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

Re: automation question

2008-11-21 Thread Oleg Gusakov
Jeff Jensen wrote: Perhaps setup CI (Hudson/CruiseControl/Continuum) locally and manually invoke builds when desired. Using build dependencies, you can have subsequent builds kick off from you manually invoking the first. Then manually commit or automate? Well - that's the whole point:

RE: automation question

2008-11-21 Thread Jeff Jensen
Perhaps setup CI (Hudson/CruiseControl/Continuum) locally and manually invoke builds when desired. Using build dependencies, you can have subsequent builds kick off from you manually invoking the first. Then manually commit or automate? -Original Message- From: Oleg Gusakov [mailto:[

automation question

2008-11-21 Thread Oleg Gusakov
Guys, I find myself doing commits over and again in the following sequence: * "mvn clean install" on the main reactor project to make sure all UTs work and install binaries * cd to IT project, "mvn clean deploy" there - to run and deploy IT binaries * cd back to the project, "mvn deploy" there

Re: Mercury status and roadmap

2008-11-21 Thread Oleg Gusakov
Brett Porter wrote: A few quick ones... On 11/11/2008, at 7:27 AM, Oleg Gusakov wrote: ** code quality range per repository is introduced Nice. Does this mean staging vs release, or is it keeping alpha/beta or QA/test separate from final release? Anything. Mercury is a library, not an ap