On Monday 17 November 2008 12:30:22 pm Sergio Bossa wrote: > 1) What if I add a top-level tim-whatever-system-tests project, > referring the tim-whatever project to test into the pom file? Would it > be ok?Would it properly work?
I think adding a top-level tim-whatever-system-tests project is the only thing that would work with the current structure of those projects. Unfortunately Maven does not allow for adding modules to projects unless they have "pom" packaging type. Since these TIMs are single module projects with "jar" packaging type, you cannot add a system-tests sub module to them. Of course, it might be better to just go ahead and restructure those projects to follow the same scheme as most of the other TIMs. That is, make the top- level project a "pom" type, and have submodules for the TIM itself and the system tests. -- Jason Voegele Abandon the search for Truth; settle for a good fantasy. _______________________________________________ tc-dev mailing list tc-dev@lists.terracotta.org http://lists.terracotta.org/mailman/listinfo/tc-dev