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 <dhi...@i-hicks.org> 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to