How to have the Maven build wait for the Jetty server to start in forked mode before running the integration tests?
I have a report for the code coverage by the integration test. I do have integration tests, and these are run successfully in the Maven build. When I click on the "Sessions" link in the top right corner of the HTML report I can see my test classes in the list, but I cannot see my main classes that are exercised by the tests now, and all coverage report percentages are at zero. As a side note, my unit test coverage works fine, with the percentages being displayed all right. My configuration looks like: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin<