Re: Running integration tests twice against different webapp configurations

2018-10-15 Thread Ellis, Scott
fall through to the Shutdown hook which is static ? On Sat, Oct 13, 2018 at 1:31 AM Ellis, Scott wrote: > Thank you Thomas! The parallel solution worked or me. And thanks for > the other replies too. > > For the record, the second jetty instance must use the run-forked > goal

RE: [SUSPICIOUS] Re: Running integration tests twice against different webapp configurations

2018-10-12 Thread Ellis, Scott
l > integration test code could then be in a third module and you declare > a dependency on that artifact. > > /Anders > > On Thu, Oct 11, 2018 at 11:21 PM Ellis, Scott > > > wrote: > > > Hi, > > > > I have a project that builds a webapp and runs inte

Running integration tests twice against different webapp configurations

2018-10-11 Thread Ellis, Scott
Hi, I have a project that builds a webapp and runs integration tests against it using the failsafe plugin and the jetty-maven-plugin. That is, I use the jetty-maven-plugin to start jetty in the pre-integration-test phase, run the tests, then shut jetty down in the post-integration-test phase.