Use daemon-maven-plugin instead of jetty-maven-plugin

jetty-maven-plugin runs the Web app in the same JVM as Maven, which means that the code can't be instrumented by JaCoCo and miss code coverage.
2 files changed