dependency between tests in different projects

2007-08-13 Thread Martin Monsorno
Hi, I have a multi-project build. In module 1 I have some helper classes for my junit tests, which e.g. helps creating test data. In module 2 I want to use this classes, too. Module 2 has a dependency to module 1, but I need to define a dependency between module 2's test classes and module 1's

Re: dependency between tests in different projects

2007-08-13 Thread Michael Meyer
http://maven.apache.org/guides/mini/guide-attached-tests.html Cheers, michael Martin Monsorno wrote: Hi, I have a multi-project build. In module 1 I have some helper classes for my junit tests, which e.g. helps creating test data. In module 2 I want to use this classes, too. Module 2 has a