Hello, I disagree here with #2. If I am skipping tests, I do not want to code cardinality(maven plugins) -Dskip test options. My day to day has more cases of skipping tests than it does skipping some tests but running others. If I only want tests to run while in a particular GWT-related module, I simply cd into that module and run the tests.
-jesse On Mon, Mar 30, 2009 at 9:37 AM, Charlie Collins <[email protected]> wrote: > > 2. If we added support for maven.test.skip I am going to remove it. > This is an ancient deprecated option from Maven 1 time frame. Surefire > supports it, yes, but they recommend you don't use it. Also, we have > our own test skip parameter testSkip (http://gwt-maven.googlecode.com/ > svn/docs/maven-googlewebtoolkit2-plugin/test-mojo.html#testSkip) that > should be used to skip GWT tests. We need a different option than any > the surefire plugin supports so that we can allow finer grained > control, e.g., run the GWT tests but NOT the surefire tests, or run > the surefire tests but NOT the GWT tests. The options we already had > should suffice for that. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
