We have a fairly complex set of integration tests that rely on embedded
Jetty and a JNDI setup file we provide for it.
In that file we have references to external resources via relative file
paths.

This works great if we run "mvn integration test" from that project folder.

However, it bombs if we run the same command from the parent pom folder. The
relative paths are obviously off and everything crashes.

How can we tell the parent pom that when it runs integration tests for it
children it should run them from that child pom's directory?

Thanks
Jacek

Reply via email to