Re: Maven bootstrap/surefire:test performance

2013-09-14 Thread Milos Kleint
that's the maven/plexus/guice boostrap IMHO. Milos On Sat, Sep 14, 2013 at 9:06 PM, Mirko Friedenhagen wrote: > Mark, > > I like the decision to use Maven whenever possible as well, nonetheless I > could imagine being even more happy should the execution times decrease. I > use a very small mav

Re: Maven bootstrap/surefire:test performance

2013-09-14 Thread Mirko Friedenhagen
Mark, I like the decision to use Maven whenever possible as well, nonetheless I could imagine being even more happy should the execution times decrease. I use a very small maven projects for tests[0] with Maven 3.1.1, turned on timestamps and it takes Maven about 2 seconds when running "mvn -o sur

Re: Maven bootstrap/surefire:test performance

2013-09-13 Thread Milos Kleint
On Fri, Sep 13, 2013 at 9:47 PM, Mark Eggers wrote: > On 9/13/2013 12:38 PM, Milos Kleint wrote: > >> with Compile on Save enabled, the test-compile phase should be skipped and >> only surefire:test should be executed. >> >> However even with that, there's overhead of jvm startup + maven startup

Re: Maven bootstrap/surefire:test performance

2013-09-13 Thread Mark Eggers
On 9/13/2013 12:38 PM, Milos Kleint wrote: with Compile on Save enabled, the test-compile phase should be skipped and only surefire:test should be executed. However even with that, there's overhead of jvm startup + maven startup before the mojo gets executed. Obviously the overhead is biggest wh

Re: Maven bootstrap/surefire:test performance

2013-09-13 Thread Milos Kleint
with Compile on Save enabled, the test-compile phase should be skipped and only surefire:test should be executed. However even with that, there's overhead of jvm startup + maven startup before the mojo gets executed. Obviously the overhead is biggest when you run just a single test. Unfortunately

Maven bootstrap/surefire:test performance

2013-09-13 Thread Mirko Friedenhagen
Hello everybody, I use Netbeans 7.4 as IDE and mostly like how it uses Maven to get stuff done. While it is nice that I do not encounter problems as I did with Eclipse when dealing with dependency scoping I am slowed down when running single test files or methods. Netbeans invokes "test-compile su