On Thu, Feb 5, 2009 at 3:07 PM, David C. Hicks <[email protected]> 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 the war isn't built). For some reason, Maven > is attempting to find the WAR artifact as a "jar" in my repository.
How have you declared the dependency? Sounds like you might be missing <type>war</type> on it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
