Jorg Heymans wrote:
On 30 Sep 2006, at 15:03, Jean-Baptiste Quenot wrote:
Did you turn on Maven's offline mode? In my experience the
offline mode is not reliable, you often have to switch back
online, and then you don't have the same build duration! It's
something I can't bear with Maven 2: why bother doing HTTP
requests as the jar is already fetched?!
Does this really matter? How often during development of a typical
webapplication do you invoke your build system?
At least once for each commit ;-)
At least that's how it should be. Since it's too slow, I'm now resolved to doing
it once a week :-P
Vadim