test classes in submodule as dependencies for other modules

2006-08-01 Thread Wojciech Biela
I have test helper classes (AbstractMyProjectTestCase) in one submodule, and I would like tests in other submodules to see that class. I have a depencency element pointing to the submodule where the test helper class resides. Unfortunately this doesn't work, the dependency mechanism sees only the

Re: test classes in submodule as dependencies for other modules

2006-08-01 Thread Tomasz Pik
On 8/1/06, Wojciech Biela [EMAIL PROTECTED] wrote: I have test helper classes (AbstractMyProjectTestCase) in one submodule, and I would like tests in other submodules to see that class. I have a depencency element pointing to the submodule where the test helper class resides. Unfortunately this

Re: test classes in submodule as dependencies for other modules

2006-08-01 Thread Wojciech Biela
Thank you very much Tomasz, that guide at http://maven.apache.org/guides/mini/guide-attached-tests.html was the solution I was looking for best regards Wojtek 2006/8/1, Tomasz Pik [EMAIL PROTECTED]: On 8/1/06, Wojciech Biela [EMAIL PROTECTED] wrote: I have test helper classes