- what layout should we use by default? should we use the 'single > project with one goal per testcase' or the 'multi-project with one > project per testcase'? I think that a good first place is even just letting people know that it is possible, and linking to some good examples. Unless you are actually writing some sort of "test framework generator", I think that there isn't a default layout. I would suggest that if you have lots of different types of POM's whose differing structure affects the plugin, then go with multiproject. But it's easy to move from single-project to multi-project, so start with single project.
> - should we keep the test0? on the multi-project testcases or should we > use a meaningful name for the directories? Meaningful names. If I am adding a new testcase, I should be able to divine which project to add it to, or to create a new project testcase. test0, test1 doesn't help me at all. > - once we migrate a single-project to the multi-project, should we use a > standard name for the project with most of the testcases (i.e., with the > maven.xml that was originally in the plugin)? I don't think it really matters. They all get run anyway. Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]