On Mon, 29 Dec 2003, at 02:17:49 [GMT -0200] Jos� Luiz Junior wrote: > 1) The biggest, and I thing that version 1.0 cannot be release without a > patch is: Every jar:jar, ejb:ejb, war:war maven always run test:test. I > did a patch in my maven but it is not an official release...I agree that > we need to run test... But if I change a JSP, for example, I need to > war:war (or war:webapp) to see changes and maven run 3-6 minutes of test > (I have a lot of tests).... A property like test.alwaysrun or > war.runtest will be wonderful.
Set maven.test.skip to 'true' before invoking the other goals, and you'll skip the tests. You'll still enter test:test, but it won't run the tests. Jeff -- mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
