[Off Topic]

Don't run "mvn integration-test" as the post-integration-test will never be
executed, instead run "mvn verify" (and it's shorter to type)

2010/1/25 Jacek Furmankiewicz <jace...@gmail.com>

> 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