RE: executing junit (integration) tests against a different project

2006-11-27 Thread Nir Feldman
You may change the testSourceDirectory in the surefire plugin to point to the source directory of the other project in case you can achive a relative path to it (e.g. ${basedir}/../../OTHER_PROJECT_NAME/src/test/java ) Nir -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED]

Re: executing junit (integration) tests against a different project

2006-11-27 Thread Nathan Coast
Hi Nir, yes I was thinking that, but then there's a problem if the aggregator project has tests of its own, or if the aggregator project aggregates more than one overlay webapp. I'm thinking copying all test sources into a single folder may be the only solution. cheers Nathan Nir Feldman

RE: executing junit (integration) tests against a different project

2006-11-27 Thread Nir Feldman
(integration) tests against a different project Hi Nir, yes I was thinking that, but then there's a problem if the aggregator project has tests of its own, or if the aggregator project aggregates more than one overlay webapp. I'm thinking copying all test sources into a single folder may be the only