I'd say you need two modules; one for each IT setup. Each module is a Maven
project and will then run the integration tests. The actual 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 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.