No... The test goal gets both the compile and test classpaths so defining the module dependencies as compile scope will do the trick.
On 9/3/09, James Russo <[email protected]> wrote: > Hello, > > I have a module A, B and C. Module C requires both module A and B > to compile and also test, do I need to include the dependency multiple > times, once with scope test and once with scope compile? > > -jr > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Sent from my mobile device �...@n --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
