Maven running jetty on integration-test stage
问题 I use failsafe plugin. So when I type mvn failsafe:integration-test it stars my integration tests (which is great). But I want my jetty server starts on pre-integration stage then. What should I do? (I don't want launch mvn verify since it involves whole cycle running, but mvn failsafe:integration-test - it seems it's supposed to work that way) There are two plugins: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <!-- for starting jetty for