> Couple of simple ideas: not 'clean'ing unless you need to; and skipping > tests when it's safe to do so: > > mvn Dmaven.test.skip=true (or -DskipTests=true)
Thank you for the response -and also the several other responses from individuals, which will probably be quite useful. I do skip the tests whenever I can :) -- I just wish maven where somehow svn aware so they knew which tests could be "safely skipped" [i.e. those that haven't changed locally or what not]. I'll look into it. -r --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
