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
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
:[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
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