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: automation question

2008-11-21 Thread Oleg Gusakov
point: do everything at once and without shell script, something like a release plugin. I guess I might have to write a "commit" plugin. -Original Message- From: Oleg Gusakov [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 7:41 PM To: Maven Developers List Subj

RE: automation question

2008-11-21 Thread Jeff Jensen
:[EMAIL PROTECTED] Sent: Friday, November 21, 2008 7:41 PM To: Maven Developers List Subject: automation question 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 binari

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