Hello, I have the following question: I have a multi module project that is composed of three modules: one that specify an API (with interfaces and factories), and the two others are two different implementations of the API. The problem is relative to the tests. Because the tests are independent of the implementation but need at least one implementation to run, and because I want to run them against each of the implementation, in order to prevent code duplication, my intent is to put the test sources in the API module. Of course, when building the API module, it will set the skip parameter of the surefire plugin to true. Now, my question is does the surefire plugin will run the tests when I will build the implementations because there will be no tests in the tests folder of each implementation module ?
Thanks Jeff MAURY -- La mélancolie c'est communiste Tout le monde y a droit de temps en temps La mélancolie n'est pas capitaliste C'est même gratuit pour les perdants La mélancolie c'est pacifiste On ne lui rentre jamais dedans La mélancolie oh tu sais ça existe Elle se prend même avec des gants La mélancolie c'est pour les syndicalistes Il faut juste sa carte de permanent Miossec (2006) http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.lastfm.fr/listen/user/jeffmaury/personal
