Re: Unit Test inheritance in a multi-pom project?

2007-03-24 Thread Jim Bethancourt
Hi GreJ, I believe that is correct. A mvn install must be done in order to make the test jars available on the classpath to compile against for the inherited tests. I agree that it is unfortunate that an install must be done in order to run the tests. Maven developers, Should I submit a feature

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Yup! That did the trick. Thanks Jason! Jim On 3/21/07, Jim Bethancourt <[EMAIL PROTECTED]> wrote: Cool! That looks exactly like what I need. I'll give it a go. ;-) Thanks, Jim On 3/21/07, Jason van Zyl < [EMAIL PROTECTED]> wrote: > > > On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt w

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Cool! That looks exactly like what I need. I'll give it a go. ;-) Thanks, Jim On 3/21/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote: > Hi all, > I'm working on a multi-pom project and would like to inherit from > classes in > the tes

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jason van Zyl
On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote: Hi all, I'm working on a multi-pom project and would like to inherit from classes in the test hierarchy across modules in the project, and I'm listing each module as a dependency in the parent pom as well. I've done several experime