in Hudson you can use a freestyle project and specify the goals as either

install -DskipTests | site

or

install | site -DskipTests

to do what your after

Sent from my iPod

On 16 Apr 2008, at 10:41, DCVer <[EMAIL PROTECTED]> wrote:


Hi,

I use CruiseControl for continous integration. There are many projects, which builds are configured as "mvn clean install site". The problem is, that both 'install' and 'site' commands perform tests and some of my tests take about 20-30mins! This is waste of time (of course, both test phases do exactly the same work), so I would like somehow to do only 1 test phase - is
that possible?

Regards
--
View this message in context: 
http://www.nabble.com/%22mvn-install-site%22-performs-test-phase-2-times--tp16719990s177p16719990.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to