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
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
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.