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-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. The war module is a packaging=war type. For now, I've made
the integration-test module a packaging=pom type.
Any suggestions? I haven't had much luck finding useful examples on the
internet.
Thanks,
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org