Why does Maven test/compile four times?

2005-09-15 Thread Niall Pemberton
When I run maven dist for the core project it seems to run the compile/tests four times and takes 5 minutes on my machine. It looks to me its something to do with certain of the plugin reports - I tried removing all the reports from the project.xml, but it still seemed to generate the reports

Re: Why does Maven test/compile four times?

2005-09-15 Thread Joe Germuska
Is there a target I can run so that it does the build and updates my internal repository with the jar (so other sub-projects can pick it up)? Is there a way to turn the reports off? Can we stop the tests being run so many times and (hopefully) bring the build time down dramatically? maven

Re: Why does Maven test/compile four times?

2005-09-15 Thread James Mitchell
Niall, I agree. Everything you mention, I have also seen over and over. In fact, I cannot run maven nightly on my windows box, I get 'out of memory' every time, even though I've got 2 gig on the machine and my linux laptop that I've run the nightlies on for months only has 512MB.

Re: Why does Maven test/compile four times?

2005-09-15 Thread Niall Pemberton
Great, thanks Joe James for the info. Niall - Original Message - From: James Mitchell [EMAIL PROTECTED] Sent: Friday, September 16, 2005 3:05 AM Niall, I agree. Everything you mention, I have also seen over and over. In fact, I cannot run maven nightly on my windows box, I get