Re: Integration Testing from a separate module.

2009-02-05 Thread David C. Hicks
Thanks, Wendy! I must have been blind to miss that option in my xml editor. That was the trick. Wendy Smoak wrote: On Thu, Feb 5, 2009 at 3:07 PM, David C. Hicks wrote: Essentially, I have two modules - the "war" module and the "integration-test" module. (I intend to split the war stuff u

Re: Integration Testing from a separate module.

2009-02-05 Thread Wendy Smoak
On Thu, Feb 5, 2009 at 3:07 PM, David C. Hicks wrote: > Essentially, I have two modules - the "war" module and the > "integration-test" module. (I intend to split the war stuff up soon, as > well.) Obviously, the "integration-test" module must have a dependency on > "war" (it can't run tests if

Integration Testing from a separate module.

2009-02-05 Thread David C. Hicks
I'm trying to set up a module for my team from which to run integration tests, but I can't quite get Maven to like it. It complains that it cannot find a dependency - the WAR file that is required for the tests to run. Essentially, I have two modules - the "war" module and the "integration-t